/* CSS Document Colors
Green #777D02
Orange #973100
Cream	#EADFC8
Gold  #CC9933
*/
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, input, textarea, img, hr {
margin: 0;
padding: 0;
border: 0;
}
#clearit{clear:both;}
body{
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#EADFC8;
	background-color:#973100;
	line-height: 16px;		
}

a{color:#EADFC8;text-decoration: none;}
a:hover {color:#EADFC8;text-decoration:underline;}

#wrapper{width:570px; padding:10px;}
h1{font-size:14px; }
h2{font-size:11px; font-weight:bold;}