.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #756F56;
	text-decoration: none;
}
.bodytextbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	color: #756F56;
	text-decoration: none;
}
.bodytext2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
a:link, a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #756F56;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #9BC1D5;
	text-decoration: none;
	font-weight: bold;
}
#baseLink a:link, #baseLink a:visited {
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
#baseLink a:hover{
	font-size: 11px;
	font-weight: bold;
	color: #B0AC9D;
	text-decoration: none;
}
/*Form Content*/

form .field {
width: 230px;
background-color: #EAEAEA;
}

form .box {
width: 15px;
background-color: #EAEAEA;
}

form ol {
	list-style: none;
	margin: 1em 0 0 0;
	padding: 0;
}

form ol li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#buttons {
margin-left: 130px;

}

form label {
	display: block;
	width: 130px;
	float: left;
 }