/*  updated 14-05-03 */

  body {
  font-family: 	Ariel, Verdana, sans-serif;
  margin-top: 	0%;
  margin-left: 	0%;	        /* komt overeen met: leftmargin="0" */
  margin-right: 0%;
  color:	#00008B;
  background: 	#FFFFFF;	/*  white background: url(./pics/luna-bkground.jpg); */ 
  }
  
  h1,h2,h3,h4 {
  font-family: Verdana, sans-serif;
  }

  h3 { 
  font-size:  100%;
  font-weight: bold;
  color:      #00008B;
  background: 	#FFFFFF;
  
  }
  
  h4 { 
  font-size:  150%;
  font-weight: bold;
  text-align: center;
  background: 	#FFFFFF;
  color:      #00008B;  /* darkblue; */
  }

  th {
  font-weight: normal;
  font-variant:small-caps;
  color:      #000000; /*004C7F3*/
  background: #D3DCE3;
  }
  
  td.menubalk {
  background-image: images/menu_.gif;
  width: 600px;
  }
  
  P {
  font-family: Verdana, sans-serif;
  font-size:  9pt;
  color: #00008B;
  background: #FFFFFF;
  }
  
  /*P:first-letter { 
  font-size: 200%;
  float: left; }
  */
  
  /**** class elements here ***/
  
 .attention {
  font-family: Verdana, sans-serif;
  font-weight: bold;
  font-size: 100%;
  text-align: center;
  line-height: 120%; 
  border-style: solid;
  border-width: thin;
  padding: 10px 5px 10px 5px;
  color: #FF0000; /*red*/
  background: #FFFFFF;
  }

 .strong { 
  font-weight: bold;
  color:      #FF0000;	/* red  */
  background: #000099;
  }

 .box { 
  text-align: center;
  border: solid; 
  border-width: thin; 
  }

 .info {
  font-family: Verdana, sans-serif;
  font-size: 9pt;
  text-align: left;
  color: #00008B;
  /* background: #FFFFFF;  geen kleur, anders verdwijnt de achtergrondpic */
  }

 .inverse {
  font-family: Verdana, sans-serif;
  font-size: 10pt;
  text-align: center;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #D3D3D3; /* light gray */
  }
 
 .kop {
  font-family: Verdana, sans-serif;
  font-size:   110%;
  font-weight: bold;
  text-align:  center;
  line-height: 150%; 
  color: #00008B;  /* darkblue; */
  background: #FFFFFF;
  }

 .kopje {
  font-family: Verdana, sans-serif;
  font-weight: bold;
  font-size: 100%;
  text-align: center;
  line-height: 120%; 
  color: #00008B;  /* darkblue; */
  background: #FFFFFF;
  }

 .navbox {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-decoration: none;
  font-size: 9pt;
  /* color: #000099; */
  }

 .page {
  width: 100%;
  padding: 5px;
  border: solid;
  border-width: 1;
  border-color: #000080;
  }
 
 .test {
  font-size: 	70%;
  font-style: 	normal;
  text-align: 	center;
  color: 	red;
  background: #FFFFFF;
  }

 .updatec {
  font-size:  80%;
  font-style: normal;
  text-align: center;
  color:      gray;
  background: #FFFFFF;
 }
  
 .updatel {
  font-size: 80%;
  text-align: left;
  color: gray;
  background: #FFFFFF;
 }
  
 .updater {
  font-size: 80%;
  text-align: right;
  color: gray;
  background: #FFFFFF;
 }
  
:link { color: blue }    /* for unvisited links     */
:visited { color: blue } /* for visited links       */
:active { color: red }   /* when link is clicked    */
:hover { color: red }    /* when mouse is over link */
