@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	text-align: center;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12pt;
	background-color: #839724;
	color: #2A1F00;
}

a img {
	border:none;
}

img {
	border: 0;
}

form {
	margin: 0;
}

h1 {
	text-align: center;
	font-size: 24pt;
	font-weight: bold;
	color: #cc0000;
}

h2 {
	text-align: center;
	font-size: 18pt;
	font-weight: bold;
}

h3 {
	font-size: 14pt;
	font-weight: bold;
}

h4 {
	font-size: 11pt;
	font-weight: bold;
}

label {
	color: #005500;
	font-size: 9pt;
	margin-right: 5px;
}

input[type="text"] {
	border: 1px solid;
	font-size: 12pt;
	padding: 2px;
	margin: 2px;
	width: 150px;
}

.highlighted {
	background-color: #ffff00;
}

.small {
	font-size: 9pt;
}

.vsmall {
	font-size: x-small;
}

.right {
	text-align: right;
}

.margin { 
	margin: 7px;
}

#main {
	width: 700px;
	margin: 0 auto 50px auto;
}

#content {
	padding: 10px;
	text-align: left;
	background-color: #fff;
}

#disclaimers {
	margin-top: 10px;
	text-align: center;
	font-size: 9pt;
}

#disclaimers a {
	color: #fff;
}

#formborder {
	width: 228px;
	text-align: center;
	border-top: 8px solid #90be1e;
	border-bottom: 8px solid #a1b1a1;
	background-color: #E6E6E6;
}

#formheader {
	background-color: #d5d5d5;
	padding: 5px;
	color: #005500;
	font-size: 22pt;
	text-align: center;
	font-weight: bold;
}

#form {
	padding: 20px 5px 20px 5px;
}
