table,td
{
    border            : 2px none;
   border-collapse   : collapse;
    font              : 13px; "Tahoma", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
}

table
{
    border            : 2px none;
    table-layout      : auto;
}

thead th,
tbody th
{
    color            : #423F38;  
    padding          : 9px 7px 9px 2px;    
}


tbody tr td
{
    padding          : 2px;
    color            : #423F38;
}

tbody td.col1
{
    width: 20px;
    color: blue;
}

tbody td.col2
{
    width: 30px;
    color: blue;
}

tbody td.col3
{
    width: 150px;
    color: blue;
}


tbody tr:hover
{
    color       : #013268;
}

tbody tr:hover td
{
    color       : #013268;
}

tfoot td,
tfoot th
{
    border-left      : none;
    border-top       : 4px solid #8D693A;
    padding          : 3px:
    background       : #6A4414;
    color            : #4A2A01;
}

caption
{
    text-align       : left;
    font-size        : 60%;
    padding          : 2px;
    color            : #8D693A;
}

table a:link
{
    color            : #4A2A01;
}

table a:visited
{
    color            : #AD8D38;
}

table a:hover
{
    text-decoration: none;
    color: #013268;
}

table a:active
{
    color            : #6A4414;
}
