html {
	font-size:100.01%;
	height: 100%;
}

body {
  background-color:#4d5735;
  margin: 0;
  min-width: 1024px;
  font-family:Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height:20px;
  color: #ffffff;
  height: 100%;
}

/*img { border:none; }*/
h1,h2,h3,h4,h5,ul,p { margin:0; }

a { text-decoration:none;color:#a9c8f5;}
a:focus { outline:none; }
a:link { color: #a9c8f5; }
a:visited {	color: #a9c8f5; }
a:hover { color: #a9c8f5; text-decoration:underline; }
a:active { color: #a9c8f5; }

/* text styles */

.blacktext{
  font-family:Arial, Helvetica, sans-serif;
  color: #000000;
}

.footer {
  font-family:Arial, Helvetica, sans-serif;
  font-size: 10px;
  line-height:14px;
  color: #ffffff;
}

.header01 {
  font-family:Arial, Helvetica, sans-serif;
  font-size: 25px;
  font-weight: bold;
  line-height:27px;
  color: #ffffff;
}

.header02 {
  font-family:Arial, Helvetica, sans-serif;
  font-size: 25px;
  font-weight: bold;
  line-height:23px;
  color: #000000;
}

/* end text styles */

/* form style */

option.brown {
	background-color:#907650;
	color:#e1c897;
}

input.field {
	background:#907650;
	color:#e1c897;
	border: 1px solid; 
	border-color: #000;
}

textarea {
	background:#907650;
	color:#e1c897;
	border: 1px solid; 
	border-color: #000;
}

input.btn { 
	  color:#2b1405; 
	  font: 84%;
	  font-weight:bold;
	  background-color:#ccc8ad; 
	  border: 1px solid; 
	  border-color: #000;	   
}

input.btn:hover { 
	  color:#d4e3f1; 
	  font: 84%;
	  font-weight:bold;
	  background:url(../images/menu/sub_menu-1_bar.jpg);
	  background-position:center;
	  border: 1px solid; 
	  border-color: #000;	   
}