/* manier van includen:   <LINK REL="stylesheet" TYPE="text/css" HREF="style.css" TITLE="Style">   */
body, p  {
	font-family: trebuchet,verdana,arial, helvetica,sans serif, sans-serif;
	margin-left: 0px;
	margin-right: 0px;
	color: #452716;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	scrollbar-3dlight-color: #8DACC8;
	scrollbar-arrow-color: #ECE5C4;
	scrollbar-base-color: #ECE5C4;
	scrollbar-darkshadow-color: Black;
	scrollbar-face-color: #452716;
	scrollbar-highlight-color: #ECE5C4;
	scrollbar-shadow-color: #ECE5C4;
	scrollbar-track-color: #ECE5C4;
	background-color: transparent;
}
ol, ul, li
{
	font-family:trebuchet,verdana,arial, helvetica,sans serif, sans-serif;
	font-size: 10pt;
}
H1  {
	font-family:trebuchet,verdana,arial, helvetica,sans serif, sans-serif;
	font-size: 20pt;
        
}
H2  {
        font-family:trebuchet,verdana,arial, helvetica,sans serif, sans-serif;
        font-size: 18pt;
        
}
H3  {
	font-family:trebuchet,verdana,arial, helvetica,sans serif, sans-serif;
	font-size: 12pt;
        
}
H4  {
	font-family:trebuchet,verdana,arial, helvetica,sans serif, sans-serif;
	font-size: 10pt;
        
}
H5  {
        font-family:trebuchet,verdana,arial, helvetica,sans serif, sans-serif;
        font-size: 8pt;
        
}
TD {
	font-size: 10pt;
	font-family:trebuchet,verdana,arial, helvetica,sans serif, sans-serif;
}
TH {
	font-size: 10pt;
	font-family:trebuchet,verdana,arial, helvetica,sans serif, sans-serif;
	background-color : #ADADAD; 
}
td.spacer {
	background-color : #FFFFFF;
}
td.title {
	background-color : #ADADAD; 
	text-decoration : underline;
}
td.megatitle {
	background-color : #ADADAD; 
	color:#FFFFFF;
	font-size:20pt;
	text-align:center;
	font-weight:bold;
}
td.hoofd {
	font-family:trebuchet,verdana,arial, helvetica,sans serif, sans-serif;
	color : white;
	background-color : Silver;
	font-weight : bold
}
div.title {
	font-family:trebuchet,verdana,arial, helvetica,sans serif, sans-serif;
	/*color : yellow;*/
	/*background-color : #ADADAD;*/
	font-weight : bold;
	
}
.check {
	background-color : #ADADAD;
}
div.box {font-family:trebuchet,verdana,arial, helvetica,sans serif, sans-serif;
	border-color : #ADADAD;
	border-width : thin;
	border-style : solid;
	padding-top : 5px;
	padding-bottom : 5px;
 }
a.toplink {
	font-family:trebuchet,verdana,arial, helvetica,sans serif, sans-serif;
	font-size: 8pt;
	text-decoration:none;
	font-style: italic;
	color:#787878;
}
a.baslink {
	font-family:trebuchet,verdana,arial, helvetica,sans serif, sans-serif;
	font-size: 10pt;
	text-decoration:none;
	font-style: italic;
	color:#000000;
	font-weight: bold;
}
A:link    { color: navy }
A:active  { color: red }
A:visited { color: blue }

DIV#divMenuBar {
	background-color: transparent;
}
	
	TABLE#tblMenuBar TD { 
	font-size:90%; 
	color:#452716; 
	padding:0px 5px 0px 5px; 
	cursor:default; }
	
	TABLE#tblMenuBar TD.clsMenuBarItem { 
	font-weight:bold;
	cursor:default; }

	/* These two style rules added for links in MenuBar */
	TABLE#tblMenuBar TD.clsMenuBarItem A { 
	text-decoration:none; 
	color:#452716; 
	font-weight:bold; }
	
	TABLE#tblMenuBar TD.clsMenuBarItem A:hover { 
	color:#452716; }
	
	DIV.clsMenu {
	font-size: 90%;
	background-color: #452716;
	position: absolute;
	visibility: hidden;
	width: 165px;
	padding: 5px 5px 5px 8px;
	border-top: 1 white solid;
}
	
	DIV.clsMenu A { 
	text-decoration:none; 
	color:#ECE5C4; 
	font-weight:bold; }
	
	DIV.clsMenu A:hover { 
	color:#805036; }
	
	DIV.clsMenu A:visited { 
	color:#ECE5C4; }

