/* CSS Document */

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

}


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

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

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

}


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







}

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

.aside:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color:#ffffff;
	;
	font-weight: bold;
	
	text-decoration: none;
	line-height: normal;
}

.aside:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color:#ffffff;
	;
	font-weight: bold;

	text-decoration: none;
	line-height: normal;
	}

.aside:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color:#FFCC00;
	;
	font-weight: bold;

	text-decoration: none;
	line-height: normal;
	}

.aside:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color:#ffffff;
	;
	font-weight: bold;
	
	text-decoration: none;
	line-height: normal;



}

