BODY {
	background-color: #545454;
	margin: 0px;
}

TD {
	font-size:9pt;
 	font-family : Helvetica, Arial;
 	color : Black;
 }
 
A, A:active {
	color: #336600
 }
 
A:visited {
	color: #666699
}

.head {
	font-size:13pt;
 	font-family : Helvetica, Arial;
 	color : Black;
	font-weight : bold;
}
 
DIV {
	padding: 0px;
	margin: 0px;
}

DIV.navigation {
	/* background-color: #999; */
}

#toppie {
	background-color: #fff;
	margin: 20px;
}

#current {
	font-family : helvetica, arial;
	font-size : 12pt;
	font-weight: bold;	
	text-align: right;
	padding: 5px;
	/* vertical-align: top; */
}

#indicator {
	color : #fff;
	font-size: 8pt;
	font-family : helvetica, arial;
}
 
TD.navigation {
	text-align: left;
	vertical-align: top;
	font-size: 8pt;
	padding: 5px;
}

A.groen, A.groen:visited, .groen {
	color: #73CE18;
	text-decoration: none;
}

A.oranje, A.oranje:visited, .oranje {
	color: #FF5A00;
	text-decoration: none;
}

A.cyaan, A.cyaan:visited, .cyaan {
	color: #21BDCE;
	text-decoration: none;
}

A.blauw, A.blauw:visited, .blauw {
	color: #6699FF;
	text-decoration: none;
}

A.geel, A.geel:visited, .geel {
	color: #FFBA00;
	text-decoration: none;
}

A.groen, A.oranje, A.cyaan, A.blauw, A.geel, A.groen:visited, A.oranje:visited, A.cyaan:visited, A.blauw:visited, A.geel:visited {
	font-weight: bold;
}

A.groen:active, A.groen:focus, A.oranje:active, A.oranje:focus, A.cyaan:active, A.cyaan:focus, A.blauw:active, A.blauw:focus, A.geel:active, A.geel:focus {
	color : #fff;
}

A.groen:hover, A.oranje:hover, A.cyaan:hover, A.blauw:hover, A.geel:hover {
	text-decoration: underline;
}