/* all styles used by CMS objects */

	p {
		margin: 0px;
	}
	
	img.Plaatje_links_uitlijnen {
		float: left;
		padding-right: 10px;
	}
	
	img.Plaatje_rechts_uitlijnen {
		float: right;
		padding-left: 10px;
	}
	
	.Normaal {
		font-weight: normal;
		text-decoration: none;
		padding: 0;
		margin: 0;
		border: 0;
		border-collapse: collapse;
	}
	
	.Kop1 {
		font-size: 10.5pt;
		font-weight: bold;
	}
	
	.Kop_footer {
		font-size: 19px;
		color: #000000;
	}
	
	.Gekleurde_Kop {
		font-size: 10pt;
		font-weight: bold;
	}
	
	a.Pijl_link {
		background-image: url('../images/arrows/arrow.gif');
		background-repeat: no-repeat;
		background-position: 0px 2px;
		display: block;
		padding-left: 16px;
		text-decoration: none;
	}
	
	.Footer_tekst {
		font-size: 10px;
		line-height: normal;
	}