@charset "utf-8";
body {
	background-color: #999966;
	margin: 0px;
	padding: 0px;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../images/Background.gif);
}
li {
	list-style-type: square;
	list-style-image: url(../images/bullet.gif);
	list-style-position: inside;
	font-size: 12px;
	line-height: 16px;
	margin-top: 10px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: justify;
	padding: 0px;
}
table {
	background-color: #FFFFCC;
	color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	text-align: justify;
	list-style-type: none;
	list-style-position: outside;
}
.subtitle {
	font-weight: bold;
	color: #617C53;
	font-size: 14px;
}
a:link {
	color: #004833;
	font-weight: bold;
}

a:visted {
	color: #004833;
}

a:hover {
	color: #999966;
}

a:active {
	color: #004833;
}
form {
	background-color: #9fa667;
	border: thin solid #FFE774;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	padding: 15px;
	line-height: 12px;
	margin: 0px;
}
.formText {
	font-size: 10px;
	color: #FFE774;
	line-height: 12px;
	text-align: right;
	font-weight: bold;
	padding-bottom: 5px;
	vertical-align: top;
	padding-right: 5px;
}
.formFields {
	background-color: #d7ddac;
	font-size: 12px;
	color: #000000;
	line-height: 12px;
	margin-bottom: 5px;
}
.formRadio {
	font-size: 12px;
	color: #004833;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	vertical-align: middle;
}
