TABLE {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color: #000000;
	font-weight: normal;
}
A {
	color : #000000;
	text-decoration : underline;
}
A:HOVER {
	color : #7c1203;
	text-decoration : underline;
}
.resite {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	color: #7c1203;
	font-weight: normal;
}
A.resite {
	color : #7c1203;
	text-decoration : none;
}
A:HOVER.resite {
	color : #d7baaa;
	text-decoration : none;
}
.nav {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	color: #FFFFFF;
	font-weight: normal;
}
A.nav {
	color : #FFFFFF;
	text-decoration : none;
}
A:HOVER.nav {
	color : #d7baaa;
	text-decoration : none;
}
.subnav {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	color: #FFFFFF;
	font-weight: bold;
}
A.subnav {
	color : #FFFFFF;
	text-decoration : none;
}
A:HOVER.subnav {
	color : #d7baaa;
	text-decoration : none;
}
.subnavActive {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	color: #d7baaa;
	font-weight: bold;
}
TABLE.floorTable {
	width: 500px;
	border-top:1px solid #7c1203;
	border-left:1px solid #7c1203;
	border-right:1px solid #7c1203;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #000000;
	background-color: #eedace;
}
tr.floorTable-key {
	font-weight: bold;
	color : #FFFFFF;
	background-color: #7c1203;
}
TABLE.floorTable TD {
	border-bottom:1px solid #7c1203;
	text-align: center;
	height: 20px;
}
HR {
	border: 1px solid #b0805f;
}
TABLE.neighborhood {
	width: 500px;
	border-top:1px solid #7c1203;
	border-left:1px solid #7c1203;
	border-right:1px solid #7c1203;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #000000;
	background-color: #eedace;
	line-height: 15px;
}
tr.neighborhood-key {
	font-weight: bold;
	color : #FFFFFF;
	background-color: #7c1203;
}
TABLE.neighborhood TD {
	border-bottom:1px solid #7c1203;
	text-align: center;
	height: 20px;
}
a.neighborhood {
	font-weight: bold;
	color : #FFFFFF;
	text-decoration : none;
}
TH.contact {
	font-weight: bold;
	color : #FFFFFF;
	font-size : 13px;
	background-color: #7c1203;
}
TABLE.contact {
	border:1px solid #7c1203;
	background-color: #eedace;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #000000;
	line-height: 15px;
}
INPUT {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
}
SELECT {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
}
TEXTAREA {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
}
SPAN.hidden {
	display : none;
}