a:link
 {
	text-decoration: none;
	color: #3300CC;
	font-weight: bolder;
}
a:visited
 {
	text-decoration: none;
	color: Purple;
	font-weight: bolder;
} 
a:active 	
 {
	text-decoration: underline;
	color: #FF6600;
	font-weight: bolder;
}
a:hover
{
	color: #FF6600;
	font-size: 100%;
	text-decoration: underline;
	font-weight: bolder;
}


table
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: black;
}

body
 {
	font-size: 10pt;
	color: Black;
	font-family: Arial, Helvetica, sans-serif;
	background-color: White;
	SCROLLBAR-FACE-COLOR: #FF6600;
	SCROLLBAR-HIGHLIGHT-COLOR: #FF6600;
	SCROLLBAR-SHADOW-COLOR: #CC6600;
	SCROLLBAR-3DLIGHT-COLOR: #FF6600;
	SCROLLBAR-ARROW-COLOR: Black;
	SCROLLBAR-TRACK-COLOR: #FFCC00;
	SCROLLBAR-DARKSHADOW-COLOR: Black;
}
.framepagina
 {
	background-color: White;
	font-size: 10pt;
	color: black;
	font-family: Arial, Helvetica, Sans-serif;
}
.navigatiepagina
 {
	background-color: #FF6600;
	font-size: 16pt;
	color: White;
	font-family: Arial, Helvetica, Sans-serif;
	font-weight: bold;
}
.voettekst
 {
	background-color: #FF6600;
	font-size: 8pt;
	color: White;
	font-style: italic;
	text-align: center;
}
.voetnoot
{
	font-size: 6pt;
	font-style: italic;
	text-align: center;
	color: #3300CC;
}
h1, h2, h3, h4, h5, h6
 {
	font-family: Arial, Helvetica, sans-serif;
	color: #3300CC;
}
h1
 {
	font-size: 16pt;
	font-weight: bolder;
	font-style: italic;
 }
h2
 {
	font-size: 18pt;
	font-weight: bolder; 
 }
h3
 {
	font-size: 12pt;
	font-style: italic;
 }
h4
 {
	font-size: 36pt;
	font: bold;
}
h5
 {
	font-size: 12pt;
}
h6
 {
	font-size: 12pt;
 }	
 address
 {
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #3300CC;
}