﻿a:hover 
{
    color: red;
}

a.bb:hover 
{
    color: red;
}
body
{
    font-family: Arial;
    font-size: 12px;
    padding:10px 60px;
}
.button
{
    background-image: url('images/tab_inactive.gif');
    background-repeat: no-repeat;
    text-align: center;
    height: 20px;
    width: 100px;
    float: left;
    padding-top: 3px;
}
.button_active
{
    background-image: url('images/tab_active.gif');
    background-repeat: no-repeat;
    text-align: center;
    height: 20px;
    width: 100px;
    float: left;
    padding-top: 3px;
}
.button_none
{
   display:none;
}
.header
{
   background-color:#93A5B3; 
}


.header2
{
   border: 1px solid white;height:30px;
}
.tbbody
{
border-bottom: 1px solid #93A5B3;height:30px;
text-align:left;
}

.tbbodybb
{
border-bottom: 3px solid black;height:20px;
text-align:left;
}

.tbbody2
{
border-bottom: 1px solid #93A5B3;height:10px;
text-align:left;
font-size:9px;

}
.dr2
{

font-size:11px;
}
.brow0
{
height:30px;
}
.secrow
{
background-color:#CCCCCC; 
}