BODY
{
    MARGIN: 9px;
    BACKGROUND-COLOR: #222222;
    COLOR: white;
}
BODY, P, TR, TD, BR, H1, H2, A, TABLE
{
    FONT-SIZE: 9pt;
    FONT-FAMILY: Verdana, Tahoma, Arial;
	COLOR: white;
}
H1
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 14pt;
    COLOR: white;
    BORDER-BOTTOM: #e02222 2px solid;
	padding-bottom: 2px;
}
H2
{
	FONT-SIZE: 13pt;
	COLOR: white;
	MARGIN-BOTTOM: 4px;
	padding-bottom: 2px;
	font-weight: bold;
	margin-top: 10px;
}
A
{
    COLOR: white;
}
A:visited
{
    COLOR: white;;
}
A:hover
{
    COLOR: red;
    TEXT-DECORATION: underline
}
INPUT.ctrl
{
    BACKGROUND-COLOR: #E0E0E0;
}
B.require
{
    COLOR: red
}
SELECT.ctrl
{
    BACKGROUND-COLOR: #E0E0E0;
}

P
{
	color: white;
}

A.MainLink
{
    COLOR: white;
	text-decoration: none;
}

A.MainLink:hover
{
    COLOR: red;
	text-decoration: underline;
}
.SMALL
{
	font-size: 8pt;
}
.LARGE
{
    font-size: 15px;
}
