a {color: #000000;}
a:visited {color: #000000;}






BODY
{   background-color: #fbedcc;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    font-size : 9pt;
}
.kop
{  
   padding-left: 1em;
   text-align: left;
   font-size : 11pt;
   font-weight : bold;
}
.Kop2
{
   font-size : 10pt;
   font-weight : bold;
}
.Kop3
{
   font-size : 9pt;
   font-weight : bold;
}
TABLE
{
   FONT-FAMILY: Arial, Helvetica, sans-serif;
   font-size : 9pt;
   border-collapse : collapse;
   border : 0px;
}


th {  
    background: #ffccaa;  /* Darken header a bit */
    font-weight: bold;
    font-size: 9pt;
    border : thin inset White;
   padding: .3em;
}

td {  
    background: #FAFAFA;
    text-align: top;
    padding: .3em;
}

/* Cells in even rows (2,4,6...) are one color */        
tr:nth-child(even) td { background: #e9fbe5; }   

/* Cells in odd rows (1,3,5...) are another (excludes header cells)  */        
tr:nth-child(odd) td { background: #d9d9b4; }

tr td:nth-child(9) {
    display: none;
}

tr th:nth-child(9) {
    display: none;
}

tr td:nth-child(10) {
    display: none;
}

tr th:nth-child(10) {
    display: none;
}

tr td:nth-child(12) {
    display: none;
}

tr th:nth-child(12) {
    display: none;
}

tr td:nth-child(13) {
    display: none;
}

tr th:nth-child(13) {
    display: none;
}