body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	background-color: DAD9D6;
}

A {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #009900;
}

A:Visited  {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-style : normal;
	font-weight : bold;
	text-decoration : none;
	color : #009900;
}

A:Active  {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-style : normal;
	font-weight : bold;
	text-decoration : none;
	color : #009900;
}

A:Hover  {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-style : normal;
	font-weight : bold;
	text-decoration : underline;
	color : #009900;
}

	h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11.5px;
	font-style: normal;
	font-weight: bold;
	color: #000066;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
}



/*footer nav*/

#footer{
	color: #666666;
	font-size: 9px;
	padding-top: 10px;
	padding-left: 160px;
	padding-bottom: 10px;
	font-weight: normal;
}
#footer a:link, #footer a:visited{
	color: #009900;
	text-decoration:none;
	font-weight: bold;
}
#footer a:hover{
	text-decoration:underline;
	font-weight: bold;
}
