body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	}
.hoofdtabel {
	left: 0px;
	top: 0px;
	position: absolute;
}
.hoofdtabel_inhoud {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FDF9B0;
	font-size: 12px;
	width:396px;
	height:342px;
	z-index:1;
	overflow: auto;
	scrollbar-face-color: #000000;
	scrollbar-shadow-color: #2D2C4D;
	scrollbar-highlight-color:#7D7E94;
	scrollbar-3dlight-color: #7D7E94;
	scrollbar-darkshadow-color: #2D2C4D;
	scrollbar-track-color: #7D7E94;
	scrollbar-arrow-color: #C1C1D1;
	background-color: #000000;
}
/* Fix for MS Office style paragraphs (MsoNormal) */
p {
	margin: 0;
	padding: 0;
}

/* Fix for MS Office UL lists */
ul {
	margin-top: 0;
	margin-bottom: 0;
}
a:link {
	color: #AFB6FE; 
	text-decoration: none;
}
a:visited {
	color: #AFB6FE; 
	text-decoration: none;
}
a:hover { 
	color: #AFB6FE; 
	text-decoration: underline;
}
a:active {
	color: #AFB6FE; 
	text-decoration: underline;
}