
BODY {
	background-repeat: no-repeat;
 	background-attachment: fixed;
	
	scrollbar-highlight-color: 	#F9FCD4;
	scrollbar-shadow-color: 	#F9FCD4;
	scrollbar-3dlight-color: 	#1B5112;
	scrollbar-arrow-color: 	#F9FCD4;
	scrollbar-track-color:	 #27311D;
	scrollbar-base-color: 	#76A146;
	scrollbar-darkshadow-color: #1B5112;
	
}

P,UL,LI,OL,.normal {
	font-size: 9pt;
	color: #5F572A;
	font-family: verdana, arial, helvetica;
}

.heading {
	font-size: 11pt;
	color: #452408;
	font-weight: bold;
	font-family: verdana, arial, helvetica;
}

A { 
	font-size: 9pt;
	color: #1B5112;
	font-family: verdana, arial, helvetica;
	font-weight: bold;
	text-decoration: none;
}

A:hover {
	text-decoration: underline;	
	color: black;
}
	

