/* CSS Document */

p,table,li
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
color: #ffffff

}


a:link    {
	color:#ee0202;
	text-decoration: underline;
}
a:visited {color:#ee0202}
a:active  {color:#ee0202}
a:hover   {
	color:#125a97;
	text-decoration: none;
}


.header1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	text-transform: capitalize;
	color: #ee0202;
	font-style: italic;


}
.header2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-style: italic;
	font-weight: bold;
text-transform: uppercase;
	color: #125a97;
}


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

}
.tableborder {
	border: 0.5px solid #ffffff;
}
.lightbluebg {
	background-color: #125a97;
}
