.adminbodyclass {
	font-size: 12px;
	color: #000000;
	font-family: Arial;
	background-color: #FFFFFF;
}
.adminpagestitle {
	text-transform: uppercase;
	font-weight: bold;
	line-height: 18pt;
	font-size: 20px;
}
.adminerrormessage {
	font-size: 14px;
	color: #FF0000;
	font-weight: bold;

}
.adminedittable {

	background-color: #FFFFFF;
}
.adminedittablelcontents {
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
}
.adminedittablelabels {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	background-color: #e9e9e1;
}
.adminformfieldslarge {

	font-size: 12px;
	width: 250px;
}
