.projName {
	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;
	text-align: left;
	margin: 0px;
	padding: 0px;
	width: 99%;
	line-height: 1.5em;
}
#mapContainer #map {
	height: 400px;
	width: 100%;
	border: 1px solid #999999;
}
.projBubble {
	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;
}
.mapCaption {
	font-size: 12px;
	font-weight: bold;
}
