			.omtrek {
				padding: 0px;
				border-top-width: 1px;
				border-right-width: 2px;
				border-bottom-width: 2px;
				border-left-width: 1px;
				border-top-style: solid;
				border-right-style: solid;
				border-bottom-style: solid;
				border-left-style: solid;
				border-top-color: #000000;
				border-right-color: #000000;
				border-bottom-color: #000000;
				border-left-color: #000000;
				margin: 0px;
			}
			.toptekst {
				font-family: Arial, Helvetica, sans-serif;
				font-size: 30px;
				font-style: normal;
				color: #FFFFFF;
			}
			.bottomtekst {
				font-family: Arial, Helvetica, sans-serif;
				font-size: 11px;
				font-style: normal;
				color: #999999;
			}
			body, .tekst {
				font-family: Arial, Helvetica, sans-serif;
				font-size: 11px;
				color:#666666;			
			}
			.tekstklein { font-size: 70% }
			.tekstgroot {
				font-family: Arial, Helvetica, sans-serif;
				font-size: 14px;
				color:#666666;			
			}
			
			
			.menu {
				font-family: Arial, Helvetica, sans-serif;
				font-size: 11px;
				border-top-width: 1px;
				border-right-width: 1px;
				border-bottom-width: 1px;
				border-left-width: 1px;
				border-top-style: none;
				border-right-style: dashed;
				border-bottom-style: none;
				border-left-style: none;
				border-top-color: #333333;
				border-right-color: #333333;
				border-bottom-color: #333333;
				border-left-color: #333333;
				color: #666666;
				text-decoration: none;
			}
			.menuItem {
				font-family: Arial, Helvetica, sans-serif;
				font-size: 13px;
				color: #666666;
				text-decoration: none;
			}
			.tabelbovenrechts {
			    font-family: Arial, Helvetica, sans-serif;
		    	    font-size: 11px;
		    	    border-top: 1px solid #666666;
		    	    border-right: 1px solid #666666;
		    	    border-bottom: 0px none #666666;
		    	    border-left: 0px none #666666;
		    	    height: 27px;
		    	    color:#666666;
			}
	
			.tabelboven {
			    font-family: Arial, Helvetica, sans-serif;
		    	    font-size: 11px;
		    	    border-top: 1px solid #666666;
		    	    border-right: 0px solid #666666;
		    	    border-bottom: 0px none #666666;
		    	    border-left: 0px none #666666;
		    	    height: 27px;
		    	    color:#666666;
			}

			.tabelbovenrechtsim {
			    font-family: Arial, Helvetica, sans-serif;
			    font-size: 11px;
			    height: 27px;
			    color:#666666;
			}

			.tabelbovenim {
			    font-family: Arial, Helvetica, sans-serif;
			    font-size: 11px;
			    height: 27px;
			    color:#666666;
			}

			.tabelhoofd {
				font-family: Arial, Helvetica, sans-serif;
				font-size: 18px;
				color:#666666;
			}
			
			.button {
				font-family: Arial, Helvetica, sans-serif;
				font-size: 11px;
				font-weight: bold;
				background-color:#EC7300;
				color:white;
				border:1px solid #CCCCCC;
			}
			.tabelkoprechts {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background-color: #CCCCCC;
	/*border-top: 0px none #666666;
	border-right: 1px solid #666666;
	border-bottom: 0px none #666666;
	border-left: 0px none #666666;*/
	font-weight: bold;
	height: 23px;

			}
			.tabelkop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background-color: #CCCCCC;
	font-weight: bold;
	height: 23px;

			}
a:link {
	color: #EC7300;
	text-decoration: underline;
}
a:visited {
	color: #EC7300;
	text-decoration: underline;
}

a:active {
	color: #EC7300;
	text-decoration: underline;
}
a:hover {
	color: #EC7300;
	text-decoration: underline;
}
			
#dhtmltooltip
{
position: absolute;
width: 120px;
border: 1px solid black;
padding: 2px;
background-color: lightyellow;
font-family:arial;
font-size:12px;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

/* alternerende tabelrijen */
tr.odd { background-color: #ccc; }
tr.even { background-color: #eee; }