.body {
	font-family: Arial;
	font-size: 12px;
	color: #777777;
}
.footerbox {
	border-top: 1px solid bbbbbb;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
}
.bodytitle {
	font-family: Arial;
	font-size: 12px;
	color: #777777;
	font-weight: bold;
}
.formfield {
	font-family: Arial;
	font-size: 12px;
	color: #333333;
	background-color: #dddddd;
	border: 1px solid #bbbbbb;
}
.formfieldopt {
	font-family: Arial;
	font-size: 12px;
	color: #333333;
	background-color: #FFFFFF;
	border: 1px solid #bbbbbb;
}
.bodylink {
	font-family: Arial;
	font-size: 12px;
	color: #CC6600;
	text-decoration: underline;
}

A:link  {
	text-decoration: none
}
A:hover {
	text-decoration: underline
}