/*--- CSS | FormFlex ---*/

/* #007b2a; FormFlex donker groen */
/* #609f26; FormFlex licht groen */
/* #174594; FormFlex blauw */

body {
	margin: 0px;
	font-size: 12px;
	font-family: Arial, Helvetica, Helv, Sans-serif;
	}
	
html,body {
	scrollbar-face-color: #609f26;
	scrollbar-highlight-color: #ffffff; 
	scrollbar-3dlight-color: #e0e9ba; 
	scrollbar-shadow-color: #007b2a; 
	scrollbar-darkshadow-color: #000000; 
	scrollbar-track-color: #ffffff; 
	scrollbar-arrow-color: #ffffff; 
}

table td table td {
	font-size: 12px;
	font-family: Arial, Helvetica, Helv, Sans-serif;
	font-weight: normal;
}


body.bg_welkom {
	background:url(../images/bg_welkom.jpg) no-repeat;
	font-size: 12px;
	font-family: Arial, Helvetica, Helv, Sans-serif;
	
}


td.welkom{
	font-family:	Arial, Helvetica, Helv, Sans-serif;
	font-size:18px;
	font-weight: bold;
	line-height: 25px;
}


	
table.clickable{
	cursor: pointer;
}

a, a:active, a:visited{
	color: #007b2a;
	font-weight: bold;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

