body
{
	background-color:Black;
	color:Black;
	font-family:Verdana;
	font-size:12px;
	margin:0px;
	text-align:justify;
}
table{
	font-family:Verdana;
	font-size:12px;
}
.BoldFont
{
	font-family:Verdana;
	font-size:12px;
	font-weight:bold;
}
.SmallFont
{
	color:Black;
	font-size:9px;
}
.SmallBoldFont
{
	color:Black;
	font-size:9px;
	font-weight:bold;
}
.WhiteFont
{
	color:White;
}
.SmallWhiteFont
{
	color:White;
	font-size:9px;
}
.SmallWhiteBoldFont
{
	color:White;
	font-size:9px;
	font-weight:bold;
}
.BlueFont
{
	color:#1d788c;
}
.BlueBoldFont
{
	color:#1d788c;
	font-weight:bold;
}
.TextIndented
{
	margin-left:15px;
}
td.Main
{
	background-color:White;
	padding:15px;
	text-align:justify;
}
table.LeftNav
{
	background-color:#1d788c;
}
td.LeftNav
{
	background-color:#1d788c;
	vertical-align:top;
}
td.LeftNavHeader
{
	color:White;
	background-color:#1d788c;
	font-weight:bold;
}
td.LeftNavDetail
{
	font-size:11px;
	background-color:#e0e0e0;
	padding:5px;
}
ul.LeftNavDetail
{
	font-size:11px;
	line-height:15px;
}
table.Footer
{
	width:100%;
}
tr.Footer
{
	background-color:#1d788c;
}
td.Footer
{
	color:White;
	font-size:11px;
	text-align:center;
}
table.Quote
{
	background-color:#1d788c;
	color:White;
}
td.QuoteBold
{
	font-weight:bold;
}
table.Data
{
	background-color:#e0e0e0;
	font-size:9px;
}
tr.DataHeader
{
	background-color:#f0f0f0;
	font-size:11px;
	font-weight:bold;
}
tr.Data
{
	background-color:White;
}
