body {
	margin: 0 0 0 0;
	background-image: url(img/background.gif);
	background-repeat: repeat-y;
}
body, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a:link {
	color: #3E3EB2;
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	font-weight: bold;
	color: #3E3EB2;
}
a:hover {
	text-decoration: none;
	color: #3E3EB2;
}
a:active {
	text-decoration: underline;
	color: #3E3EB2;
}

.linksmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

a.linksmall:link {
	color: #3E3EB2;
	font-weight: bold;
	text-decoration: underline;
}
a.linksmall:visited {
	text-decoration: underline;
	font-weight: bold;
	color: #3E3EB2;
}
a.linksmall:hover {
	text-decoration: none;
	color: #3E3EB2;
}
a.linksmall:active {
	text-decoration: underline;
	color: #3E3EB2;
}


.big {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #3E3EB2;
}
#formulierzoeken {
	padding: 15px;
	border: 4px solid #7878C9;
}
#formuliermailing {
	padding: 15px;
	border: 4px solid #7878C9;
}
.veldtitel {
	font-weight: bold;
	color: #666666;
}
.pagetitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #3E3EB2;
}.errors {
	font-weight: bold;
	color: #FF0000;
}
.arialbody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#formerrors
{
	font-weight: bold;
	color: #FF0000;
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #FF0000;
}

