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

body {
	margin: 0px;
	text-align: center;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 11pt;
	background-color: #016795;
	line-height: 125%;
}

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 {
	text-align: center;
	font-size: 14pt;
	font-weight: bold;
}

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

li {
	font-size: 11pt;
	line-height: 125%;
}


.label {
	color: #1e3a73;
	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: 678px;
	margin: 0 auto 50px auto;
}

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

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

#disclaimers a {
	color: #fff;
}

#formborder {
	width: 200px;
	text-align: center;
	border-top: 8px solid #454545;
	border-bottom: 8px solid #b8b8b8;
	background-color: #E6E6E6;
}

#formheader {
	background-color: #c5c5c5;
	padding: 5px;
	color: #000000;
	font-size: 22pt;
	text-align: center;
	font-weight: bold;
	line-height: 100%;
}

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