BODY
{
    color: #000000;
    font-family: Verdana, Arial, Tahoma;
}
A
{
    font-family: Verdana, Arial, Tahoma;
    font-size: 14px;
    font-weight: bold;
    text-decoration: underline;
    color: #003F80;
}
    A:Hover
    {
        text-decoration: none;
        color: #3163CE;
    }
.style2
{
    color: #003F80;
    font-weight: bold;
    font-size: 11px;
    font-family: Tahoma;
}
h1, h2, h3, h4
{
    font-weight: 400;
    color: #0072C6;
}
    h1 a
    {
        font-weight: 400;
        color: #0072C6;
        font-size: 26px;
        text-decoration: none;
    }
h4
{
    font-size: 16px;
    text-align: left;
    margin: 0;
}
p
{
    font-size: 14px;
    text-align: left;
    margin-top:5px;
    margin-bottom:5px;
}
.nav
{
    height: 53px;
    line-height: 53px;
    margin: 0 auto;
    background-color: #0072C6;
    font-size: 18px;
    border-bottom: solid 2px #297acc;
    border-top: solid 2px #297acc;
}
.navigation
{
    margin-top:5px;
    }
.navigation a
{
    float: left;
    text-align: center;
    padding-left: 2px;
    z-index: 2601;
    border-right: solid 1px #fff;
    padding: 10px;
}
    .navigation a, .navigation a:visited
    {
        display: block;
        text-decoration: none;
        color: #ffffff;
        background-color: #0072C6;
    }
        .navigation a:hover
        {
            color: #ffffff;
            background-color: #1E82CC;
        }