html, body {
    overflow: hidden;
}
div.clsHeader
{
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 60px;
    overflow: hidden;
}
td.clsImageLeft
{
    width:100%;
    padding-top: 4px;
    padding-left: 6px;
}
td.clsImageRight
{
    padding-top: 4px;
}
div.clsBar
{
    position: absolute;
    top: 60px;
    left: 0px;
    right: 0px;
    height: 20px;
    overflow: hidden;
}
div.clsWelcome {
    position: absolute;
    top: 80px;
    left: 0px;
    right: 0px;
    height: 14px;
    overflow: hidden;
    padding: 4px;
    font-family: Tahoma;
    font-size: 8pt;
    color: #ffffff;
    background-color: #364b4c;
    white-space: nowrap;
    text-align: right;
}
div.clsContent
{
    position: absolute;
    top: 102px;
    bottom: 28px;
    left: 0px;
    right: 0px;
    overflow: hidden;
}
iframe.clsContent
{
    width: 100%;
    height: 100%;
}
div.clsFooter
{
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 28px;
    overflow: hidden;
    font-family: Tahoma;
    font-size: 8pt;
    color: #ffffff;
    background-color: #364b4c;
}
div.clsFooterLeft {
    padding-top: 9px;
    padding-left: 4px;
    padding-right: 4px;
    float: left;
    white-space: nowrap;
}
div.clsFooterImage
{
    padding: 4px;
    float: left;
}
div.clsFooterRight
{
    margin: 2px;
    padding-top: 3px;
    height: 18px;
    float: right;
    white-space: nowrap;
}
div.clsFooterItem
{
    margin:2px;
    padding-left: 2px;
    padding-right: 2px;
    height: 14px;
    float: left;
    background-color: #53534d;
}
div.clsHome
{
    padding: 10px;
    font-family: Tahoma;
    font-size: 8pt;
}
