body { 
		font-family: verdana, trebuchet ms;
		font-size: 10px;
		color: #333333;
		background-color: #F8F8F8;
		margin-top: 10;
		margin-bottom: 15;
 		
		scrollbar-face-color: #FFFFFF;
		scrollbar-shadow-color: #C0C0C0; 
		scrollbar-highlight-color: #C0C0C0;
		scrollbar-3dlight-color: #C0C0C0; 
		scrollbar-darkshadow-color: #C0C0C0;
		scrollbar-track-color: #F8F8F8;
		scrollbar-arrow-color: #83A631;
		}

table {
		font-family: verdana, trebuchet ms;
		font-size: 10px;
		color: #333333;
		}
		
		
		
H1 {
	font-family: trebuchet ms;
	font-weight: bold;
	letter-spacing: 2px;
	font-size: 18px;
	color: #83A631;
	text-align: left;
	
}

H2 {
	font-family: verdana;
	font-weight: bold;
	letter-spacing: 2px;
	font-size: 12px;
	color: #808080;
	text-align: left;
	
}


H3 {
	color: #83A631;
	font-family: trebuchet ms;
	font-weight: bold:
	letter-spacing: 2px;
	font-size: 12px;
	text-align: left;
	
}

H4 {
	font-family: trebuchet ms;
	font-size: 12px;
	text-align: left;
	letter-spacing: 1px;
	border-bottom: 1px solid #D9C6AA;
	
}

a:link { text-decoration: none; color: #333333;}
a:visited { text-decoration: none; color: #333333;}
a:hover { text-decoration: none; color: #83A631;}
}