body {
	margin: 0px;
	padding: 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 76%;
	text-align: center;
	background-image: url(images/interface/background_content.gif);
	background-repeat: repeat-y;
	background-position: 50% 0px;
	border: none;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFCC;
}
/*typografie*/
p {
	font-size: 0.9em;
	line-height: 1.5em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
h1 {
	font-size: 1.1em;
	margin: 0em;
	font-weight: bold;
	color: #FF0000;
	letter-spacing: 1px;
	}
h2 {
	font-size: 1em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	letter-spacing: 1px;
	color: #FF0000;
	}
.subkop {
	font-size: 1em;
	margin: 1.2em 0em 1.2em 0em;
	color: #FF0000;
	font-weight: bold;
	}
/*Voor de subsubkop hebben een class aangemaakt, zodat er geen witregel nodig is. */
.subsubkop {
	font-size: 0.7em;
	margin: 1.2em 0em 1.2em 0em;
	color: #0F394C;
	}
	
/*We gebruiken h4 voor de lead, om geen class te hoeven gebruiken.*/
h4 {
	font-size: 1em;
	line-height: 1.5em;
	color: #007FCC;
	margin: 1.2em 0em 1.2em 0em;
	}
#text_content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
	text-decoration: none;
	text-align: left;
	padding-bottom: 30px;
	line-height: 1.5em;
	padding-right: 50px;
	padding-left: 30px;
	padding-top: 25px;
}
.tabel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #000000;
}
.rule {
	color: #99CCFF;
	margin-top: 10px;
	margin-bottom: 10px;
}
.voettekst {
	font-size: 7pt;
	color: #000000;
	margin-top: 20px;
	margin-bottom: 30px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #000000;
	padding-top: 20px;
}
#text_content a:link {
	color: #0094DE;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0094DE;
}
#text_content a:visited {
	color: #006699;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #006699;
}
#text_content a:hover {
	color: #CC3434;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC3434;
}
#text_content ul {
	font-size: 0.9em;
	line-height: 1.5em;
	list-style-type: square;
	list-style-position: outside;
}
#form {
	font-size: 9pt;
}
a:link {
	color: #0099FF;
}
a:visited {
	color: #99CCFF;
	text-decoration: none;
}
a:hover {
	color: #003399;
}
.klein {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #000000;
	background-color: #E6F2FF;
	padding-left: 7px;
	padding-top: 5px;
}
.klein ul {
	list-style-type: square;
	list-style-position: outside;
}
