BODY {
	SCROLLBAR-FACE-COLOR: #CC9966; 
	SCROLLBAR-HIGHLIGHT-COLOR: #FFFF99; 
	SCROLLBAR-SHADOW-COLOR: #FFFF99; 
	SCROLLBAR-3DLIGHT-COLOR: #000; 
	SCROLLBAR-ARROW-COLOR: #FFFF99; 
	SCROLLBAR-TRACK-COLOR: #CC9966; 
	SCROLLBAR-DARKSHADOW-COLOR: #000
}
A:link {
	TEXT-DECORATION: none;
	FONT: 10pt arial, helvetica, sans-serif;
	COLOR: white; FONT-WEIGHT: bold;
}
A:visited {
	TEXT-DECORATION: none;
	FONT: 10pt arial, helvetica, sans-serif;
	COLOR: white; FONT-WEIGHT: bold;
}
A:active {
	TEXT-DECORATION: none;
	FONT: 10pt arial, helvetica, sans-serif;
	COLOR: #FFFF99; FONT-WEIGHT: bold;
}
A:hover {
	FONT: 10pt arial, helvetica, sans-serif;
	COLOR: red; FONT-WEIGHT: bold; 
	
}
select{ color:#CC9966; 
	background:#FFFF99;
			}
input{ color:#CC9966; 
	background:#FFFF99;
			}
textarea{ color:#CC9966; 
	background:#FFFF99;
			}

table {
	font: 9pt arial, helvetica, sans-serif;
}
h1 {
	font-size: 25px;
	font-weight: bold;
	color: #ffff99;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 2px;

}

h2 {
	font-size: 12pt;
	color: #ffff99;
	margin-top: 0px;
	margin-bottom: 3px;
}


h3 {
	font-size: 10pt;
	color: #ffff99;
	margin-top: 0px;
	margin-bottom: 3px;
}