body
{
	font-family:Arial;
	font-size: 11pt;
	color:navy;
}

TD.Menu
{
	font-family:Arial;
	font-size: 9pt;
	color:White;
	background-color:Navy;
}
TD.NonBackground
{
	font-family:Arial;
	font-size: 9pt;
	color:Navy;
	background-color:Transparent;
}
TD.LightBlue
{
	font-family:Arial;
	font-size: 9pt;
	color:Navy;
	background-color:aliceblue;
}
TD.White
{
	font-family:Arial;
	font-size: 9pt;
	color:Navy;
	background-color:white;
}
H1
{
	font-size:16pt;
	text-align:center;
}
H2
{
	font-size:14pt;
	text-align:left;
}
A.Header
{
	color:White;
	text-decoration:none;
}
A.Header:hover
{
	color: White;
	text-decoration: underline;
}
A, A:hover
{
	font-weight: bold;
	color: Navy;
	text-decoration: underline;
}
