/* CSS Document */

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

}


a:link    {
	color:#cccccc;
	font-weight: bold;
}
a:visited {
	color:#cccccc;
	font-weight: bold;
}
a:active  {
	color:#ffffff;
	font-weight: bold;
}
a:hover   {
	color:#ffffff;
	font-weight: bold;
}


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


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

.header3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #ffffff;

}
.tableborder {
	border-top: 0px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
.homepagetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.8pt;
	color: #FFFFFF;
}
