/* CSS Document */

.popupTextTitle {font-weight: bold; font-size: 9pt; color: #333333; border-bottom: 2px solid #333333;}
.popupTextBody {font-weight: normal; font-size: 8pt; color: #333333;}
#map{
border-style:solid;
border-width:1px;
border-color:#333333;
color:#222222;
}

#map a:link {
	text-decoration: none;
	color: #1E5274;
}
#map a:visited {
	text-decoration: none;
	color: #55723C;
}
#map a:hover {
	text-decoration: underline;
	color: #143950;
}
#map a:active {
	text-decoration: none;
	color: #55723C;
}

