/* Print */ 
BODY
{
	margin: 0px auto;
	padding: 0px;
	background-color: #EDF5F7;
	font-family: Arial, Helvetica, sans-serif;
}
H1
{
	font-size: 16px;
	font-weight: bold;
	margin: 18px 0px 8px 0px;
	padding: 0px 0px 0px 0px;
}
H2
{
	font-size: 14px;
	font-weight: bold;
	margin: 18px 0px 8px 0px;
	padding: 0px 0px 0px 0px;
}
H3
{
	font-size: 12px;
	font-weight: bold;
	margin: 18px 0px 8px 0px;
	padding: 0px 0px 0px 0px;
}
UL
{
	margin: 5px 0px 12px 16px;
}
A
{
	color: #0a3452;
}

.NormalText
{
	font-size: 11px;
	color: #0a3452;
	line-height: 12px;
	font-weight: bold;
	vertical-align: top;
}
.NormalText P
{
	margin: 0px 0px 8px 0px;
}

.Page
{
	background-color: #FFFFFF;
	width: 750px;
	margin: 0px auto;
	border: 1px solid #CCCCCC;
	padding: 0px;
	font-size: 11px;
}

.Header
{
	width: 750px;
	height: 84px;
}

.Navigation
{
	display:none;
	background-image: url(../images/nav.jpg);
	width: 750px;
	height: 20px;
	padding: 5px 0px 0px 0px;
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.Navigation a,
.Navigation a:link,
.Navigation a:visited
{
	padding: 0px 10px;
	color: #333366;
	text-decoration: none;
}
.Navigation a:active, 
.Navigation a:hover
{
	padding: 0px 10px;
	color: #336699;
	text-decoration: none;
}
.Navigation a.selected,
.Navigation a.selected:link,
.Navigation a.selected:visited
{
	padding: 0px 10px;
	color: #0066CC;
	text-decoration: none;
}
.Navigation a.selected:active, 
.Navigation a.selected:hover
{
	padding: 0px 10px;
	color: #0066CC;
	text-decoration: none;
}

.Content
{
	width: 710px;
	background: url(../images/bg.jpg) top left no-repeat;
	padding: 34px 20px;
}
#Home .Content .Heading
{
	width: 580px;
}

#Section .Content .Heading
{
	width: 706px;
}
#Home .Content .Text
{
	width: 580px;
	font-size: 11px;
	color: #0a3452;
	line-height: 12px;
	font-weight: bold;
}
#Section .Content .Text
{
	width: 706px;
	padding-top: 12px;
	font-size: 11px;
	color: #0a3452;
	line-height: 12px;
	font-weight: bold;
}
.Content .Text P
{
	margin: 0px 0px 12px 0px;
	text-align: justify;
}
#Section .Content .Text IMG
{
	float: right;
	margin: 10px 0px 10px 20px;
}
#Home .Content .Right
{
	float: right;
	width: 97px;
	text-align: right;
	vertical-align: middle;
}
#Section .Content .Right
{
	float: right;
	width: 1px;
	height: 400px;
}
.Content .Right IMG
{
	margin: 0px 0px 10px 0px;
}

.Slogan
{
	height: 22px;
}

.Logo
{
	height: 202px;
	margin: 13px 60px;
}

.Footer
{
	width: 750px;
	padding: 0px 0px 10px 0px;
	margin: 5px auto;
	text-align: center;
	font-size: 9px;
	color: #666699;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	clear: both;
}

/* Performance Charts */
.PerformanceTable
{
	font-family: arial,sans-serif;
	font-size: 10px;
	align: left;
}
.PerformanceHeader
{
	border-bottom: 1px solid #000000;
	padding-right: 16px;
	font-weight: bold;
	white-space: nowrap;
}
.PerformanceData
{
	padding-right: 16px; white-space: nowrap;
}
.ChartTitle
{
	margin: 24px 0px 12px 0px;
	padding: 8px;
	border: 1px solid #666699;
	background-color: #ffffff;
	color: #000000;
	text-align: center;
	font-size:13px;
	text-weight: bold;
}
.ChartBody{}

#Section #PerformanceLayout table {margin: 0 auto;}
#Section .Row {padding-bottom: 10px;}