body {
	margin: 14px 8px 14px 14px;
	background-color: #90A483;
	font-family: Arial, sans-serif, Verdana;
	color: #66705B;
}

hr {
	color: #66705B;
}

.displayBlock {
	display: block;
}

.headline, .title {
	font-size: 12pt;
	font-weight: bold;
	text-transform: lowercase;
}

.pageTitle {
	margin: 15px 22px 0px 22px;
	text-transform: lowercase;
	font-size: 14pt;
	font-weight: bold;
}

.content {
	font-size: 10pt;
	line-height: 13pt;
}

.contentReversed {
	font-size: 10pt;
	line-height: 13pt;
	color: #E5E5E5;
}

.subheadline {
	font-size: 10pt;
	font-weight: bold;
}

.subtitle {
	font-size: 9pt;
	font-weight: bold;
}

.subcontent {
	font-size: 9pt;
}

.subcontentReversed {
	font-size: 9pt;
	color: #E5E5E5;
}

.headlines {
	font-size: 9pt;
	font-weight: bold;
	color: #FFFFFF;
}

.dateText {
	font-size: 10px;
	color: #FFFFFF;
}

.copyrightText {
	font-size: 10px;
	color: #8E8F8A;
}

.contactInfo {
	font-size: 10px;
	line-height: 14px;
	color: #FFFFFF;
}

.form_title, h5.form_title, div.form_row_submit{
	font-size: 10pt;
	font-weight: bold;
	color: #E5E5E5;
	background: #66705B;
}

.formlabel {
	font-size: 10pt;
	font-weight: bold;
	text-transform: lowercase;
}

.formcontent {
	font-size: 10pt;
}

.errormessage {
	font-size: 16pt;
	font-weight: bold;
	color: #FF0000;
}

.headlines a:link {
	color: #1E2625;
}

.headlines a:visited {
	color: #666666;
}

.headlines a:hover, .headlines a:active {
	color: #FFFFFF;
}

a.copyrightText:link, a.copyrightText:visited {
	color: #8E8F8A;
	text-decoration: none;
}

a.contactInfo:link, a.contactInfo:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a.copyrightText:hover, a.copyrightText:active, 
a.contactInfo:hover, a.contactInfo:active {
	color: #8E8F8A;
	text-decoration: underline;
}

a:link, a:visited {
	color: #303A36;
}

a:hover, a:active {
	color: #66705D;
}

.contactinfo a:link, .contactinfo a:visited {
	color: #fff;
}

.contactinfo a:hover, .contactinfo a:active {
	color: #8e8f8a;
}