html {
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    font: 85% Georgia, Times New Roman, serif;
    text-align: center;
    background: #3c5896;
    /*        background: #003366;  */
}

a:link {
    color: #0000FF;
    text-decoration: none;
}

a:visited {
    color: #730000;
    text-decoration: none;
}

a:hover {
    color: #FFFFFF;
    text-decoration: none;
    background-color: #898b8e;
}

a:active {
    color: #FFFFFF;
    text-decoration: none;
    background-color: #898b8e;
}

.PageBanner {
    margin: 0px 0px 0px 0px;
    padding: 5px 5px 5px 5px;
    background: #faedbc;
    text-decoration: none;
}

.PageHeader {
    margin: 0px 0px 0px 0px;
    padding: 5px 0 5px 0px;
    font-family: Verdana;
    Helvetica,
    san-serif;
    font-size: 14pt;
    text-align: center;
    color: #0f3c9e;
    font-weight: bold;
    display: block;
}

.PageHeader2 {
    margin: 0px 0px 0px 0px;
    padding: 5px 0 5px 0px;
    font-family: Verdana;
    Helvetica,
    san-serif;
    font-size: 12pt;
    text-align: center;
    color: #0f3c9e;
    font-weight: bold;
    display: block;
}

.PageHeader3 {
    margin: 0px 0px 0px 0px;
    padding: 5px 0 5px 0px;
    font-family: Verdana;
    Helvetica,
    san-serif;
    font-size: 10pt;
    text-align: center;
    color: #0f3c9e;
    font-weight: bold;
    display: block;
}

.ContentAreaHeader {
    margin: 0px 0px 2px 0px;
    padding: 13px 0 0 10px;
    font-family: Verdana;
    Helvetica,
    san-serif;
    font-size: 12pt;
    text-align: left;
    color: #0f3c9e;
    font-weight: bold;
    display: block;
}

.ContentAreaHeader2 {
    margin: 0px 0px 2px 0px;
    padding: 0px 0px 0px 10px;
    font-family: Verdana;
    Helvetica,
    san-serif;
    font-size: 12pt;
    text-align: left;
    color: #0f3c9e;
    font-weight: bold;
    display: block;
}


.ContentAreaNote {
    font: normal 11pt 'Georgia', 'Times New Roman', serif;
    margin: 0px 0px 2px 0px;
    padding: 13px 10px 0 10px;
    text-align: left;
    font-size: 13pt;
    color: #000000;

}

.ContentAreaNote2 {
    font: normal 11pt 'Georgia', 'Times New Roman', serif;
    margin: 0px 0px 2px 0px;
    padding: 13px 10px 0 10px;
    text-align: center;
    font-size: 13pt;
    color: #000000;

}

.ContentAreaNote3 {
    font: normal 11pt 'Georgia', 'Times New Roman', serif;
    margin: 0px 0px 2px 0px;
    padding: 13px 10px 0 10px;
    text-align: left;
    font-size: 13pt;
    color: #0f3c9e;

}

.ContentAreaNote4 {
    font: normal 11pt 'Georgia', 'Times New Roman', serif;
    margin: 0px 0px 2px 0px;
    padding: 0px 10px 0 10px;
    text-align: left;
    font-size: 13pt;
    color: #000000;

}

.footer {
    padding: 0px 0px 0px 0px;
    color: white;
    background: #898b8e;
    text-align: center;
    font-size: 12pt;
    display: block;
    height: 25px;
}

.footer a:link {
    color: white;
    text-decoration: underline;
}

.footer a:visited {
    color: white;
    text-decoration: underline;
}

.footer a:hover {
    color: #FFC700;
    text-decoration: underline;
}

.footer a:active {
    color: #FFC700;
    text-decoration: underline;
}

.ContentTableHeader {
    font-family: Verdana;
    Helvetica,
    san-serif;
    font-size: 14pt;
    text-align: left;
    color: #0f3c9e;
    font-weight: bold;
    display: block;
}


.hrReplacement {
    background-color: #0f3c9e;
    border: 1px solid #000000;
    height: 3px;
    margin: 3px;

}

.hrReplacementGray {
    background-color: #898b8e;
    border: 1px solid #000000;
    height: 3px;
    margin: 3px;
    width: 1000px;
}

.whitefooter {
    padding: 0px 0px 0px 0px;
    color: white;
    background: white;
    text-align: center;
    font-size: 12pt;
    display: block;
    height: 10px;
}
