﻿td
{
    font-size: 9pt;
    font-family: Tahoma, Arial,Verdana;
}
td.tablehead
{
    background-color: #dedede;
    color: black;
    font-weight: bold;
    font-size:9pt;
    border-right:1px solid gray;
    border-bottom:1px solid gray;
    padding:2px 4px;
}

table.tabinform
{
    background-color:white;
}

#req 
{
    background-image:url("/images/required.gif"); 
    background-position:top right; 
    background-repeat:no-repeat;
}