/*
    BODY
        {background-color:#fff7e5;color:black;font-family:Arial, sans-serif;font-size:9pt;font-weight:700;}
*/
    BODY.Unverferth {
        background-color: #53534B;
    }
    TABLE.Unverferth {
        background-color: #FFFFFF;
    }
    TD.UnverferthMenu {
        background-image: url(images/MenuBackground.jpg);
    }
    TD.ButtonSelected {
        font-size: 11.0pt; font-family: tahoma; text-align: left; height: 29px; color: YELLOW;
        cursor:pointer; background-color: #FE1A2B;
    }
    TD.ButtonUnselected {
        font-size: 11.0pt; font-family: tahoma; text-align: left; height: 29px; color: #FFFFFF;
        background-color: #FE1A2B;
    }
    TD.PoweredBy {
        font-size: 8.0pt; font-family: tahoma; text-align: center; color: #FFFFFF; cursor:pointer;
    }
    TD.Menu {
        width: 173px; text-align: left; vertical-align: top; color: #262324;
    }
    TD.MenuSeparator {
        height: 4px;
    }
    DIV.PageHeader {
        font-size: 14.0pt; text-align: center; font-weight: bold;
    }
    TD.InputLabel {
        text-align: right; font-weight: bold;
    }
    TD.Error {
        color: RED;
    }
