body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #266c0a;
	background-image: url(../images/main-bg.jpg);
	background-repeat: repeat;
}
.bg {
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	margin: 0px;
}
.bgbottom {
	background-image: url(../images/bg-bottom.jpg);
	background-repeat: no-repeat;
	margin: 0px;
}
a:hover {
	text-decoration: underline;
}

.bgblue {
	background-color: #eff0f4;
}
.bgbluedark {
	background-color: #096d9e;
}
.arial12white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	font-style: normal;
	text-decoration: none;
}
.arial11black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #5c523c;
	font-style: normal;
	text-decoration: none;
}
.fieldbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	font-style: normal;
	text-decoration: none;
	background-color: #0D729E;
	border: 1px solid #FFFFFF;
	width: 200px;
	padding: 2px;
}
.submit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	font-style: normal;
	text-decoration: none;
	background-color: #FFFFFF;
	border: 1px solid #094664;
}
