.border {
    border: 1px solid #000000;
}
.bodytext {
        font-family: Tahoma;
        font-size: 11px;
        color: #000033;
        text-align: justify;

}
.bodytext-red {

        font-family: Tahoma;
        font-size: 11px;
        color: #990000;
}
.bodytext-bold {
        font-family: Tahoma;
        font-size: 11px;
        color: #000033;
        font-weight: bold;

}
.inputfield {
        font-family: Tahoma;
        font-size: 11px;
        color: #000033;
        background-color: #ffffff;
        border: 1px solid #000033;
}
.inputsubmit {
    font-family: Tahoma;
    font-size: 11px;
    color: #FFFFFF;
    background-color: gray;
    border: 1px solid #000000;
    cursor: hand;

}


