body { 
    width: 100%;
    height: 100%;
    text-align: left;
    background-color: #ffffff;
    margin: 0;
    padding: 0;
    font-family: Verdana;
    font-size: small;
}

p {
    margin-left:5px;
    margin-right:5px;
    margin-top:0;
}

form {
    margin-left:5px;
    margin-right:5px;
    margin-top:0;
}

a {
    color: #015883;
}

.footer {
    font-size: x-small;
    text-align: center;
}

.numericText {
    -wap-input-format: "*N";
}
.requiredText {
    -wap-input-required: true;
}
.requiredNum {
    -wap-input-format: "*N";
    -wap-input-required: true;
}

.mapimage {
    border-style: solid;
    border-width: thin;
}

#toplogo {
    text-align: left;
}

#advert {
    text-align: center;    
}

ul {
    list-style:none;
    text-align: left;
    background-color: #D0D7E1;    
    color: #000000;
    margin-left: 0px;
    padding-left:5px;
    line-height: 150%;
}

#error {
    text-align: left;
    font-weight: bold;
    color: red;
}

