div.tab-body
{
   background: white;
   border: 1px solid black;
   padding: 10px;
}

.active
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000000;
    font-style: normal;
    font-weight: bold;
    background: url(/images/tab-bg_active.gif);
}

.active a {
    color: black;
    text-decoration: none;
}

.nonactive
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #FFFFFF;
    font-style: normal;
    font-weight: bold;
    background: url(/images/tab-bg_inactive.gif);
}

.nonactive a {
    color: white;
    text-decoration: none;
}

.HR
{
   border-top: 1px solid black;
   border-left: 1px solid black;
   border-right: 1px solid black;
}

