html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0px;
	padding: 0px;
	border: 0px;
	}

/* ------- TEKST OPMAAK ----------*/	
body	{
		background: #C8BFA9;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #000000;
		line-height: 130%;
		}
	
a:link	{
		color: #202D7A;
		text-decoration: underline;
		}
a:visited	{
			color: #202D7A;
			text-decoration: underline;
			}
a:hover	{
		color: #202D7A;
		text-decoration: none;
		}
a:active	{
			color: #202D7A;
			text-decoration: none;
			}
h1 	{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	background-color: #18185F;
	color: #FFFFFF;
	line-height:150%;
	padding: 15px;
	text-align:center;
	}
img	{
	border: none;
	}
ul	{
	padding-left:16px;
	}
	
	
	
#wrap	{
		width:770px;
		margin: auto;
		background: #FFFFFF;
		padding:15px;
		}
#wrap2	{
		width:920px;
		margin: auto;
		background: #FFFFFF;
		padding:15px;
		}
.groot	{
		font-weight:bold;
		font-size:28px;
		color: #1F1A6D;
		}
		
.titel 	{
		color: #1F1A6D;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		font-style: italic;
		font-weight: bold;
		}
.tekstBold	{
			color: #1C1769;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 11px;
			font-weight: bold;
			}
.klein 	{
		font-size: 10px;
		color: #000000;
		}
.blauw	{
		color: #1F1A6D;
		}
.datum	{
		font-size:14px;
		}