.mapContent {
	height: 169px;
	width: 298px;
	position: relative;
	background-color: #dbe9f2;
}
.mapCitynames {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	position: absolute;
	height: 21px;
	font-weight: bold;
	width: 281px;
	margin-left: 2px;
	top: 5px;
	left: 5px;
}
.BigmapContent {
	position: relative;
}
.BigmapCitynames {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #012674;
	position: absolute;
	font-weight: normal;
	margin-left: 2px;
	top: 63px;
	left: 5px;
	text-align: center;
	width: 90px;
}
