/* CSS Document */
body {
	scrollbar-3dlight-color:red;
	scrollbar-arrow-color:white;
	scrollbar-base-color:orange;
	background-color: #FF6600;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	font-style: normal;
	color: #003300;
/*scrollbar-dark-shadow-color:#000000;
scrollbar-face-color:#008080;
scrollbar-highlight-color:snow;
scrollbar-shadow-color:lightblue*/
}

A:LINK, A:VISITED {
	color : #333300;
	text-decoration : underline;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	font-style: normal;
	text-align: center;
}

A:HOVER {
	color : #336600;
	text-decoration : underline;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	text-align: center;
} 
