BODY, P, UL, LI, OL, TABLE, TD, TH, TR, TEXTAREA, FORM {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 10pt;
	color: #ffffff;
	background-color: #003300;
	scrollbar-arrow-color: #ffffff;
	scrollbar-track-color: #003300;
	scrollbar-shadow-color: #ffffff;
	scrollbar-face-color: #003300;
	scrollbar-highlight-color: #ffffff;
	scrollbar-darkshadow-color: #003300;
	scrollbar-3dlight-color: #003300;
}

UL {
	list-style-type: none;
	list-style-image: url('/images/bullet.gif');
}

.title {
	font-family : Garamond,Palatino,serif;
	font-size : 12pt;
	font-weight: bold;
}

.sidenav {
	font: Arial,Helvetica,sans-serif;
	font-size: 8pt;
}

a:link {
	color: #ffcc00; font-family: Arial,Helvetica,sans-serif; text-decoration: none;
}
a:active {
	color: #ffcc00; font-family: Arial,Helvetica,sans-serif; text-decoration: none;
}
a:visited {
	color: #ffcc00; font-family: Arial,Helvetica,sans-serif; text-decoration: none;
}
a:hover {
	color: #ffffff;
	font-family: Arial,Helvetica,sans-serif;
	text-decoration: none;
	background-color: #000000;
}