.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF9900;
	text-decoration: none;
	font-weight: bold;
}


/* FORMS */
fieldset { width: 90%; padding: 10px; padding-left: 25px} 
legend {font-size: 1.2em; font-weight: bold; margin-bottom: 10px; color: #816d5b}
label, .inputBox { display: block; width: 250px; float: left; margin-bottom: 10px;}
label {	text-align: right;	width: 220px; padding-right: 5px; }
.required { color:#FF0000 }