body	  {
	background-image: url("../images/background/background-main.gif");
	background-attachment: fixed;
	font-family: Arial, sans-serif;   /*is het default Font voor alle hieronder niet benoemde styles*/
	CURSOR: url("../images/cursor2.cur"),pointer;
	}
	
.tekst {						/**/
	font-family : Arial, sans-serif; 
	font-size: 11pt; 
	}

.tekst_klein {						/**/
	font-family : Arial, sans-serif; 
	font-size: 9pt; 
	}

.tekst_klein_B {						/**/
	font-family : Arial, sans-serif; 
	font-size: 9pt; 
	font-weight: bold;
	}

.tekst_d-rood {						/**/
	font-family : Arial, sans-serif; 
	font-size: 11pt; 
	color: #990000;     /*d.rood*/ 
	}

.tekst_toestemming {						/**/
	font-family : Arial, sans-serif; 
	font-size: 10pt; 
	}

.tekst_auteur {						/**/
	font-family : Arial, sans-serif; 
	font-size: 11pt; 
	color: #0066FF	;     /*l.blauw*/ 
	font-weight: bold;
	}

.artikel_kop {
	font-family : Arial, sans-serif; 
	font-size: 15pt; 
	color: #0000FF;     /*blauw*/ 
	font-weight: bold;
	}
	
.alinea_kop {
	font-family : Arial, sans-serif; 
	font-size: 12pt; 
	font-weight: bold;
	color: #990000;     /*d.rood*/ 
	}

.alinea_kop-gn {
	font-family : Arial, sans-serif; 
	font-size: 12pt; 
	font-weight: bold;
	color: #009900;     /*groen*/ 
	}

.hoofdstuk_kop {
	font-family : Arial, sans-serif; 
	font-size: 11pt; 
	font-weight: bold;
	font-style: italic;
	color: #009900;     /*d.groen*/ 
	}
	
.tabel-overzicht_kop {
	font-family : Arial, sans-serif; 
	font-size: 11pt;
	font-weight: bold;
	font-style: italic;
	color: #990000;     /*d.rood*/ 
	}
	
.tabel_tekst {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}

.tabel_tekst-B {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
}

.tabel-item_kop {
	font-family : Arial, sans-serif; 
	font-size: 11pt;
	font-weight: bold;
	font-style: italic;
	color: #FF0000;     /*rood*/ 
}

