/* CSS Document */

BODY {
	font-family: MS Sans serif;
	font-size: 12px;
	color: #663300;
		scrollbar-arrow-color: #000000; 
	scrollbar-base-color:"#FFCC00";
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-track-color: #ffffff;  
}


.headtext {
   font-size:14px;
   font-family: MS Sans serif;
   color: #9D6C34;
   font-weight: bold
}
.text 
{
	font-family: MS Sans serif;
	font-size: 12px;
	color: #663300;
}
a:link { 
	text-decoration:none; 
	color:#C18607; 
	font-weight: bold
}
a:hover { 
	text-decoration:underline; 
	color:#FF9900; 
	font-weight: bold
}
a:visited { 
	text-decoration:none; 
	color:#C18607; 
	font-weight: bold
}
a:active { 
	text-decoration:underline; 
	color:#FF9900; 
	font-weight: bold
}