body { 
	font-family:verdana,arial;
	font-size: 11px; 
	font-weight:normal;
	color: #eeeeee; 
	background-color:#ffffff;
	text-decoration:none;
	margin:0px;
	text-align:center;
}

li{
	color:#ff0000;
}

td {
	font-size:11px; 
	font-family:verdana, arial; 
	text-decoration:none; 
	font-weight:normal;
	color:#999999;
}
	#agenda{
		display:none;
		width: 100%;
		height:100%;
		position:absolute;
		z-index:2;
		text-align:center;
		margin:0px auto;
		color:#000000;		
	}
	#agendaItem{
		border-top: 2px solid #becbff;
		border-bottom: 2px solid #becbff;
		border-left: 5px dashed #becbff;
		border-right: 5px dashed #becbff;
		background-color: #d6dafd;
		filter:alpha(opacity=92);
		width: 770px;
		height: 100%;
		margin:0px auto;
		z-index:3;
		color:#000000;
		font-family:verdana,arial;
	font-size: 11px; 
	}

	#agendaItem a, #agendaItem td{
		color:#000000;
	font-family:verdana,arial;
	font-size: 11px; 
	}
	#nieuws{
		display:none;
		width: 100%;
		height:100%;
		position:absolute;
		z-index:2;
		text-align:center;
		margin:0px auto;
		color:#000000;		
	}
	#nieuwsItem{
		border-top: 2px solid #becbff;
		border-bottom: 2px solid #becbff;
		border-left: 5px dashed #becbff;
		border-right: 5px dashed #becbff;
		background-color: #ffffff;
		filter:alpha(opacity=92);
		-moz-opacity:.9;
		width: 770px;
		height: 100%;
		margin:0px auto;
		z-index:3;
		color:#000000;
	font-family:verdana,arial;
	font-size: 11px; 
	}

	#nieuwsItem a, #nieuwsItem td{
		color:#000000;
	font-family:verdana,arial;
	font-size: 11px; 
	}
/**	 LINKS **/ 


a{
	font-family:verdana,arial; 
	font-size:11px; 
	font-weight:bold;
	color:#ff0000;
	text-decoration:none;	
}

a:hover{
	font-family:verdana,arial; 
	font-size:11px; 
	font-weight:bold;
	color:#ff0000;
	text-decoration:underline;		
}
a.nlink{
	font-family:verdana,arial; 
	font-size:11px; 
	font-weight:normal;
	color:#00000;
	text-decoration:none;	
}

a.nlink:hover{
	font-family:verdana,arial; 
	font-size:11px; 
	font-weight:normal;
	color:#EE992A;
	text-decoration:none;		
}