﻿body
{
    font: normal 11px Verdana,Helvetica,sans-serif;
}

.MainFrame
{
    min-width: 950px;
}
table
{
    font: normal 11px Verdana,Helvetica,sans-serif;
}
.tdLeft
{
    width: 19%;
}
.tdRight
{
    width: 81%;
}
.content
{
    width: 100%;
}
.BodyBackground
{
    background-color: White;
}
.navColumn
{
    position: relative;
    background: url(images/LightBG.gif);
    min-height: 400px;
}
.navColumnInner
{
    padding: 9px 10px 10px 10px;
}
.contentColumn
{
    position: relative;
    background: White;
    right: 0px;
}
.navStdLinks
{
    padding-top: 10px;
    margin-left: 5px;
}
a:link
{
    color: #3B5998;
    text-decoration: none;
}
a:visited
{
    color: #3B5998;
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
    color: #3B5998;
}
a:active
{
    text-decoration: underline;
    color: #3B5998;
}

a img
{
    border: none;
}

pre
{
    white-space: normal;
}

.Normal
{
    color: Black;
    font: normal 11px Verdana,Helvetica,sans-serif;
}

