a:link
{
	color: #0000FF;        /* blue */
}
a:visited
{
	color: #CD5C5C;       /* indianred */
} 
a:active 
{
	color: #0000FF;       /* blue */
}
body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;       
	background-color: #DCDCDC;                               /* Gainsboro */
	color: #000000;                                         /* Black text */
	font-size: 10pt;
}
td.header
{
	font-family: Verdana, Arial, Helvetica, sans-serif;       
	background-color: #000000;                               /* Black */
	text-align: center;
}

table.total {
	width: 738px;
	text-align: left;
}
td.body
{
	width: 80%;
	vertical-align: top;
	text-align: left;
	background-color: #FFFFFF;
	padding: 1pt;
}
td.navcolumn
{
	width: 20%;
	vertical-align: top;
	text-align: left;
	background-color: #556B2F;						
	font-size: 9pt;
	padding: 1pt;
}
td.end {
	vertical-align: top;
	text-align: center;
	background-color: #000000;						
	font-size: 8pt;
	padding: 1pt;
}
ol
{
	list-style-type: decimal;							
}
ul
{
	list-style-type: disc;								
}
span.small
{
	font-size: 8pt;							
}
h1
{
	color: #000000;                                           
	font-size: 13pt;
}
h2
{
	color: #000000; 
	font-size: 12pt;
}
h3
{
	color: #000000; 
	font-size: 11pt;
}