BODY {
SCROLLBAR-FACE-COLOR: #FBFBFB;
SCROLLBAR-HIGHLIGHT-COLOR: white;
SCROLLBAR-TRACK-COLOR:white;
SCROLLBAR-SHADOW-COLOR: white;
SCROLLBAR-ARROW-COLOR: #004C81;
}
A:Link {
        text-decoration: none;
        font-family: Verdana;
        font-weight: bold;
        color: #0066CC;
        font-size: 9pt;
        text-decoration: none;
}

A:VISITED {
        text-decoration: none;
        font-family: Verdana;
        font-weight: bold;
        color: #0066CC;
        font-size: 9pt;
        
}

A:HOVER {
        text-decoration: none;
       
        color: white;
        font-family: Verdana;
        font-weight: bold;
        font-size: 9pt;
        
}
TABLE {
        font-family: Verdana;
        font-weight: normal;
        font-style: normal;
        font-size: 9pt;
        background: #FFFFFF;
}

TD {
        font-family: Verdana;
        font-weight: normal;
        font-style: normal;
        font-size: 9pt;
        text-align: right;
        margin-left: 5pt;
}

TH {
        font-family: Verdana;
        font-weight: bold;
        font-style: normal;
        font-size: 10pt;
        color: #ffffff;
        background: #000066;
}
P {
        font-family: Arial;
        font-weight: bold;
        font-style: normal;
        font-size: 9pt;
        color: #000000;
}


