/* CSS Document */

p,table,li
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color:#000000;

}


a:link    {
	color:#990000;
	font-weight: bold;
}
a:visited {
	color:#cc0000;
	font-weight: bold;
}
a:active  {
	color:#990000;
	font-weight: bold;
}
a:hover   {
	color:#cccccc;
	font-weight: bold;
}


.header1 {
	font-family: "Courier New", Courier, mono;
	font-size: 14pt;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	letter-spacing: 1px;

}

.header2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-transform: uppercase;
	color: #ffffff;

}
.frontpage {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8.3pt;
	color: #000000;

}
