BODY {
    font-size: 9pt;
        background-color: #ffffff;
        padding-left: 0px;
        padding-rifht: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

H1  {
        font-weight: bold;
        font-size: 11pt;
        border-left-width: 5px;
        border-left-style: solid;
        border-color: #6699CC;
        padding-left: 5px;
}

H2  {
        font-weight: bold;
        font-size: 10pt;
        margin-bottom: 2px;
    }

H3  {
        font-weight: bold;
        font-size: 10pt;
    }

H4, H5, H6  {
        font-weight: bold;
        font-size: 10pt;
    }

body, h1, h2, h3, h4, h5, h6, a, td, th, div, pre, code, span, ol, ul, dl, dt, dd, li, blockquote {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        }

td, th {
        font-size: 9pt;
        }

p {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 9pt;
        }

.small   {
        font-size: 8pt;
    }

.comment   {
        font-size: 9pt;
    }

tt {
        font-family: Courier New, Courier, monospace;
    }

A:link   {
        color: #424242;
                   text-decoration: none;

    }

A:active   {
        color: #676767;
                  text-decoration: none;
    }

A:visited {
                  text-decoration: none;
        color: #003E82;
    }

A:Hover  {
                  color: #003E82;
                          text-decoration: underline;
        }

.nav {
        background-color: #E8F3FF;
}

.navergo {
        background-color: #E1FFE1;
    }

ol {
        font-size: 10pt;
        }

ul {
        list-style-image:url(bullet.gif);
        font-size: 10pt;
        }
