a {
	text-decoration: none;
	color:#666666;
}
a:link {
	color:#AC5F00;
	text-decoration:none;
	font-weight: bold;
}
a:visited {
	color:#AC5F00; 
	text-decoration: none;
}
a:hover {
	color: Black; 
	text-decoration: underline;
	font-weight: bold;	
}

Table {
	color : #666666;
	text-decoration:none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
}
Table A:link {
	color: #AC5F00;
	text-decoration : none;
	font-weight: bold;	
}
Table A:visited {
	color: #AC5F00;
	text-decoration : none;
	font-weight: bold;	
}
Table A:hover {
	color: Black;
	background-color : transparent;
	font-weight: bold;	
	}


/* Tabel definitie's INHOUD */    
table.inhoud {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	color: #666666;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 20px;
	letter-spacing: 1px;
	line-height: 18px;
	}
Table.inhoud A:link {
	color: #B03100;
	text-decoration : none;
	font-weight : bold;
	}
Table.inhoud A:visited {
	color: #B03100;
	text-decoration : none;
	font-weight : bold;
	}
Table.inhoud A:hover {
	color: #FF4500;
	background-color : transparent;
	}

/* Tabel definitie's ACTUEEL */    
table.actueel {
	color : #404040;
	font-size : 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	height: 20px;
	font-variant: normal;
	border: 1px solid #666666;
	font-weight: bold;
	}
table.actueel A:Link	{
	color : #404040;
	font-size : 9px;
	font-weight: normal;
	text-decoration: none;
	text-indent: 0px;
	letter-spacing: 0px;
	}	
table.actueel A:visited {
	color : #404040;
	font-size : 9px; 
	font-weight: normal; 
	text-decoration: none;
	text-indent: 0px;
	letter-spacing: 0px;
	}	
table.actueel A:hover {
	color : White;	
	font-size : 9px;
	font-weight: normal;
	text-decoration: none;
	text-indent: 0px;
	letter-spacing: 0px;
	}	

/* unsorted list */
UL	{
	display: list-item; 
	}

/* List Item */
LI	{
	font-style : normal; 
	color : #666666;  
	list-style-image: url(../images/bullet.gif);  
	}	


					 /* editor profielen*/
.KopRegel
{
	font-weight: bold;
	text-transform: uppercase;
	color: #666666;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
}

.TussenRegel
{
	font-weight: bold;
	text-transform: capitalize;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 14px;}

.StandaardTekst
{
	font-weight: normal;
	color: #666666;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	
	}

.KleineTekst
{
	font-weight: normal;
	color: #666666;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	
	}

