﻿body {
}


        .style1
        {
            width: 6%;
            font: arial;
            font-size: small;
        }
        .style2
{
    width: 73%;
    font-size: x-small;
}
        .style3
        {
            width: 15%;
        }
        .hd
{
    font-weight: bold;
    font-size: x-large;
    font-family: Arial;
}
        .blue
        {
            color: #00008b;
        }
        .bluesmall
        {
            color: #00008b;
            font-size: x-small;
        }
        #footer
        {
            position: absolute;
            min-height: 100%;
            bottom: 0 !important;
            bottom: -1px; /*For certain IE quirks */
        }
        #foot
        {
            position: absolute;
            min-height: 95%;
            height: 95%;
            bottom: 0;
            bottom: -1px; /*For certain IE quirks */
        }

