﻿.thab-home-top
{
    background-image: url(Images/TopBrown.gif);
    background-position: -1px 0px;
    background-repeat: no-repeat;
    background-color: White;
}
.thab-home-middle
{
    background-image: url(Images/MiddleBrown.gif);
    background-position: -1px 0px;
    background-repeat: repeat-y;
    background-color: White;
}
.thab-home-bottom
{
    background-image: url(Images/BottomBrown.gif);
    background-position: -1px 0px;
    background-repeat: no-repeat;
    background-color: White;
}
.thab-title-cell
{
    font-size: 14pt; 
    font-weight: bold;
}
.thab-main-table
{
    margin: 10px auto;
}
.thab-company-copyright
{
    padding-bottom: 25px;
    text-align: center;
    margin-top: 5px;
}
.thab-company-copyright a
{
    color: #444444;
    text-decoration: none;
    font-size: 1.2em;
}

.thab-company-copyright a:hover
{
    color: Gray;
    font-size: 1.2em;
    font-weight: normal;
    text-decoration: underline;
    margin: 0 2px;
}


