body
  {
  background-color: #FFFFFF;
  background-image: url("images/backdef.gif");
  background-attachment: fixed;
	font-family: Arial, Verdana, Helvetica;
}


p,ul,td {
	vertical-align: top;
  font-size: 10pt;
 	font-weight: normal;
	color: #000000
}


hr {
  color: #003366;
  height: 1;
}


a { color: #FF8000; text-decoration: underline; }


/* kopregel van een tekstblok */
.kop  {
      background-color: #003366;
    	font-family: Arial, Verdana, Helvetica;
    	font-size: 8pt;
    	font-weight: bold;
      color: #FFFFFF;
      text-align : center;
}
      

/* tekstblok onder kopregel */
.vlak {
      background-color: #F0F0F0;
    	font-family: Arial, Verdana, Helvetica;
    	font-size: 10pt;
    	font-weight: normal;
      color: #000000;
}

