BODY
{
    BACKGROUND-COLOR: #eaeaea;
    COLOR: #333366;
    FONT-FAMILY: Arial;
    padding: 0px;
    margin: 0px;
}
H1
{
    COLOR: #6666CC;
    FONT-FAMILY: 'Times New Roman';
    TEXT-TRANSFORM: capitalize;
}
H2
{
    COLOR: #6666CC;
    FONT-FAMILY: 'Times New Roman';
    TEXT-TRANSFORM: capitalize;
}
H3
{
    COLOR: #6666CC;
    FONT-FAMILY: 'Times New Roman';
    TEXT-TRANSFORM: capitalize;
}

H4
{
    COLOR: #6666CC;
    FONT-FAMILY: 'Times New Roman';
    TEXT-TRANSFORM: capitalize;
}

H5
{
    COLOR: #6666CC;
    FONT-FAMILY: 'Times New Roman';
    TEXT-TRANSFORM: capitalize;
}
H6
{
    COLOR: #6666CC;
    FONT-FAMILY: 'Times New Roman';
    TEXT-TRANSFORM: capitalize;
}
TH {
 color: #6060cc
}
A {
	FONT-FAMILY: Arial;
	FONT-SIZE: 9pt;
	FONT-STYLE: normal;
	COLOR: #4db927;
}
.title {
	color: black;
	font-family: Verdana, Arial;
	font-size: 18pt;
	font-weight: bold;
}

.subtitle {
	color: #5b3a27;
	font-family: Verdana, Arial;
	font-size: 10pt;
	font-style: italic;
}
.logo {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-top: 7px;
	FONT-FAMILY: Verdana, Arial;
	FONT-SIZE: 7pt;
	FONT-STYLE: normal;
	COLOR: #4db927;
	text-decoration: none;
}
.logo A {
	FONT-FAMILY: Verdana, Arial;
	FONT-SIZE: 7pt;
	FONT-STYLE: normal;
	text-decoration: none;
}
.form {
	background-color: #4db927;
}
.formtitle {
	FONT-FAMILY: Arial;
	FONT-SIZE: 16pt;
	FONT-STYLE: italic;
	font-weight: bold;
	color: black;
	padding-top: 0px;
	padding-bottom: 0px;
	page-break-after: avoid;
	text-align: center;
	
}
.formsubtitle {
	FONT-FAMILY: Arial;
	FONT-SIZE: 8pt;
	FONT-STYLE: italic;
	color: black;
	font-weight: normal;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: center;
}
.formerror {
	FONT-FAMILY: Arial;
	FONT-SIZE: 10pt;
	FONT-STYLE: italic;
	color: white;
	font-weight: bold;
}
.form TD {
	FONT-FAMILY: Arial;
	FONT-SIZE: 8pt;
	COLOR: white;
	padding-left: 15px;
	padding-right: 15px;
}
.form TD INPUT {
	FONT-FAMILY: Arial;
	FONT-SIZE: 8pt;
	border: 1px solid black;
	padding-left: 5px;
}
.form TD SELECT {
	FONT-FAMILY: Arial;
	FONT-SIZE: 8pt;
	border: 1px solid black;
	padding-left: 5px;
}
.form TD TEXTAREA {
	FONT-FAMILY: Arial;
	FONT-SIZE: 8pt;
	border: 1px solid black;
	padding-left: 5px;
	padding-right: 5px;
	wrap: soft;
}
.formframe {
	border: none;
	scroll: none;
	overflow: hidden;
}
.submit {
	FONT-FAMILY: Arial;
	FONT-SIZE: 8pt;
	font-weight: bold;
	background-color: #e2cabc;
}
.errorfield INPUT {
	font-weight: bold;
	border: 1px solid red;
	background-color: #ea6a50;
	padding-left: 5px;
	padding-right: 5px;
}
.hidden {
	display: none;
}
.text {
	FONT-FAMILY: Arial;
	FONT-SIZE: 10pt;
	color: black;
	font-style: italic;
}
.text A {
	FONT-FAMILY: Arial;
	FONT-SIZE: 10pt;
	color: black;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
}
.text H1 {
	FONT-FAMILY: Arial;
	FONT-SIZE: 18pt;
	color: black;
	text-transform: none;
	margin: 0px;
	padding: 0px;
	font-style: normal;
}
.text H2 {
	FONT-FAMILY: Arial;
	FONT-SIZE: 10pt;
	color: black;
	font-weight: bold;
	text-transform: none;
	margin: 0px;
	padding: 0px;
	font-style: normal;
}
.comments {
	FONT-FAMILY: Arial;
	FONT-SIZE: 10pt;
	color: black;
	font-style: normal;
}
.comments A {
	FONT-FAMILY: Arial;
	FONT-SIZE: 10pt;
	color: black;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}
.content {
	width: 575px;
	height: 335;
	background-color: #4db927;
	padding-left: 35px;
	padding-right: 35px;
	padding-top: 15px;
	padding-bottom: 15px;
	overflow: auto;
	scrollbar-face-color: #4db927;
}
.content H1 {
	font-family: Arial;
	font-size: 12pt;
	color: white;
	text-transform: none;
	text-align: left;
	margin-left: 50px;
	margin-right: 50px;
	margin-bottom: 5px;
}
.content H2 {
	font-family: Arial;
	font-size: 9pt;
	color: white;
	text-transform: none;
	text-align: left;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 15px;
	margin-left: 50px;
	margin-right: 50px;
}
.content P {
	font-family: Arial;
	font-size: 9pt;
	color: white;
	text-transform: none;
	text-align: left;
	font-style: italic;
	font-weight: normal;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 57px;
	margin-right: 50px;
}
.content H3 {
	font-family: Arial;
	font-size: 9pt;
	color: white;
	text-transform: none;
	text-align: left;
	font-style: italic;
	font-weight: normal;
	margin-top: 5px;
	margin-left: 50px;
	margin-right: 50px;
}