.tekst {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
}

.kop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #005A9C;
	font-weight: bold;
}

.subkop {
	color: #FF0000; 
	font-weight: bold; 
}

.kleinetekst {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #333333;
}

.tekstrood {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FF0000;
}

.tekstblauw {
color: #005A9C;
font-weight: bold; 
}

.tekstwit {
color: #ffffff;
font-weight: bold; 
}


a {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
	text-decoration: none;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #005A9C;
	text-decoration: none;
}

a.tekstwit {
color: #ffffff;
font-weight: bold; 
}

#button {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10pt;
	background-color:#C9D5E9;
	color:#000000;
	border: 1px solid #C9D5E9;
	cursor:pointer;
}

