body, td {
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size: 12px;	
	color: black;
}

/* popup */
a.popup, a:visited, a:active {
	color: white;
	text-decoration: none;
}
a.popup:hover {
	color: #333333;
	text-decoration: none;
}

/* eerste rij  */
a.snellinktop, a:visited, a:active {
	color: #FF6600;
	text-decoration: none;
}

a.snellinktop:hover {
	color: #FF6600;
	text-decoration: none;
}



/* tweede rij */
a.snellink2, a:visited, a:active {
	color: white;
	text-decoration: none;
}
a.snellink2:hover {
	color: #000000;
	text-decoration: none;
}


/* | */
td.snellink1 {
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size: 12px;	
	color: #666666;
}


/* ankers */
a.snellink3, a:visited, a:active {
	color: white;
	text-decoration: none;
}

a.snellink3:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight : bold;
}

.tekstveld {font-weight: normal;
	border: 1px solid #CCCCCC;
	color: #000000;
	font-size: 12px;
	border: 1px solid #000000;
}
	A:link
	{
		COLOR: #CC0000;
		TEXT-DECORATION: NONE
	}
	A:visited
	{
		COLOR: #CC0000;
		TEXT-DECORATION: NONE

	}
	A:hover 
	{
		COLOR: #CC0000;
		TEXT-DECORATION: underline
		
	}

