BODY
{
    background-color: #ffffff;
    height: 100%;
}

table.fulltable
{
    margin-top: 10px;
    width: 100%;
    height: 100%;
}

table.fulltable td
{
    vertical-align: top;
}

table.fulltable td.topempty
{
    height: 140px;
}

table.fulltable td.contentrow
{
    width: 1000px;
}

table.fulltable td.topborder
{
    height: 35px;
    background-color: #c4151c;
}

table.toptable
{
    width: 1000px;
}

table.toptable td
{
    vertical-align: top;
}

table.toptable td.toplogo
{
    width: 200px;
    background-color: #ffffff;
}

table.toptable td.toprightimage
{
    width: 800px;
}

table.toptable td.topleftborder
{
    width: 380px;
    height: 35px;
    background-color: #c4151c;
    vertical-align:middle;
}  

table.toptable td.toprightborder
{
    width: 380px;
    height: 35px;
    background-color: #c4151c;
    text-align: right;
    vertical-align:middle;
}

table.contenttable
{
    width: 1000px;
}

table.contenttable td
{
    vertical-align: top;
}

table.contenttable td.menupane
{
    width: 200px;
}

table.contenttable td.contentpane
{
    width: 570px;
    padding-left: 15px;
    padding-right: 15px;
}

table.contenttable td.rightpane
{
    width: 200px;
}

table.footertable
{
    width: 1000px;
}

table.footertable td
{
    vertical-align: top;
}

table.footertable td.footercontent
{
    width: 1000px;
    height: 55px;
    padding-left: 25px;
    vertical-align: middle;
    font-family: verdana;
    font-size: 11px;
    color: #ffffff;
}

A
{
    color: #bb0000;
    text-decoration: none;
}

A:Hover
{
    color: #bb0000;
    text-decoration: underline;
}

.logintext
{
    font-family: verdana;
    font-size: 11px;
    color: #cccccc;
}

A.logintext:link
{
    color: #cccccc;
    text-decoration: none;
}

A.logintext:Hover
{
    color: #cccccc;
    text-decoration: underline;
}

.footer
{
    font-family: verdana;
    font-size: 11px;
    color: #ffffff;
}

A.footer:link
{
    color: #ffffff;
    text-decoration: none;
}

A.footer:Hover
{
    color: #ffffff;
    text-decoration: underline;
}

.footerdark
{
    font-family: verdana;
    font-size: 11px;
    color: #cccccc;
}

A.footerdark:link
{
    color: #cccccc;
    text-decoration: none;
}

A.footerdark:Hover
{
    color: #cccccc;
    text-decoration: underline;
}

HR {
	color: #CCCCCC;
	height: 1px;
	width: 100%;
}

.NormalTextBox
{
    font-family: verdana;
    font-size: 11px;
    color: #4f4f4f;
    min-width: 250px;
}

.xsTxtSearch
{
    font-family: verdana;
    font-size: 11px;
    color: #333333;
    width: 200px;
    height: 15px;
}