@charset "UTF-8";
/* CSS Document */

/*
FFFFFF-white
CCCCCC
999999
666666
333333
000000-black

colors
link-CCCCCC
hlink-999999
text-333333
background-FFFFFF

FOR WHITE BACKGROUND
*/


body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color:#FFFFFF;
	color:#333333;
	margin-top:: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	overflow: auto;
	margin:0px;}
h1{
	color:#9AB28A; font-family: Georgia, Times New Roman, Times, serif; }
	
h2{
	color:#2EBB3D; font-style:oblique; font-family: Georgia, Times New Roman, Times, serif; }

a:link 	{
	text-decoration: none; color:#009900;}
a:visited {
	text-decoration: none; color: #009900;}
a:active {
	text-decoration: none; color: #666666;}
a:hover {
	text-decoration: none; font-weight:bold; color: #999999; }




