<!--
body,td,th 
{
	background-color: #707780;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ffffff;
}
body 
{
	background-color: #707780;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link 
{
	color: #ffffff;
	font-weight: normal;
	text-decoration: underline;
}
a:visited 
{
	color: #ffffff;
	font-weight: normal;
	text-decoration: underline;
}
a:hover 
{
	color: #ffcc99;
	font-weight: normal;
	text-decoration: overline;
}
a:active {
	color: #ffcc99;
	font-weight: normal;
	text-decoration: overline;
}
-->