﻿a:link
{
    font-family: "Trebuchet MS";
    color: #000066;
    font-size: medium;
    text-decoration: none;
    font-weight: bold;
}
a:visited
{
    font-family: "trebuchet MS";
    font-size: medium;
    color: #000066;
    text-decoration: none;
    font-weight: bold;
}
a:active
{
    font-family: "Trebuchet MS";
    font-size: medium;
    color: #000066;
    text-decoration: none;
    font-weight: bold;
}
a:hover
{
    font-family: "trebuchet MS";
    font-size: medium;
    color: #000066;
    font-weight: bold;
    text-decoration: underline;
}
body {
    font-family: "trebuchet MS";
}
.Page
{
    background-color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
}
.MainTable
{
    width: 100%;
    border: thin none #FFFFFF;
    background-color: #FFFFFF;
    text-align: center;
    vertical-align: middle;
    clip: rect(auto, auto, auto, auto);
    margin: auto;
}
.PanBanner
{
    width: 85%;
    clip: rect(auto, auto, auto, auto);
    margin: auto;
}
.panContentTabs
{
    font-family: Arial;
    width: 85%;
    text-align: center;
    clip: rect(auto, auto, auto, auto);
    margin: auto;
}
.HR
{
    color: #FF9900;
}
.FrontPage_StandardText
        {
    font-family: Arial, Helvetica, sans-serif;
    font-size: medium;
    color: #333333;
}
.H1
        {
            font-family: Arial;
            font-size: xx-large;
            font-weight: 700;
            color: #FFFFFF;
        }
.H2
        {
            font-family: Arial;
            font-size: medium;
            color: #FFFFFF;
        }
