body
{
    color: white;
    font-family: 'Trebuchet MS', Verdana, Arial, Helvetica;
    font-size: 4pt
}

table
{
/*    BACKGROUND-COLOR: black; */
	background-color: Transparent;
	padding: 10
}
th
{
    BACKGROUND-COLOR: black;
    COLOR: gray;
    FONT-FAMILY: 'Trebuchet MS', Verdana, Arial, Helvetica;
    FONT-SIZE: 13pt
}
tr
{
}
td
{
	color: White;
    FONT-FAMILY: 'Trebuchet MS', Verdana, Arial, Helvetica;
    FONT-SIZE: 12pt;
}

a
{
	/* light slate gray */
	color : #778899;
	text-decoration : underline;
}
a:Visited
{
	color: Navy;
	text-decoration : underline;
}
a:Active
{
	color : Orange;
	text-decoration : underline;
	font-weight : bold;
}
a:Hover
{
	color : Red;
	text-decoration : underline;
	font-weight : bold;
}
.AnnounceFont
{
	/* Cyan */
    color: #00FFFF;
    font-family: 'Trebuchet MS', Verdana, Arial, Helvetica;
    font-size: 4pt
}
