body {
	margin-top    : 0px;
	margin-right  : 0px;
	margin-bottom : 0px;
	margin-left   : 0px;
	background: rgb(255,255,255);
	
	scrollbar-face-color : #CACBCD;
	scrollbar-base-color : #CACBCD;
	scrollbar-track-color : #E5E7E9;
	scrollbar-highlight-color : #CACBCD;
	scrollbar-dark-shadow-color : rgb(0,0,0);
	scrollbar-shadow-color : rgb(0,0,0);
	scrollbar-arrow-color : rgb(0,0,0);
}

a { font-family: Arial, Verdana, Helvetica, sans-serif; }

a:link 		{ color: #006699; font-weight: normal; text-decoration: underline; font-size: 8pt; font-weight:bold;}
a:active 	{ color: #006699; font-weight: normal; text-decoration: none; font-size: 8pt; font-weight:bold;}
a:visited { color: #006699; font-weight: normal; text-decoration: underline; font-size: 8pt; font-weight:bold;}
a:hover 	{ color: #006699; font-weight: normal; text-decoration: none; font-size: 8pt; font-weight:bold;}

a.nieuws:link 		{ color: #006699; font-weight: normal; text-decoration: none; font-size: 8pt }
a.nieuws:active 	{ color: #006699; font-weight: normal; text-decoration: underline; font-size: 8pt }
a.nieuws:visited { color: #006699; font-weight: normal; text-decoration: none; font-size: 8pt }
a.nieuws:hover 	{ color: #006699; font-weight: normal; text-decoration: underline; font-size: 8pt }

td {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 8pt;
	color: #006699;	
}

b {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	color: #006699;	
}

b.klein {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 8pt;
	color: #006699;	
}

h1 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 8pt;
	color: #006699;	
}

b.wit {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 8pt;
	color: #FFFFFF;	
}

/*** Formulieren opmaak ***/

INPUT.form {
  	font-family: Arial, Verdana, Helvetica, sans-serif;
  	font-size: 8pt;
	color: #006699;
	background: rgb(255,255,255);
	border: solid;
	border-width: 1px;
	border-color: rgb(0,0,0);	
}

textarea.form {
  	font-family: Arial, Verdana, Helvetica, sans-serif;
  	font-size: 8pt;
	color: #006699;
	background: rgb(255,255,255);
	border: solid;
	border-width: 1px;
	border-color: rgb(0,0,0);	
}

select.form {
  	font-family: Arial, Verdana, Helvetica, sans-serif;
  	font-size: 8pt;
	color: #006699;
	background: rgb(255,255,255);
	border: solid;
	border-width: 1px;
	border-color: rgb(0,0,0);	
}