
BODY {
	SCROLLBAR-FACE-COLOR: black;
	SCROLLBAR-HIGHLIGHT-COLOR: black;
	SCROLLBAR-TRACK-COLOR:#212E4A;
	SCROLLBAR-SHADOW-COLOR: white;
	SCROLLBAR-ARROW-COLOR: white;
}
A:Link {
	text-decoration: none;
	font-family: Arial;
	font-weight: bold;
	color: White;
	font-size: 9pt;
	text-decoration: none;
}

A:VISITED {
	text-decoration: none;
	font-family: Arial;
	font-weight: bold;
	color: White;
	font-size: 9pt;
}

A:HOVER {
	text-decoration: none;
	color: Red;
	font-family: Arial;
	font-weight: bold;
	font-size: 9pt;
}
TABLE {
        font-family: Arial;
        font-weight: normal;
        font-style: normal;
        font-size: 9pt;
}

TD {
	font-family: Arial;
	font-weight: normal;
	font-style: normal;
	font-size: 9pt;
	margin-left: 5pt;
	color: White;
}

TH {
	font-family: Arial;
	font-weight: bold;
	font-style: normal;
	font-size: 9pt;
	color: #272727;
	background: w;
}
P {
	font-family: Arial;
	font-weight: normal;
	font-style: normal;
	font-size: 8pt;
	color: Black;
}

.menu, a.menu:link, a.menu:hover, a.menu:visited{
	color : White;
	font-size : 11px;
}
.white, a.white:link, a.white:visited{
	font-family: Arial;
	font-weight: bold;
	font-style: normal;
	font-size: 10pt;
	color: Black;
}
a.white:hover{
	font-family: Arial;
	font-weight: bold;
	font-style: normal;
	font-size: 10pt;
	color: Maroon;
}