body {
         margin: 0px;
         padding: 0px;
         height: 100%;
         width: 100%;
         background-color: #F5FAC9;
}

.kopje {
        font-family: Trebuchet MS;
        font-size: 12pt;
        color: #933132;
        font-weight: bold;
}

td.header {
         background-color: #C99999;
         height: 80px;
         text-align: right;
         font-family: Trebuchet MS;
         color: white;
}

td.left {
        width: 180px;
        font-family: Arial;
        font-size: 10pt;
        line-height: 20px;
}

table.menu {
         width: 180px;
         font-size: 10pt;
         font-family: Verdana;
         color: white;
         background-color: #933132;
}

td.menuitem {
        padding-left: 30px;
        padding-top: 5px;
        padding-bottom: 5px;
}

td.menuitem_hover {
        padding-left: 30px;
        padding-top: 5px;
        padding-bottom: 5px;
        background-color: #CD6667;
        cursor: hand;
}

td.content {
         font-size: 10pt;
         color: #000000;
         font-family: Arial;
         padding-left: 35px;
         padding-top: 35px;
         line-height: 20px;
         width: 824px;
         padding-right: 20px;
}

td.content table {
         font-size: 10pt;
         font-family: Arial;
         line-height: 20px;
}

div.content1 {
        width: 450px;
        text-align: justify;
        oversize: auto;
}


a {
        color: #933132;
        text-decoration: none;
}

a:hover {
        text-decoration: underline;
}

img {
        border-width: 0px;
}