body{
	font-family: Arial, Helvetia, sans-serif;
	background-color: #ffffcc;
	font-size: 10pt;
}

p{
	font-size: 10pt;
	text-align: left;
}
div#subnavigatie{
	/*background-color: #ffffcd;*/
	left: 5px;
	position: fixed;
	width: 140px;
	top: 0px;
	bottom: 60;
	text-align: center;
	z-index: 2;
		
}
div#hoofdinhoud{
	background-color: #ffffcd;
	left: 150px;
	position: absolute;
	right: 0px;
	top: 0px;
	bottom: 60;
	z-index: 1;	
}
div#hoofdnavigatie{
	background-color: #ffffcd;
	height: 50px;
	left: 10px;
	right: 0px;
	bottom: 0px;
	position: fixed;
	z-index: 3;
	font-size: 10pt;

}
table{
	text-align: center;
	border-collapse: collapse;
	border: 1px solid #000080;
	padding: 2px;
	font-size: 10pt;
}
td{
	border: 1px solid #000080;
	
}

td.wh1{
	width: 135px;
	height: 45px;
}
table.c1{
	font-size: 12pt;
	border: 2px solid #000080; 
	width:  135px; 
	height: 100px; 
	background-color: #00FF00;
	border-collapse: collapse;
	padding: 2px;
}

table.c2{
	text-align: left;
	font-size: 10pt;
	border: 2px solid #000080; 
	width:  700px;  
	background-color: #00FF00;
	border-collapse: collapse;
	padding: 2px;
}

table.c3{
	left: 20px;
	width:  850px;
}
	
h1{
	font-size: 12pt;
	font-weight: bold;

}
h2{
	font-size: 12pt;
	font-style: normal;
	font-weight: normal;
	}
h3{
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;}
img{
	border: 0px
	
}
