@charset "utf-8";
/* gMaps style CSS*/

#firstHeading {
    font-size: 14px;
    padding: 2px 0;
    margin: 2px 0 20px;
}

.gmaps_Link {
	border-top: 1px solid rgba(148,148,148,0.50);
	padding-top: 5px;
	margin-bottom: 0px;
}

.gmaps_Link a,
.gmaps_Link a:active,
.gmaps_Link a:focus{
	color: #427fed;
}
.gmaps_Link a:hover {
	text-decoration: underline;
	color: #427fed;
}

