#editorBODY {
	background-color: white;
	background-image: none;
	text-align: justify;
	padding: 0;
	margin: 0;
	overflow-y: visible;
}

.Voorbeeld_Tabel {
	font-size: 11px;
	background: #EEEEEE;
	border: 1px solid #999999;
	margin-top: 9px;
	margin-bottom: 9px;
}

p {
	margin: 0px;
}

table {
	/*border: solid 1px #CCC;*/
	text-align: left;
	vertical-align: top;
	padding: 0;
}
table {
	border-collapse: collapse;
}
td {
	font-size: 0.9em;
	text-align: left;
	vertical-align: top;
	padding: 0;
}

#editorBODY ul {
	margin-left: 15px;
}
.Nieuwsbrief_kop {
	font-size: 1.3em;
	color: #E20F1A;
	font-weight: bold;
	line-height: 120%;
	margin: 0 0 5px 0;
}
.terug_link {
	display: block;
	padding-left: 10px;
	background-image: url('/graphics/arrowblack_back.gif');
	background-position: left 3px;
	background-repeat: no-repeat;
}
.Kleur_-_rood {
	color: #E20F1A;
}