.heading
{
	font-family: "Trebuchet MS";
	font-size:16px;
	color: #666666;
	font-weight: bold;
}

.bodyText
{
	font-family: verdana;
	font-size: 11px;
	color: #5C5C5D;
	text-align: justify;
	line-height: 130%;
}

.footer
{
	font-family: verdana;
	font-size: 11px;
	color: #ffffff;
	text-align: center;
	line-height: 130%;
}
.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #999999;
	color: "#000000";
	background-color: "#FACD47";
}

.formFields
{
	font-family: verdana;
	font-size: 8px;
	color: "#000000";

}

.errormsg
{
	font-family: verdana;
	font-size: 11px;
	color: #BF1233;
}

.menuText
{
	font-family: verdana;
	font-size: 11px;
	color: #000000;
	text-align: left;
	line-height: 130%;
}

.TableText
{
	font-family: verdana;
	font-size: 11px;
	color: #5C5C5D;
	text-align: justify;
	line-height: 60%;
}
.TableHeading
{
	font-family: verdana;
	font-size: 11px;
	color: #5C5C5D;
	text-align: justify;
	line-height: 60%;
}

a:link { 

color: #000000; 

text-decoration: underline; 

font-weight: bold; 

} 

a:visited { 

color: #000000; 

font-weight: bold; 

}

a:hover { 

text-decoration:none;

}