/* CSS Document */

BODY
{
	background: #e4e4e4;
	margin: 0pt;
}

BODY, TD
{
	color: #535353;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.NavLinks A:Link, .NavLinks A:Visited
{
	color: white;
	font-weight: bold;
	text-decoration: none;
}

.NavLinks A:Hover, .NavLinks A:Active
{
	color: #FCBF02;
	font-weight: bold;
	text-decoration: none;
}

A.BlueLink:Link, A.BlueLink:Visited
{
	color: #34697F;
	font-weight: bold;
}
TD.Content
{
	background: white;
	padding: 13pt;
	vertical-align: top;
}
TD.SidePanel
{
	background: #f4f4f4;
	vertical-align: top;
	width: 246px;
}
TD.FooterLinks
{
	background-color: #3e7c95;
	border-top: 1px solid #184B60;
	border-bottom: 1px solid #4E4E4E;
	height: 23px;
}

TD.FooterLinks A:Link, TD.FooterLinks A:Visited
{
	color: white;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
}

TD.FooterLinks A:Hover, TD.FooterLinks A:Active
{
	color: #FCBF02;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
}

TD.Copyright
{
	background-image: url(../Images/footer-bg.gif);
	color: #4C4C4C;
	font-size: 8pt;
	height: 23px;
	padding-top: 5px;
	text-align: center;
}

.PageTitle
{
	color: #4C4C4C;
	font-size: 13pt;
	font-weight: bold;
}

P.Normal
{
	line-height: 14pt;
}
