.bodytextwhite {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : White;
}
A.bodytextwhite {text-decoration : none;}
A:hover.bodytextwhite {text-decoration : none; color : #DAA400;}


.bodytextblack {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : Black;
}
A.bodytextblack {text-decoration : none;}
A:hover.bodytextblack {text-decoration : none; color : #DAA400;}

.bodytextlink {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : #DAA400;
}
A.bodytextlink {text-decoration : none;}
A:hover.bodytextlink {text-decoration : underline; color : #DAA400;}

.bodytextblack2 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : Black;
	padding-top : 25px;
	padding-bottom : 25px;
	padding-left : 25px;
	padding-right : 25px;
}


.inputtext {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : Black;
}

.mainareapadding {
padding-top : 25px;
padding-bottom : 25px;
padding-left : 25px;
padding-right : 25px;

}