/* CSS Document */

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

}
a:link {
	color: #003399;
	font-weight: normal;
	text-decoration: underline;
}
a:visited {
	color: #003399;
	font-weight: normal;
	text-decoration: underline;
}
a:hover {
	color: #000066;
	font-weight: normal;
	text-decoration: none;
}
a:active {
	color: #000099;
	font-weight: normal;
	text-decoration: underline;
}



.header1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13.5pt;
	font-weight: normal;
	text-transform: uppercase;
	color: #333333;
	



}

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

}
