﻿body
{
    font: normal 8pt tahoma,arial,helvetica,sans-serif;
    background-color: White;
}
table
{
    font: normal 8pt tahoma,arial,helvetica,sans-serif;
}
.MainFrame
{
    background-color: White;
    border: solid 10px White;
    min-width: 950px;
}
.tdLeft
{
    width: 19%;
}
.tdRight
{
    width: 81%;
}
.content
{
    width: 100%;
}
.BodyBackground
{
    background-color: White;
}
.navColumn
{
}
.navColumnInner
{
    padding-right: 10px;
}
.navStdLinks
{
    padding-left: 6px;
}
.contentColumn
{
    width: 100%;
}
a:link
{
    color: Blue;
    text-decoration: none;
}
a:visited
{
    color: Blue;
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
    color: Blue;
}
a:active
{
    text-decoration: underline;
    color: Blue;
}

a img
{
    border: none;
}

pre
{
    white-space: normal;
}

.Normal
{
    color: Black;
    font: normal 8pt tahoma,arial,helvetica,sans-serif;
}

