/* CSS Document */
body
{
	background-color:	#c5d7ef;

}

.titel { 	
	font-family:	Arial; 
	font-size:		20px; 
	font-weight: 	bold; 
	color:			#3a82bc;
	border-bottom: 2px solid #3a82bc;
	text-align:left;	
}

.ondertitel {
	font-family:arial;
	font-size:16px;
	color:#3a82bc;	
	text-align:left;
}

.lijn {
	border-bottom: 1px solid #6c9ed1;
}

.tekst, p {
	font-family:arial; 
	font-size:12px;
	color:#000000;
	text-align:left;
}

a {
	font-family: verdana;
	font-size: 10px;
	color:#3a82bc; 
	font-weight:normal;
	text-decoration: underline dotted;
}
a:hover {
	font-family: verdana;
	font-size: 10px;
	color:#3a82bc; 
	font-weight:normal;
	text-decoration: underline dotted;
}
SELECT, TEXTAREA, BUTTON
{
	border: 1px solid #0082c8;
	font-family: "arial";
	font-size: 12px;
	color: #000000;
	background-color: #D7E7FF;
	margin:5px;
}
