A {
	color: #4E6964;
}

A:hover {
	color: #D9B342;
}

BODY {
	background-color: #FFFFDF;
	color: #4E6964;
	font-family: arial, sans-serif;
	font-size: 9pt;
}

DIV {
	position:relative;
}

/* Footer links */
.footer {
	color: #4E6964;
	font-family: arial, sans-serif;
	font-size: 9pt;
	margin-top: 11px;
}

/* Background rectangle */
.mainBody {
	margin-left: 187px;
	width: 580px;
	background-color: #D4DFBB;
}

/* Text rectangle */
.mainBodyMargins {
	margin-left: 11px;
	width: 540px;
}

/* Text rectangle for the first of two columns */
.col1Margins {
	margin-left: 11px;
	width: 260px;
}

/* An additional indent, where necessary */
.indent {
	margin-left: 11px;
}

/* Area of similarly styled text */
.mainBodyTextRegion {
}

/* Paragraph inside the main body area */
.mainBodyTextRegion P, .mainBodyTextRegion H3, .mainBodyTextRegion UL {
	font-size: 9pt;
	margin-top: 11px;
}

/* Text in a nested table */
.mainBodyText {
	font-size: 9pt;
}

/* Alternative to mainBodyTextRegion, but for IDX Solutions third-party form */
.idxFormRegion {
}

.idxTopSpacer {
	font-size:2px;
}

H2, .hed {
	color: #7A4F76;
	font-family: Arial Narrow, sans-serif;
	font-size: 14pt;
	font-variant: small-caps;
	font-weight: bold;
	margin-top: 0px;
}

H3, .subhed {
	color: #7A4F76;
	font-style: italic;
	font-weight: bold;
	font-size: 11pt;
}

/* Breadcrumb effect in heading */
H2 em {
	font-style: normal;
	font-size: 12pt;
	font-variant: normal;
}

#betterHomesLogo {
	position: absolute;
	left:9px;
	top:500px;
	z-index:4
}

/* Hide the left nav when printing. */
@media print {
	.navColumnSpacer {
		width: 60px;
	}
	
	.leftNavGraphics {
		visibility: hidden;
	}

	A, BODY, .footer, H2, H3 {
		color: #000;
	}
	
	#betterHomesLogo {
		position: absolute;
		left:9px;
		top:120px;
		z-index:4
	}
}

