/* CSS Document */

p,table,li
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9.5pt;
	color: #000000;
	font-weight: normal;
	font-style: normal;
	line-height: normal;



}


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

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

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

a:hover   {
	color:#d22b04;
	font-weight: bold;
	text-decoration: none;

}



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


}

.header2 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	text-transform: uppercase;
	color: #ffffff;
	font-variant: normal;
	font-style: normal;


}
.orangeborder {
	border: 1px solid #d22b04;
}
.largeheaderwhite {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13pt;
	color: #FFFFFF;
}