.roundedOutside {
background-color : #F1EFF0;
border:2px solid #0E446E;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px; /* future proofing */
-khtml-border-radius: 10px; /* for old Konqueror browsers */
}
.rounded {
color:#114971;
background-color : #FFFFFF;
border:2px solid #FFFFFF;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px; /* future proofing */
-khtml-border-radius: 10px; /* for old Konqueror browsers */
}
a.maps:link, a.maps:active, a.maps:visited { font-family: Tahoma, Arial, Georgia; text-decoration: none; color: #114971;}
a.maps:hover { font-family: Tahoma, Arial, Georgia; text-decoration: underline; color: #114971; }
.normalMaps { font-family: Tahoma, Arial, Georgia; font-size: 11px; color: #000000; line-height:11px; }

