﻿html
{
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}

body
{
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: verdana, arial;
    color: black;
}

.tablebg
{
    width: 100%;
    height: 100%;
    background-image: url(images/8.jpg);
    background-repeat: no-repeat;
    background-position: right top;
}

.contenttable
{
    width: 100%;
}

.menu
{
    height: 32px;
    font-family: verdana, arial;
    font-size: 11px;
    color: white;
    text-align: center;
}

.logo
{
    height: 174px;
    width: 154px;
    font-family: verdana, arial;
    font-size: .8em;
    color: white;
    padding-left: 21px;
}

.flash
{
    height: 174px;
}

.content
{
    background-color: none;
    height: 100%;
    width: 100%;
    padding-top: 66px;
    font-size: smaller;
    vertical-align: top;
}

.left
{
    background-color: none;
    height: 100%;
    padding-left: 30px;
    padding-right: 100px;
    vertical-align: top;
    font-size: smaller;
}

.right
{
    background-color: none;
    height: 100%;
    width: 166px;
    float: right;
    vertical-align: top;
    font-size: smaller;
}

.footer
{
    background-color: silver;
    height: 26px;
    width: 100%;
    color: red;
    vertical-align: middle;
    border-top: 1px solid purple;
    font-size: 11px;
    font-weight: bold;
}

.copyrighttext
{
    font-size: smaller;
    color: red;
    font-size: 11px;
    font-weight: bold;
}

.bread
{
    background-color: none;
    font-size: smaller;
    padding-bottom: 5px;
    padding-left: 30px;
    color: white;
}

.breadcr
{
    background-color: none;
    color: white;
}

.MainMenu_MenuItem 
{ 
    font: bold 11px verdana, tahoma, sans-serif; 
    color: red;
}

.MainMenu_MenuItemSel
{ 
    font: bold 11px verdana, tahoma, sans-serif; 
}

