body
{
	color: black;
	font-family: Arial;
	text-decoration: none;
}
A
{
	font-size: 8pt;
	color: blue;
	font-family: Arial;
	text-decoration: none;
}
A:active
{
	font-size: 8pt;
	color: blue;
	font-family: Arial;
	text-decoration: none;
}
A:hover
{
	font-size: 8pt;
	color: red;
	font-family: Arial;
	text-decoration: none;
}
A:link
{
	font-size: 8pt;
	color: blue;
	font-family: Arial;
	text-decoration: none;
}
A:visited
{
	font-size: 8pt;
	color: blue;
	font-family: Arial;
	text-decoration: none;
}
A .button
{
	font-weight: bold;
	text-transform: uppercase;
	color: white;
}

TH
{
	color: #FFFFFF;
	background-color: #000000;
}

TH .hdr
{
	color: black;
	background-color: #000000;
	font-size:large;
}
BODY
{
	font-size: x-small;
}
TD
{
	font-size: 8pt;
	font-family: Arial;
	text-decoration: none;
}