﻿html { min-height: 100%; margin-bottom: 1px; }

body 
{
    margin-top: 25px;
    background-color: White;
    font-family: Verdana, Arial, sans-serif;
    font-size: 11pt;
    color: #656565;
}

td, p
{
   font-family: Verdana, Arial, sans-serif;
   font-size: 11pt;
   color: #656565;
}

A.navOff:link, A.navOff:visited, A.navOff:active
{
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 13pt;
    color: #656565;
    font-weight: normal;
    text-decoration: none;
    line-height: 24pt;
}

A.navOff:hover
{
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 13pt;
    color: #656565;
    font-weight: normal;
    text-decoration: underline;
    line-height: 24pt;
}

A.navOn:link, A.navOn:visited, A.navOn:active
{
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 13pt;
    color: #656565;
    font-weight: bold;
    text-decoration: none;
    line-height: 24pt;
}

A.navOn:hover
{
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 13pt;
    color: #656565;
    font-weight: bold;
    text-decoration: underline;
    line-height: 24pt;
}
    