BODY,HTML
{
        height:100%;
}

TD
{
        font-size:11px;
        font-family:Tahoma;
        color:#000100;
}

a:link, a:visited
{
        color:#ed8508;
        text-decoration:none;
}

a:hover
{
        color:#ed8508;
        text-decoration:underline;
}


.posBorder
{
        position: absolute;
}

LI
{
	margin-bottom:10px;
}

.topMenu, .topMenu:link, .topMenu:visited, .topMenu:hover, .topMenu:active
{
        font-family: Arial Narrow;
        font-size: 12px;
        font-weight:bold;
        color: #a1a1a1;
        text-transform: uppercase;
        text-decoration: none;
}

.topMenuActive, .topMenuActive:link, .topMenuActive:visited, .topMenuActive:hover, .topMenuActive:active
{
        font-family: Arial Narrow;
        font-size: 12px;
        font-weight:bold;
        color: #000000;
        text-transform: uppercase;
        text-decoration: none;
}

.menuCellActive
{
         background-repeat: no-repeat;
         background-position: top center;
         background-image: url('/images/activeMenu.gif');
         padding-left: 8px;
         padding-right: 8px;
         padding-top:6px;
}

.menuCell
{
        padding-left: 8px;
        padding-right: 8px;
        padding-top:6px;
}

.bottomLink, .bottomLink:link, .bottomLink:visited, .bottomLink:active, .bottomLink:hover
{
        color:#ffffff;
        text-decoration:underline;
}

.copyright
{
        color:#878787;
        font-size:10px;
}

.blockHeader
{
        font-size:14px;
        color: #a1a1a1;
}


.subLink, .subLink:link, .subLink:visited, .subLink:hover, .subLink:active
{
        font-size: 12px;
        color: #909090;
        text-decoration: underline;
        line-height:20px;
}

.subLinkActive, .subLinkActive:link, .subLinkActive:visited, .subLinkActive:hover, .subLinkActive:active
{
        font-size: 12px;
        font-weight:bold;
        color: #000000;
        text-decoration: underline;
        line-height:20px;
}

.header
{
        background-color: #6ec1d3;
        color: #ffffff;
        text-align:center;
        text-transform: uppercase;
        font-weight:bold;

}
