body {
  background-color: #fff;
  font-family: "Lucida Sans", "Lucida Grande", Lucida, Arial, Helvetica, sans-serif;
  font-size: 9pt;
  color: #000;
  padding: 0;
  margin: 0;
}

#header,
#menu,
#afbeelding,
div.images,
#banner,
#footer {
  display: none;
}

a:link,
a:visited {
  text-decoration: none;
  color: #000;
}

#contact {
  font-size: 8pt;
  padding: 20pt 0 0 0;
}
#contact ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#contact ul li {
  line-height: 11pt;
}
#contact em {
  font-style: normal;
  font-weight: bold;
}

#container2 h1,
#container2 h2,
#container2 h3,
#container2 h4 {
  font-weight: bold;
  font-size: 14pt;
  padding-bottom: 3pt;
  border-bottom: 1px solid #f70;
}
#container2 p {
  line-height: 13pt;
}
#container2 ul {
  list-style-type: square;
}
#container2 ul li {
  line-height: 13pt;
}
#container2 table {
  font-size: 9pt;
}
#container2 table th {
  font-weight: bold;
  text-align: left;
}
#container2 table th,
#container2 table td {
  line-height: 13pt;
}
#container2 table td.formLabel,
#container2 table td.formLabelRequired {
  padding: 0 10pt 0 0;
}
#container2 input,
#container2 select,
#container2 select {
  font-family: "Lucida Sans", "Lucida Grande", Lucida, Arial, Helvetica, sans-serif;
  font-size: 9pt;
}