/* ------------ MENU0 ------------ */
.menu0 {
        font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size : 9pt;
}

.menu0-selected {
        font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size : 9pt;
        font-weight : bold;
        color: Black;
    cursor: default;
}

/* ------------ MENU1 ------------ */
.menu1 {
        font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size : 8pt;
}
.menu1-selected {
        font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size : 8pt;
        font-weight : bold;
        color: Black;
    cursor: default;
}

/* ------------ MENU2 ------------ */
.menu2 {
        font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size : 8pt;
}
.menu2-selected {
        font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size : 8pt;
        font-weight : bold;
        color: Black;
    cursor: default;
}

/* ------------ HEADERS ------------ */
.header1-11b {
        font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size : 11pt;
        font-weight : bold;
    color: #A8A8C0;
}

/* ------------ TEXTS ------------ */

.text1-9r {
        font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size : 9pt;
}

.text1-9b {
        font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size : 9pt;
        font-weight : bold;
}

.text1-8r {
        font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size : 8pt;
}

.text1-8b {
        font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size : 8pt;
        font-weight : bold;
}

/* ------------ BACKGROUNDS ------------ */
.bg-default {
    background-color: White;
}

.bg-top {
    background-color: #CDDFF7;
}

.bg-middle {
    background-color: WhiteSmoke;
}

.bg-bottom {
    background-color: #CDDFF7;
}

.bg-table-header {
    background-color: Lavender;
}

.bg-window-header {
    background-color: #CDDFF7;
}

/* ------------ BORDERS ------------ */
.border-dotted-bottom {
    border-bottom: 1px dotted Silver;
}

.border-dotted-top {
    border-top: 1px dotted Silver;
}

.border-table {
    border: 1px solid Silver;
}

/* ------------ SPACERS ------------ */
.spacer30 { width: 30px; }
.spacer60 { width: 60px; }
.spacer90 { width: 90px; }


/* ------------ ELEMENT <A> ------------ */
.a-underlined { text-decoration: underline; }
/*A {   text-decoration: none; }*/
/*A:hover { text-decoration: underline; }*/
A:link { color: MidnightBlue; }
A:visited { color: MidnightBlue; }
A:active { color: LightSlateGray; }

/* ------------ ELEMENT <BODY> ------------ */
BODY {
    margin: 0px;
    background-color: White;
}