.unnamed1 { color: #ffffff; text-decoration: none; }
.unnamed2 { color: #000; text-decoration: none; }
A:hover { color: #bdad5a; text-decoration: underline; }

.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.bodySmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.bodyBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.bodyItalic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #000000;
}
.bodyTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
.bodyLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #014490;
}
.bodyLink:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF9600;
	text-decoration: underline;
}
.bodyBoldLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #014490;
}
.bodyBoldLink:hover {
	color: #FF9600;
	text-decoration: underline;
}
.borderMap {
	border-style: solid;
	border-color: #7F7F7F;
	border-width: 1pt;
}

.h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #86294a;
}

.propertyTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
}
.propertySpec {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
}
.propertySpecLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #A20056;
	font-weight: bold;
}

.propertySpecLink:hover {
	text-decoration: underline;
}

.propertySearchTable {
	background-color: #CCCCCC;
	border: 1px solid #7F7F7F;
}
.propertySearchTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #999999;
}

.propertySearchField {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.propertySearchInput {
	width: 175px;
	border: 1px solid #ccc;
}
.propertySearchButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #BDAD5A;
	background-color: #000000;
	text-transform: uppercase;
	font-weight: bold;
	border: 1px solid #000000;
}


.mapTable {
	background-color: #7ADEFF;
	border: 1px solid #286D82;
}

.mapField {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

.footermenu {
	font-family: Georgia, Times New Roman, serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
}
.footerslash {
	font-family: Georgia, Times New Roman, serif;
	font-size: 10px;
	color: #666666;
}
.footerdash {
	font-family: Georgia, Times New Roman, serif;
	font-size: 13px;
	color: #A60053;
}

#detailsLayer {
	background: #6ab5cc;
	border: solid 1px #ddd;
    visibility: hidden;
    position: absolute;
    left: 20px;
    top: 40px;
}
