a:link
{
	color: rgb(204,0,0) 
}
a.box:link
{
	color: rgb(104,224,231) 
}
a:visited
{
	color: rgb(102,0,0) 
} 
a.box:visited
{
	color: rgb(231,104,104) 
} 
a:active 
{
	color: rgb(0,0,204)
}
a.box:active 
{
	color: rgb(119,246,128)
}
a.totop 
{
	position: relative;
	float: right;
	margin-right: 8;
	font-weight: bold
}
body
{
	font-family: Bookman Old Style, Times New Roman, Times;
	background-color: rgb(255,255,238);
	color: rgb(0,0,102);
	text-align: center;
	margin-top: 0pt;
	margin-left: 0pt
}
h1, h2, h3, h4, h5, h6
{
	font-family: Bookman Old Style, Times New Roman, Times;
	margin-top: 0; margin-left:8; margin-right:8;
	text-align:center
}
h2
{
	text-decoration: underline
}
p.center 
{
	text-align:center
}
p.left 
{
	text-align:left
}
p.mymargin
{
	margin-left:8;
	margin-right:8
}
p.formmargin
{
	margin-left:130;
	margin-right:8
}
div.footnote
{
	line-height: 12pt;
	text-align: center;
	font-size: 8pt
}
div.center, div.scenter
{
	text-align: center;
}
div.dmargin
{
	margin-left: 40;
	margin-right: 8
}
span.pic1
{
	position: relative; 
	left: 8px; 
	top: 0px
}
span.pic2
{
	position: relative; 
	left: 40px; 
	top: 0px
}
span.pic3
{
	position: relative; 
	left: 75px; 
	top: 0px
}
span.f1
{
font-size: 8pt
}
table.eerste
{
	position: relative;
	left: 0px;
	top: 0px
}
div.box{
        border: solid 1px; 
        background-color: black; 
        color: white; 
        font-size: 8pt; 
        padding: 10px;
        }