/* CSS Document */

p,table,li
{
	font-family: arial, helvetica, 'sans serif';
	font-size: 9.5pt;
	color:#000000

}

a:link    {
	color:#000099;
	font-weight: bold;
	text-decoration: underline;

}
a:visited {
	color:#000066;
	font-weight: bold;
	text-decoration: underline;

}
a:active  {color:#FFB901}
a:hover   {
	color:#FFB901;
	font-weight: bold;
	text-decoration: underline;
	
	
}

.header1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	text-transform: uppercase;
	color: E2AA15;

}
.header2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	color: #000099;

}
