
body { 
	     background-color: #000066; 
		  background: url(img/blauw.gif); }
		  
p { 
          text-align: justify; }
		  
/* Tekst opmaak */

.tekstinhoud { 
		  font-family: Verdana, Arial, Helvetica, sans-serif; 
		  font-size: 12px; 
		  color: #000000; 
		  text-align: justify; }
		  
.teksttitel { 
		  font-family: Verdana, Arial, Helvetica, sans-serif; 
		  font-size: 16px; 
		  font-weight: bold; 
		  color: #000000; 
		  text-align: center; }
		  
.tekstbodem { 
		  font-family: Verdana, Arial, Helvetica, sans-serif; 
		  font-size: 9px; 
		  color: #000000; 
		  text-align: right; 
		  vertical-align: bottom; }
		  
.center {
		 text-align: center; }
		 
.datum {
		 text-align: center;
		 font-size: 9px; }
		  
h5.rood {
		color: #FF0000;
		font-size: 12px; 
		text-decoration: underline; }
		
h5.blauw {
		color: #0066FF;
		font-size: 12px; 
		text-decoration: underline; }
		  
/* Deel opmaak */

.tablemenu {
		  font-family: Verdana, Arial, Helvetica, sans-serif; 
		  font-size: 12px; 
		  font-weight: bold; 
		  width: 200px;
		  background: url(img/raster_rechts.gif); }
		  
.tablepagina { 
	      border: 2pt; 
		  border-style: solid; 
		  border-color: #0066FF; }
		  
.tablebovenbalk { 
		  background-color: #FFFFCC; }
		  
.tablebody { 
		  background-color: #FFFFCC; }

.kolomrechtsmenu { 
		  background: url(img/raster_rechts.gif); }
			  
.blancofig {
		  display: none; }
		    
/* Link stijlen */

a:link { 
	      color: #990000; 
	      text-decoration: none; }
		  
a:visited { 
		  color: #660066; 
		  text-decoration: none; }
		  
a:hover { 
		  color: #0000FF; 
		  text-decoration: underline; }
		  
a:active { 
		  color: #990000; 
		  text-decoration: underline; }
