BODY
{
    FONT-FAMILY: verdana;
	font-size:11px;
}
.NormalText{
	font-family:Verdana;
	font-size:11px;
}
.HeaderText{
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
	color:white;
	background-color:#244824;
}
.Line1Text
{
	font-family:Verdana;
	font-size:25px;
}
A.NormalLink
{
	color: Black;
    FONT-SIZE:10px;
	text-decoration : none;	
	font-weight:Bold;
}
A.NormalLink:hover
{
    COLOR: Green;
    FONT-SIZE: 10px;
	text-decoration : none;	
	font-weight:Bold;
}
A.HeaderLinks
{
	color: White;
    FONT-SIZE:10px;
	text-decoration : none;	
	font-weight:Bold;
}
A.HeaderLinks:hover
{
    COLOR: Yellow;
    FONT-SIZE: 10px;
	text-decoration : none;
	font-weight:Bold;
}
INPUT {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
}
SELECT {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	border-width : 0px;
}

.RowOn{
	background : #cccccc;
}
.RowOff{
	background : #eeeeee;
}
.ErrorText
{
	color:red;
	font-weight:Bold;
	font-size : 11px;
}
.FooterText
{
	font-family:Verdana;
	font-size:10px;
	font-weight:Bold;
}