BODY{
	Background-color: #800000;
	margin: 0 0 0 0;
	color: #333333;
}
/*	 link="#3B3B3B" vlink="#800000"
*/
A:link  {
	color : 990000;
	text-decoration : none;
}

A:visited  {
	color : 222222;
	text-decoration : none;
}

A:hover  {
	color : FF0000;
	text-decoration : underline;
}
.copyright{
	font-family:Arial;
	font-size:7pt;
	color:#B70000;
}
.nav, A.nav:link, A.nav:visited{
	font-family:Verdana, Tahoma, Helvetica;
	font-size:10px;
	color:#EFA801;
	text-decoration:none;
	background-color:black;
	font-weight:bold;
}
A.nav:hover{
	color:#FFFFFF;
}
.MAIN{
	background-color:white;
	font-family:"Trebuchet MS", Arial, Helvetica;
	font-size: 10pt;
}
H1{
	font-family:Arial;
	font-size:16pt;
	font-weight: bold;
	color:#800000;
}
H2{
	font-family:Arial;
	font-size:12pt;
	font-weight: bold;
	color:#800000;
}
H3
{
	font-family: Trebuchet MS;
	color: #9C0000;
}
.label{
	font-family: Arial;
	font-size:10pt;
	font-weight: bold;
}

.input{
	font-family:"Trebuchet MS", Arial, Helvetica;
	font-size: 10pt;
}

.errmsg
{
	color: #DB0000;
	font-size: 8pt;
}
