﻿@media all
{
    body
    {
        font-size: 0.875em;
        background: #d6dcfc;
        color: #000000;
        text-align: left;
        font-family: Arial, Helvetica, Sans-Serif;
        margin: 0px;
        padding: 0px;
    }
}

@media screen, projection
{
    .page_margins
    {
        margin-top: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
    }

    .page
    {
        margin-top: 10px;
        margin-bottom: 10px;
        margin-right: 10px;
        margin-left: 10px;
    }

    .header
    {
        height: 173px;
        color: #99CCFF;
    }

    .topnav
    {
        text-align: right;
        top: 21px;
        right: 21px;
    }

    .topnav a
    {
        color: #FFFF99;
    }

    .nav
    {
        height: 64px;
        color: #99CCFF;
    }

    .navml
    {
        position: absolute;
        left: 25px;
        top: 20px;
        font-size: 21px;
        font-weight: bold;
    }

    .navmr
    {
        position: absolute;
        right: 21px;
        top: 21px;
    }

    .navt
    {
        position: absolute;
        left: 228px;
        top: 20px;
        font-size: 21px;
        font-weight: bold;
    }

    .col_left1
    {
        width: 206px;
    }

    .col_left1_content
    {
        color: #99CCFF;
    }

    .col_right1
    {
        width: 207px;
    }

    .col_right1_content
    {
        color: #BFEBFF;
    }

    .col_mid_lr
    {
        margin-left: 206px;
        margin-right: 207px;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .col_mid_l
    {
        margin-left: 206px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .col_mid_r
    {
        margin-left: 0px;
        margin-right: 206px;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .col_mid_content
    {
    }

    .footer
    {
        height: 170px;
        color: #99CCFF;
    }

    .col_right1_content a
    {
        color: #FFFFD7;
    }

    .col_right1_content .frmacc
    {
        color: #FFEBBF;
        text-decoration: underline;
    }
    
    .col_mid_content a
    {
        color: #0066CC;
    }

    .footer a
    {
        color: #FFFFCC;
    }

}
