//*----------------------Algemeen----------------------*/

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #30389A;
	text-decoration: none;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
}





/*---------------Kleuren in overzichtstabellen-------------------*/


.tabel-lblauw {
	background-color : #95D1FE;
}

.tabel-geel {
	background-color : #f6e288;
}
.tabel-oranje {
	background-color : #ffcb22;
}



/*----------------------Basis opmaak------------------------*/

.titel {
	font-size : 18px;
	font-weight : bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #30389a;
}

.titel_onderlijn{
	font-size : 18px;
	font-weight : bold;	
	color: #30389a;
	border-bottom : 1px solid #cccccc;
}

.subtitel {
	font-size : 16px;
	font-weight : bold;
	color: #30389a;
}



.tabelrand-oranje {
	background-color : #ffffff;
	border-top : 1px solid #ffcb22;
	border-bottom : 1px solid #ffcb22;
	border-left : 1px solid #ffcb22;
	border-right : 1px solid #ffcb22;
	padding : 1px;
}


.blauw {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #30389a;
	text-decoration: none;
}

.geel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #f6e288;
	text-decoration: none;
}

.oranje {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffcb22;
	text-decoration: none;
}