@charset "utf-8";
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	background-color: #4d9129;
}
th {
	text-align: right;
	vertical-align: top;
	padding-right: 10px;
}
td {
	text-align: left;
	vertical-align: top;
	font-size: 8pt;
}
input {
	width: 150px;
	font-size: 8pt;
}
select {
	width: 155px;
}
.container {
	width: 1100px;
	padding: 0px 10px 10px 0px;
	text-align: center;
	background-color: #FFFFFF;
	border: 2px solid #000000;
}
.required {
	font-size: 8pt;
	color: #CC0000;
}
.tandcdiv {
	width: 834px;
	font-size: 7pt;
	text-align: right;
}
.footerlink, .footerlink a {
	background-color: #000000;
	color: #FFFFFF;
	padding: 2px;
	text-decoration: none;
}
.footerlink a:hover {
	color: #CC0000;
}
.smalltext {
	font-size: 7pt;
}
#chkbox th, #chkbox td {
	vertical-align: middle;
}
#chkbox label {
	font-size: 7pt;
}
#chkbox input {
	width: 20px;
}
#submit {
	width: 80px;
}
