/* CSS Document */

p,table,li
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;

}


a:link    {
	color:#BFD0D9;
	font-weight: bold;
}
a:visited {
	color:#BFD0D9;
	font-weight: bold;
}
a:active  {
	color:#cccccc;
	font-weight: bold;
}
a:hover   {
	color:#97D8F8;
	font-weight: bold;
}


.header1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12.5pt;
	font-weight: bold;
	text-transform: uppercase;
	color: #97D8F8;
}

.header2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-transform: uppercase;
	color: #cccccc;
}
