div#main_vt {
    position: relative;
    font-size: 116%;
    font-weight: normal;
    margin-top: 20px;
    color: #175E94; /* 3x21AsOsOK-K- */
    margin-top: 0px;
    background-color: #A6C9E4; /* #EDF5FF; */
    padding: 10px;
}

div#bd {
    margin-top: 10px;
}
div#bd div.tabbers {
    margin-left: 15px;
    margin-bottom: 1px;
}

div#bd div.tabber {
    position: relative;
    float: left;
    background-color: #0B61A4;
    padding: 5px;
    margin-right: 2px;
}
div#bd div.tabber a,
div#bd div.tabber a:hover,
div#bd div.tabber a:active,
div#bd div.tabber a:visited {
    color: #FF9200;
    text-decoration: none;
}

div#bd div.tabber_active {
    top: 1px;
    background-color: #A6C9E4;
}

div#bd div.tabber_active a,
div#bd div.tabber_active a:hover,
div#bd div.tabber_active a:active,
div#bd div.tabber_active a:visited {
    color: #175E94;
    font-weight: bold;
}
