table.opstillettabel    {
    table-layout:fixed;
    font-family:Tahoma;
    font-size:10pt;
    background:#c5c5c5;
    border-spacing:1px;
    border-color:#c5c5c5;
    }
table.opstillettabel th 
    {
    background:#003d85;color:#ffffff;
    vertical-align:top;
    }
table.opstillettabel td 
    {
    background:rgb(255,255,255);
    vertical-align:top;
    }
table.opstillettabel tr.diff td
    {
    background:rgb(255,245,215);   
    }
table.opstillettabel caption 
    {
    text-align: left;
    font-weight: bold; 
    }
table.opstillettabel col
    {
    text-align:left;
    }
table.opstillettabel colgroup
    {
    text-align:right;
    }