BODY {
    background: white;
    color: black;
    font-size: 10pt;
    font-family: Verdana, Arial, sans-serif;
}

P, LI, DL, TABLE {
    font-size: 10pt;
    font-family: Verdana, Arial, sans-serif;
}

PRE.terminal {
    background:#F3F3F3;
    padding:1em;
    margin-left:2em;
    margin-right:2em;
    overflow: auto;
}

SPAN.hilight {
    background:#FFFFBB;
}

DL.contacts {
    float: right;
    padding-right: 2em;
    white-space: nowrap;
}

DT.index {
    font-weight: bold;
    padding-left: 2em;
}

DD.index {
    margin-bottom: 1em;
    margin-left: 0;
    padding-left: 2em;
}

DIV.index {
    margin-left: 5em;
    margin-right: 5em;
    border: 1px solid black;
    background: #FFFEEE;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

DIV.content {
    margin-left: 5em;
    margin-right: 5em;
    margin-top: 2em;
    margin-bottom: 2em;
}

DIV.issue {
    background: black;
    color: white;
}

LI.sp {
    padding-bottom: 1ex;
}


A:link    { color: #0066CC; text-decoration: underline; }
A:active  { color: #0066CC; text-decoration: underline; }
A:visited { color: #0066CC; text-decoration: underline; }
/*A:hover   { color: #0066CC; text-decoration: underline;*/ }

TR {
    text-align: center;
}

PRE {
    font-size: 9pt;
}

H1 {
    text-align: center;
    text-decoration: none;
}

H1, H2, H3, H4, H5, H6 {
    /*color: #666666;*/
    color: #000000;
    font-family: Verdana, Arial, sans-serif;
    font-weight : bold;
}

H1 {
    font-size: 12pt;
}

H2 {
    font-size: 12pt;
}

H3 {
    font-size: 10pt;
    /*color: black;*/
}

H4 {
    font-size: 8pt;
    /*color: #666666;*/
}

H5 {
    font-size: 8pt;
    /*color: #999966;*/
}

H6 {
    font-size: 8pt;
    /*color: #999966;*/
    padding-left: 15px;
    padding-right: 15px;
}
.footer {
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: black;
    color: #AAAAAA;
    font-size: smaller;
}

DIV.issue {
    text-align: center;
}


