﻿
body 
{
    margin: 0px 0px 0px 0px;
}
.topBody
{
    background: #3A6EA5 url(../images/bg.png) repeat top left;
}
td
{
    font-size: 8pt;
    font-family: Arial, Tahoma, Verdana;
}
input
{
    font-size: 8pt;
    font-family: Arial, Tahoma, Verdana;
}
textarea
{
    font-size: 8pt;
    font-family: Arial, Tahoma, Verdana;
}
.btn
{
    border: double 3px MidnightBlue;
    font-size: 8pt;
    color: White;
    background-color: MidnightBlue;
}

a, a:visited, a:active
{
    color: Navy;
    font-weight: bold;
}
a:hover
{
    color: royalblue;
}

table.body
{
    width: 900px;
    height: 100%;
    background-color: White;
    border: none;
    border-left: solid 1px black;
    border-right: solid 1px black;
}

table.body td#tdHeader
{
    background: Black;
    border-bottom: solid 1px #1c1c1c;
}
table.body td#tdBody
{
    vertical-align: top;
    padding: 10px 10px 10px 15px;
    background: url(../images/bodybg.gif) no-repeat fixed bottom center;
}
table.body td#tdBody *
{
    font-family: Times New Roman;
    font-size: 11pt;
}
table.body td#tdMenu
{
    padding: 0px 10px 5px 20px;
    background: #FFCE00 url(../images/shadow-dark.png) repeat-x top left;
    border-bottom: solid 1px dimgray;
}
table.body td#tdLogin
{
    padding: 0px 10px 5px 20px;
    background: url(../images/lowercurve.png) repeat-x bottom left;
    border-bottom: solid 1px dimgray;
}
table.body td#tdFooter
{
    border-top: solid 1px Gold;
    background: MidnightBlue;
    padding: 2px 2px 2px 2px;
}
table.body td#tdFooter td
{
    color: White;
}
table.body td#tdFooter td a
{
    color: gold;
}

table.body td#tdWelcome
{
    color: dimgray;
    font-size: 8pt;
}

p
{
    text-indent: 10px;
    text-align: justify;
    
}
.disclaimer
{
    padding: 2px 3px 3px 3px;
    text-align: justify;
    font-size: 8pt;
    color: Silver;
}

table#tblLogin
{
    margin: 3px 0px 4px 0px;
    border: solid 1px #3A6EA5;
    width: 210px;
}
table#tblLogin td
{
    line-height: 18px;
    padding: 1px 3px 1px 3px;
    font-size: 8pt;
    color: White;
    background-color: MidnightBlue;
}
table#tblLogin td a
{
    color: gold;
}
table#tblLogin td input
{
    font-size: 7pt;
    color: dimgray;
    margin: 0px 4px 0px 0px;
    background-color: whitesmoke;
}
td#sidebarRight
{
    width: 205px;
    text-align: left;
    vertical-align: top;
    border-left: outset 1px Gold;
    background: #FFCE00 url(../images/shadow-dark.png) repeat-x top left;
    padding: 5px 5px 10px 5px;
}