html, body {
	font-size: 8pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	
	color: #FFFFFF;
	background-color: #96980D;
}
td {
	font-size: 8pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	
	color: #FFFFFF;
}
a:link {
	color: #663300;
}
a:visited {
	color: #663300;
}
a:hover {
	color: #663300;
}
a:active {
	color: #CCFF66;
}
.requiredIcon {
	font-weight: bold;
	color: yellow;
}
.message {
	font-size: 7pt;
	font-style: italic;
	color: #FFFFFF;
}
.floorplan {
	font-size: 8pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #000000;
}
.blackFont {
	font-color: #000000
}
.mainBody {
	align: center;
	font-size: 9pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	background-color: #96980D;
}
.mainBody2 {
	line-height: 2em;
	font-size: 9pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	background-color: #96980D;
}
.mainHeader {
	font-size: 12pt;
	
}
.showhomeBody {
	
	font-size: 9pt;
	line-height: 3em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	background-color: #96980D;
}