/* algemeen */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #333333;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	scrollbar-3dlight-color: #CACCCE;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-shadow-color: #CACCCE;
	scrollbar-track-color: #FFFFFF;
	scrollbar-face-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color:#333333;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color:#333333;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-size: 10pt;
	color: #A5257C;
}

a:hover {
	text-decoration: underline;
	color: #0081C6;
}


.paars {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #A5257C;
	font-weight: bold;
}


li {
	margin-left: -20px;
}

/* headers */

h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #0081C6;
	font-size: 14pt;
	font-style: normal;
	font-weight: bold;
	margin-bottom: 8px;
	text-transform: none;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #A5257C;
	font-size: 14pt;
	font-style: normal;
	font-weight: bold;
	margin-bottom: 8px;
	text-transform: none;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #0081C6;
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	margin-bottom: 8px;
	text-transform: none;

}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #A5257C;
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	margin-bottom: 8px;
	text-transform: none;
}

/* menu */

td.menu {
	height: 25px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	vertical-align: middle;
	font-variant: normal;

}

td.menu a {
	text-decoration: none;
	color: #4B4B4B;
	font-size: 10pt;
}

td.menu a:hover {
	text-decoration: underline;
	color: #000000;
}

/* bottom */

td.geel {
	height: 25px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	vertical-align: middle;
	font-variant: normal;

}

td.geel a {
	text-decoration: underline;
	color: #000000;
	font-size: 10pt;
}

td.geel a:hover {
	text-decoration: underline;
	color: #4B4B4B;
}


