H1
{
	font-family: arial;
	color: #669966;
	font-size:large;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
H2
{
	font-family: arial;
	color: #669966;
	font-size: medium;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.navLinks
{
	color:#ffffff;
	font-family: arial;
	font-weight:600;
	font-size: small;
	line-height: 1.6em;
	padding: 1px 1px 1px 1px;
}
.navLinksOn
{
	color:#000000;
	font-family: arial;
	font-weight:600;
	font-size: small;
	line-height: 1.6em;
	background-color: #ffffff;
	padding: 1px 1px 1px 1px;
	border-top:solid 1px black;
	border-left:solid 1px black;
	border-bottom:solid 1px black;
}
.navLinksOn A
{
	color:#000000;
	font-family: arial;
	font-weight:600;
	font-size: small;
	text-decoration: underline;
}
.navLinks A
{
	color:#ffffff;
	font-family: arial;
	font-weight:600;
	font-size: small;
	text-decoration: underline;
}
.navLinks A:hover
{
    color: #eeeeee;
    text-decoration: underline;
}



BODY
{
	margin:0px;
	background-color:#eeeeee;
}
#bodyContent
{
	font-family: tahoma;
	font-size: small;
}
#bodyContent TD
{
	font-family: verdana;
	font-size: small;
}
#bodyContent A
{
    color: #336633;
    text-decoration: underline;
}
#bodyContent A:hover
{
    color: #000080;
    text-decoration: underline;
}
th
{
	background-color: #D4D0C8;
	font-family: tahoma;
	font-size: small;
	text-align:left;
	border-bottom: solid 1px black;
}
.colorBG
{
	background-color: #c9dfc9;
	border-bottom: solid 1px black;
}
.grayBG
{
	background-color: #eeeeee;
	border-bottom: solid 1px black;
}