body {
        color: #3366FF;
        font-family: Arial;
        font-size: 9pt;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
}

table,td,tr,div {
        color: #000000;
        font-family: Arial;
        font-size: 9pt;
        margin-top: 0px;
        margin-bottom: 0px;
}

h1 {
        color: #666666;
        font-family: arial;
        font-size: 15pt;
        font-weight: bold;
        text-align: left;
}

h2 {
        color: #000000;
        font-family: Arial;
        font-size: 10pt;
        font-weight: bold;
        text-align: center;
}

h3 {
        color: #000000;
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size: 13pt;
        font-weight: bold;
        font-style: italic;
}

h4 {
        color: #000000;
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size: 8pt;
        font-weight: normal;
}

h5 {
        color: #000000;
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size: 9pt;
        font-weight: bold;
        margin-top: 0px;
        margin-bottom: 10px;
        margin-left: 4px;
        margin-right: 4px;
}

a:link {
        color: #000000;
        text-decoration: underline;
        font-weight: bold;
}

a:visited {
        color: #000000;
        text-decoration: underline;
        font-weight: bold;
}

a:active {
        color: #000000;
        text-decoration: underline;
        font-weight: bold;
}

a:hover {
        color: #5A8CCF;
        text-decoration: none;
        font-weight: bold;
}

.copyright {
        font-size: 7pt;

}


