.markerName {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0000CC;
}
#mapDirections {
}
#mapContainer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-color: #ECECEC;
	text-align: left;
	margin: 10px;
	padding: 10px;
	width: 540px;
	border: 1px dashed #999999;
	line-height: 1.5em;
}
.mapBubble {
	text-align: center;
	border: 1px dotted #999999;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
	font-size: 12px;
	font-style: normal;
	line-height: 1.5em;
	font-weight: normal;
	white-space: nowrap;
}
.mapCaption {
	font-size: 14px;
	font-weight: bold;
}
