
/*--------- STYLEN BINNEN HET CMS -----------*/

h2 {
	margin-top: 20px;

	font-size: 14px;
	font-weight: bold;
}

h3 {
	font-family: "arial", helvetica, sans-serif;
	font-weight: normal;

	letter-spacing: -1px;
	word-spacing: -2px;
	font-size: 27px;
}

strong {
	font-weight: bold;
	color: #001823;
	color: #001823;
}

b {
	font-family: "arial", helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #001823;
	
}

td {
	font-family: "arial", helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 20px;
	color: #001823;
}

p {

	font-family: "arial", helvetica, sans-serif;
	font-weight: normal;

	line-height: 20px;
	margin-bottom: 20px;
	font-size: 12px;
	
	color: #001823;
}



ul {
	font-family: "arial", helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 20px;
	
	color: #001823;
	list-style: disc outside;
	
	margin-left: 20px;
	margin-bottom: 20px;
	
}

li {
	
	font-family: "arial", helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 20px;
	
	color: #001823;
	list-style: disc outside;
}

a {
	color: #00c2e3;
	text-decoration: none;
x	border-bottom: 0px dotted #8BB5CE;
}

a:hover {
	color: #00c2e3;
x	border-bottom: 1px dotted #00c2e3;

}
