body {
    font-family: Verdana, Tahoma, sans-serif;
    font-size: small;
    color: Black;
}

hr {
    color: black;
}

a {
    color: #545454;
    text-decoration: none;
}

a:hover, a:active, a:focus {
    color: #1F47A2;
}

a img {
    border: 0px solid #000000;
}

ul {
    list-style-image: url("../images/Bullet1.png");
}

.contactMenu {
    font-size: x-small;
}

.numericText {
    -wap-input-format: "*N";
}
.requiredText {
    -wap-input-required: true;
}
.requiredNum {
    -wap-input-format: "*N";
    -wap-input-required: true;
}
.chatTime {
    font-size: x-small;
    color: #AC9962;
}
.alertsDiv {
    font-size: x-small;
    color: #BD9E57;
}
.menuDiv {
    font-size: x-small;
    background-color: #EBDCBB;
    list-style-image: url("../images/BulletBrown.png");
}
.topLogo {
    background-color: #FFFFFF;
    text-align: left;
}
.mainLogo {
    text-align: left;
    background-color: #FFFFFF;
}
.splashAdvert {
    text-align: center;
    vertical-align: center;
}
.topHeading {
    text-align: left;
    font-weight: bold;
}
.navMenu {
    text-align: center;
    font-size: x-small;
}
.contextMenu {
    text-align: center;
    font-size: x-small;
}
.mapControls {
    text-align: center;
}
.contactName {
    background-color: #DBCAA2;
    width: 100%;
}
.smalltext {
    font-size: x-small;
}
.map {
    border: 1px solid #000000;
}
.centered {
    text-align: center;
}
.right {
    text-align: right;
}
.nextPrevious {
    font-size: x-small;
    text-align: right;
}

.submitBtn {
    font-size: small;
    border-color: #1F47A2;
    background-color: #FFFFFF;
}
.footer {
   font-size: x-small; 
   text-align: center;
}