body
{
	margin: 0px 0px 0px 0px;
	font: 10pt Arial;
	background-color: White;
	color: Navy;
}
table
{
	font: normal 10pt verdana;
}
a, a:active, a:link, a:visited
{
	color: Blue;
	font-weight: bold;
	text-decoration: overline;
}
a:hover
{
	color: #0E6CB2;
}
a.Top, a.Top:active, a.Top:link, a.Top:visited
{
	color: White;
	font-weight: bold;
	text-decoration: none;
}
a.Top:hover
{
    color: white;
}
a.Nav, a.Nav:active, a.Nav:link, a.Nav:visited
{
	color: White;
	font-weight: bold;
	text-decoration: none
}
a.Nav:hover
{
	color: #F0D35B;
}
.PageHeading
{
	font-size: 20pt;
	font-weight: bold;
	color: Black;
	border-top: 2px solid #D34835;
	text-align: center;
	border-bottom: 2px solid #D34835;
	background-color : #EFD066;
	font-family : Palatino;
}
.BG1
{
	background-color: #374BAE;
	font-family : "Times";
	font-size: 11pt;
}
.BG2
{
	background-color: #0E6CB2;
}
.Nav
{
	font-family : Palatino;
	font-size: 11pt;
}
hr
{
	color: #D34835;
}