* {
	color: #333333;
	margin: 0px;
	padding: 0px;
	letter-spacing: 0.25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	font-weight: normal, bold;
}


html,body {
	background-color: #FFFFFF;	
	}


a{
	text-decoration: underline;
	font-weight: normal;
	font-variant: normal;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a.underline {
	text-decoration: underline;
	color: #003E83;
	
}

a:hover{
	text-decoration: underline;
	}
a.wit{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;

}
a.witb {
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	text-align:center;
	cursor:pointer;
	padding: 5px;
	padding-top: 2px;
	font-size: 11px;
	line-height: 12px;
}

a:hover.witb {
	text-decoration: underline;
	}
a.grijs{
	color: #333333;
	text-decoration: none;
}
a.rood, a.underline:hover {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #B21726;
	text-transform: none;
	font-variant: normal;
	font-weight: bold;
	text-decoration: none;
}
a.rood:hover {
	font-weight: bold;
	text-decoration: underline;
}


h1{
	font-size: 16px;
	font-weight: bold;
	color: #003E83;
}

h2{
	color: #B21726;
	font-weight: bold;
	font-size: 14px;
	
	}
h3 {
	font-size: 12px;
	color: #003E83;
	font-weight: bold;
}
h4 {
	color: #003E83;
	font-weight: bold;


}

h5 {
	font-weight: bold;
	font-size: 10px;
}
img {
	border-style: none;
}
	
img.floatlinks{
	float: left;
	margin: 0px 10px 5px 0px;
}

img.floatrechts {
	float: right;
	margin: 10px;
}

p {
	margin-bottom: 12px;
}
ul{
	list-style: circle inside;
}
