﻿body 
{
    background-color: #ffffff;
}
body.subpag
{
    background-color: #333333;
    background-image: url(   '/images/sub_bg.jpg' );
    background-repeat: repeat;
    background-attachment: fixed;
}
table.home
{
    background-color: #ffffff;
    width: 860px;
    height: 460px;
    background-image: url( 'images/table_bg.jpg' );
}
td.homeleft
{
    width: 50px;
}
td.homeright
{
    width: 50px;
}
tr.hometop
{
    height: 50px;
}
tr.homecenter
{
    height: 450px;
}
tr.homebottom
{
    height: 50px;
}
hr 
{
    color: #DDDDDD;
    width: 100%
}
p.footer
{
    font-family: Century Gothic;
    font-size: 10pt;
    color: #333333;
}
p.Menu
{
    font-family: Century Gothic;
    font-size: 15pt;
    font-weight: bold;
    color: #DDDDDD;
}
p
{
    font-family: Century Gothic;
    font-size: 10pt;
    color: #DDDDDD;
}
td.list
{
    font-family: Century Gothic;
    font-size: 10pt;
    color: #DDDDDD;
}
td.MenuSep
{
    width: 1px;
    background-color: #333333
}
td.MenuItem
{
    font-family: Century Gothic;
    font-size: 10pt;
    text-align: center;
    background-color: #93A0FF;
    cursor: hand;
}
td.MenuItemSel
{
    font-family: Century Gothic;
    font-size: 10pt;
    text-align: center;
    font-weight: bold;
    background-color: #93A0FF;
    cursor: hand;
}
a:link
{
    font-family: Century Gothic;
    font-size: 10pt;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
}
a:hover
{
    font-family: Century Gothic;
    font-size: 10pt;
    font-weight: bold;
    color: #DDDDDD;
    text-decoration: underline;
}
a:active
{
    font-family: Century Gothic;
    font-size: 10pt;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
}
a:visited
{
    font-family: Century Gothic;
    font-size: 10pt;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
}