@charset "utf-8";
body {
	background-color: #339a00;
	text-align: center;
	font-family: "Trebuchet MS", Verdana, Tahoma;
	padding: 10px;
	color: #333333;
}
p {
	margin-bottom: 10px;
	margin-top: 0px;
}

.footer {
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	margin-top: 10px;
}
h1 {
	font-size: 24px;
	color: #006600;
	margin-top: 0px;
	font-weight: bold;
	margin-bottom: 10px;
}
ul {
	margin-bottom: 0px;
}
.content {
	font-size: 14px;
	width: 950px;
	margin: auto;
	text-align: left;
}
.footer a {
	color: #FFFFFF;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.leadform input {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #999999;
	border-bottom-width: 1px;
	font-size: 18px;
	width: 300px;
	margin-right: 4px;
	margin: 0px;
}
.leadform select {
	font-size: 18px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	width: 300px;
	border-bottom-color: #999999;
	margin-right: 4px;
}
.leadform td {
	font-size: 18px;
	vertical-align: top;
}
.leadform textarea {
	width: 300px;
	margin-right: 4px;
	border-color: #999999;
	border-width: 1px;
	border-style: solid;
	font-size: 18px;
}
.leadform  .checkbox {
	width: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.leadform .button {
	background-image: url(img/button_bg.png);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	height: 60px;
	width: 294px;
	background-color: #FFFFFF;
	cursor: pointer;
}
.leadform .button:hover {
	color: #ffff00;
}
.table_bg {
	background-color: #FFFFFF;
	margin-top: 10px;
}
.clear {
	clear: both;
}
.white_link a {
	color: #FFFFFF;
	background-image: url(img/button_bg.png);
	background-repeat: no-repeat;
	width: 294px;
	display: block;
	height: 45px;
	font-size: 24px;
	font-weight: bold;
	padding-top: 15px;
	text-align: center;
	text-decoration: none;
}
.white_link a:hover {
	color: #ffff00;
}