BODY
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	background: #FFFFFF;
}

P, H1, H2, H3, H4, H5, H6, OL, UL, LI, TD
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
	font-size: 12px;
}
BODY
{
	background-color: #ffffff;
}
H1, H2, H3, H4, H5
{
	font-weight: bold;
}
H2, H3, H5
{
	color: #0066ff;
}
H1
{
	font-size: 16px;
}
H2
{
	font-size: 13px;
	color: #003366;
}
H3
{
	font-size: 12px;
}
H4
{
	font-size: 10px;
	margin-top: 2px;
	margin-bottom: 0px;
}
H5
{
	font-size: 9px;
	font-weight: bold;
	margin-bottom: 2px;
}
H6
{
	color: #626262;
	font-size: 12px;
	font-weight: normal;
}
PRE
{
	background-color: #FBEDBB;
	padding: 5px;
	font: 10px "Courier New", Courier, mono;
	white-space: pre;
	width: 100%;
}
CODE
{
	color: #990000;
	font-family: "Courier New", Courier, mono;
}

a:link {color:#003366;text-decoration:underline;}
a:visited {color:#83A2BD;text-decoration:underline;}
a:hover {color:#003366;text-decoration:underline;}
a:active {color:#003366;text-decoration:underline;}

.FormButton 
{ 
	color: #003366; 
	background-color: #CFDBE7; 
	width: 70px;
}
.MainTitle
{

}

td.leftBorder
{
    border-left: solid 1px #003366;
    border-top: solid 1px #003366;
    border-bottom: solid 1px #003366;
}

td.middleBorder
{
    border-top: solid 1px #003366;
    border-bottom: solid 1px #003366;
}

td.rightBorder
{
    border-top: solid 1px #003366;
    border-right: solid 1px #003366;
    border-bottom: solid 1px #003366;
}

td.fullBorder
{
    border: solid 1px #003366;
}
.admin { color: #ff0000;} 