/* CSS Document */

.heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: bold;
	font-size-adjust: inherit;
	color: #5f5f5f;
}
.heading3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: italic;
	font-weight: bold;
	color: #009933;
}
.heading2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}
.boldtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size:8.5pt;
	color: #5f5f5f;
	font-weight: none;
	font-weight: bold;
	}
A{
	color: #FFFFFF;

}

A:hover {
	color: #CCFF00;
}
