A
{
	color: blue;
	text-decoration: none;
}
A:Hover
{
	color: Red;
}
A.PageBanner
{
	color: Black;
	text-decoration: none;
}
A:Hover.PageBanner
{
	color: Red;
}
BODY
{
	margin: 0px; 
	font-family: Times New Roman, Sans-Serif;
	background-color: #F5F5FF;
}

DIV.Main
{
	padding: 5px;
}

FORM
{
	margin: 0px;
	padding: 0px;
}

HR
{
	height: 1px;
	color: #888888;
}

P
{
	font-size: 11pt;
}

INPUT.button
{
	font-size: 8pt;
	width: 100px;
}

SELECT
{
	font-size: 8pt;
}

TABLE
{
	width: 850px;
}

TABLE.Chart
{
	border: 0px black none;
	border-collapse: collapse;
	width: 750px;
}

TABLE.ChartLabels
{
	border: 0px black none;
	border-collapse: collapse;
	width: 680px;
}

TABLE.PageBanner
{
	width: 100%;
	background-color: #FFDEAA;
}

TABLE.PageFooter
{
	width: 100%;
	background-color: #FFDEAA;
}

TABLE.ReportDetails
{
	border: 1px black solid;
	border-collapse: collapse;
}

TABLE.Stats
{
	border: 1px black solid;
	border-collapse: collapse;
	width: 800px;
}

TABLE.Toolbar
{
	background-color: #AACBFF;
	height: 40px;
	width: 100%;
}

TABLE.ToolbarDetail
{
	background-color: #AACBFF;
	height: 40px;
	width: 900px;
}

TD
{
	font-size: 11pt;
	text-align: center;
}

TD.Left
{
	text-align: left;
}

TD.ChartTimeStamp
{
	font-size: 9pt;
	color: Green;
}

TD.Head
{
	font-weight: bold;
}

TD.Head16
{
	font-weight: bold;
	font-size: 16pt;
}

TD.HeadLeft
{
	font-weight: bold;
	text-align: left;
}

TD.Head18Right
{
	font-weight: bold;
	font-size: 18pt;
	text-align: right;
}

TD.HeadReportDetails
{
	background-color: #FFDEAA; 
	font-weight: bold;
}

TD.HeadStats
{
	background-color: #D4E2F7;
	font-weight: bold;
	border-bottom: 1px black solid;
}

TD.PageBanner
{
	font-weight: bold;
	font-size: 14pt;
	text-align: left;
}

TD.PageFooter
{
	font-size: 10pt;
}

TD.StatsLabel
{
	background-color: #FFDEAA; 
	font-weight: bold; 
	border: 1px black solid;
}

TD.StatsValue
{
	font-weight: bold; 
	border: 1px black solid;
}