BODY
{
    FONT-SIZE: 12px;
    FONT-FAMILY: Arial, Helvetica;
}
TD.header
{
    FONT-FAMILY: Arial, Helvetica;
    FONT-SIZE: 16px;
    FONT-WEIGHT: bolder
}
TD.errormsg
{
    COLOR: red;
    FONT-WEIGHT: bolder
}
TR.SummaryHead
{
    BACKGROUND-COLOR: black;
    COLOR: white
}
TD
{
    FONT-SIZE: 12px;
    FONT-FAMILY: Arial, Helvetica;
}

.mainHead
{
    FONT-WEIGHT: bolder;
    FONT-SIZE: 22pt;
    COLOR: #FF0000;
    FONT-FAMILY: Arial, Helvetica;
}

A:link {text-decoration: underline; color: #FF0000;}
A:visited {text-decoration: underline; color: #FF0000;}
A:active {text-decoration: underline; color: #FF0000;}
A:hover {text-decoration: underline; color: #FF0000;}

a:link.nav {
	display: block;
	FONT-SIZE: 14pt;
	width: 150px;
	background: #FFFFFF;
	color: #FF0000;
	text-align: center;
	padding: 5px 5px 5px 5px;
	text-decoration: none;
}


a:visited.nav {
	display: block;
	FONT-SIZE: 14pt;
	width: 150px;
	background: #FFFFFF;
	color: #FF0000;
	text-align: center;
	padding: 5px 5px 5px 5px;
	text-decoration: none;
}

a:active.nav {
	display: block;
	FONT-SIZE: 14pt;
	width: 150px;
	background: #FFFFFF;
	color: #FF0000;
	text-align: center;
	padding: 5px 5px 5px 5px;
	text-decoration: none;
}
a:hover.nav {
	display: block;
	FONT-SIZE: 14pt;
	width: 150px;
	background: #0000FF;
	color: #FFFFFF;
	text-align: center;
	padding: 5px 5px 5px 5px;
	text-decoration: none;
}