.main {font-family: Verdana, Arial, Helvetica ;
		font-size: 10pt; 
		color: #000000; 
		margin-top: 0.00in; 
		margin-right: 0.00in; 
		margin-left: 0.00in; 
		margin-width: 0.00in; 
		margin-bottom: 0.00in; 
		background-color: #ffffff;}
.noprint {display: none ;}
.header {font-family: Verdana, Arial, Helvetica;
		font-size: 10pt; 
		color: #000000;
		background-color: #ffffff;
		}		
.content {font-family: Verdana, Arial, Helvetica;
		font-size: 10pt; 
		color: #484848; 
		background-color:#ffffff;}
.footer {font-family: Verdana, Arial, Helvetica;
		font-size: 9pt; 
		color: #484848; 
		background-color:#ffffff;}	
p,li,ul,ol,td,tr,div {font-family: Verdana, Arial, Helvetica ;
		font-size: 11pt;
		color: #484848;}
		
li		{padding-bottom: 0.05in;}		
.highgate {font-family: Verdana, Arial, Helvetica; 
		font-size: 9px; 
		color: #484848; 
		margin-top: 0.10in; 
		margin-right: 0.05in; 
		margin-left: 0.05in;}
.small {font-family: Verdana, Arial, Helvetica;
		 font-size: 12px;}

.smallvet {font-weight: bold;
		 font-size: 13px;}
.smallblack {font-family: Verdana, Arial, Helvetica; 
		font-size: 10px; 
		color: #000000;}
h1 {font-family: Arial, Verdana, Helvetica;
		font-size: 15pt;
		font-weight: bold;
		color: #006600;
		letter-spacing: 2 pt;}					
h2 {font-family: Arial, Verdana, Helvetica;
		font-size: 13pt;
		font-weight: bold;
		color: #006600;
		letter-spacing: 2 pt;}
h3 {font-family: Arial, Verdana, Helvetica;
		font-size: 12pt;
		font-weight: bold;
		color: #006600;
		letter-spacing: 1 pt;}
.titel {font-family: Arial, Helvetica, Verdana ;
		font-size: 13pt;
		color: #006600; 
		font-weight: bold;}						
.subtitel {font-family: Arial, Verdana, Helvetica;
		font-size: 12pt;
		font-weight: bold;
		font-style: italic;
		color: #006600;}
.indent {margin-top: 0.10in; 
		margin-right: 0.05in; 
		margin-left: 0.20in;}		
hr {color: #006633}
.border {background-color: #eaeaea; 
		margin-top: 0.00in; 
		margin-right: 0.00in; 
		margin-left: 0.00in;		
		border-color: #0099cc;
		border-width: 2.00px;
		border-style: solid;}
td {vertical-align: top;}		
A:link {color: #009900;
		text-decoration: none;}
.5pct	{margin-left: 5%}
.10pct	{margin-left: 10%}
img.kader {border-width: thin;
		border-style: solid;
		border-color: #000000;}
/*This is where the magic happens!*/
div.box {
     /*Any properties you'd want the box to have.*/
     /*Would probably be position, dimension type stuff.*/
     /*Though personally I would have a div outside this
       to control the dimensions.*/
     border: 1px solid #006666;
     position: relative;
     width: 100%;
}
div.box_contents {
     background-color:transparent;
     height: 100%;
     position: relative;
     width: 100%;
     z-index: 101;
}
div.box_background {
     background-color: white;
     height: 100%;
     filter:alpha(opacity=65); /* IE's opacity*/
     left: 0px;
     opacity: 0.65;
     position: absolute;
     top: 0px;
     width: 100%;
     z-index: 99;
}		
/*This is where the magic happens!*/
/*Transparante inhoudskader*/
div.box {
     /*Any properties you'd want the box to have.*/
     /*Would probably be position, dimension type stuff.*/
     /*Though personally I would have a div outside this
       to control the dimensions.*/
     border: 1px solid #006666;
     position: relative;
     width: 100%;
}
div.box_contents {
     background-color:transparent;
     height: 100%;
     position: relative;
     width: 100%;
     z-index: 101;
}
div.box_background {
     background-color: white;
     height: 100%;
     filter:alpha(opacity=75); /* IE's opacity*/
     left: 0px;
     opacity: 0.75;
     position: absolute;
     top: 0px;
     width: 100%;
     z-index: 99;
}
