@charset "UTF-8";
/* CSS Document */

*:focus {outline: none;}
body {
	background-color: #FFFFFF;
	margin-left: 20px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
}
body,td,th {
	font-size: 11px;
	color: #303030;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a {
	font-weight: bold;
	font-size: 13px;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #0086c4;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}

a.geel {color: #FFFFFF;}
a.geel:hover {color: #000000;}
a.geel:active {color: #CCCCCC;}
a.geel:visited {color: #FFFFFF;}

a.blauw {color: #FFFFFF;}
a.blauw:hover {color: #000000;}
a.blauw:active {color: #0086c4;}
a.blauw:visited {color: #FFFFFF;}

a.groen {color: #FFFFFF;}
a.groen:hover {color: #000000;}
a.groen:active {color: #6da636;}
a.groen:visited {color: #FFFFFF;}

a.rood {color: #FFFFFF;}
a.rood:hover {color: #000000;}
a.rood:active {color: #e53421;}
a.rood:visited {color: #FFFFFF;}

.style1 {font-size: 14px;}
.style2 {
	font-size: 12px;
	font-style: italic;
}
.style4 {font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
}
.style5 {font-size: 10px;}
.style3 {font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #007ec0;
}
.style6 {	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #6da636;
}