@charset "utf-8";
/* CSS Document */

#myMap {
	position:relative;
	width:1200;
	height:600;
}
#sipedainfo {
	font-family: "Century Gothic";
	font-size: 12px;
	color: #006;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 20px;
}
a {
	font-family: "Century Gothic";
	font-size: 12px;
	color: #003;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 20px;
	text-decoration: none;
	font-weight: bolder;
}
a:hover {
	color: #999;
}

.pinStyle1{ position:relative; background:url('pin1.gif') no-repeat 0 0; height:30px; width:25px; top:-15px; color:#fff; text-align:center; font: bold 12px Arial; cursor: pointer;}


.pinStyle1 .text{ position: relative; top: 2px; }

