/* CSS Document */
* {	
margin: 0;
padding: 0;
font-family:"trebuchet MS", Arial, Helvetica, sans-serif;
}
/******************** BODY *******************/
body{
font-size: 13pt;
background:white;
}
#header{
height:86px;
width:900px;
border-bottom:1px dashed #333;
margin:8px 0px 30px 0px;
}
#header img{
padding:0px 0px 2px 0px;
width:280px;
height:86px;
}
/**************** OUTER BOX ******************/
#container{
width:auto;
background:white;
color: black; 
margin:0px;
}
#box{
width:auto;
padding:0px;
margin:0 auto;
}
#text{
float:none !important;
text-align:justify;
width:7in;
padding:0px;
line-height:16pt;
}
#text p, #textwijd p{
line-height:1.6em;
}
a:link, a:visited, a.leesmeer, .leesmeer a:link, .leesmeer a:visited {
color: #227788;
background: transparent;
text-decoration: underline;
padding:0px;
background:none;
}
#right, #menu{
display:none;
}
#footer{
color:#666;
width:7in;
font-size:9pt;
padding:6px 0px 8px 0px;
}