/* CSS Document */
body {
    background: #FFF7D3; 
	background-position: top center; 
	font-family:  Verdana, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: 000000;
	text-decoration: none; 
}

td {
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-family:  Verdana, Helvetica, sans-serif;
	font-size: 9px;
	color: 000000;
}



a {	
	text-decoration: underline; 
		color: 663300;
}

a:hover {
	font-style: normal; 
}

.footer {
    color: cccccc;
	font-size: 13px;
	text-decoration: none; 
	letter-spacing: .5px;
	}
a.footer {
color: ffffff;
}
a.footer:hover {
color: ffffff;
}

INPUT, TEXTAREA, SELECT, OPTION  {
 font-size: 10px; 
 background-color: #ffffff;
 border: inset 1px #666666;
}
