/* all styles used by CMS objects */

	p {
		margin: 0px;
	}
	
	.Kop_Blauw {
		color: #143971;
		font-size: 12px;
		font-weight: bold;
	}
	
	.Kop_Grijs {
		color: #666666;
		font-size: 12px;
		font-weight: bold;
	}
	
	a.Pijl_Link {
		color: #143971;
		padding-left: 12px;
		background-image: url('../images/arrows/dblue_r.gif');
		background-position: 0px 50%;
		background-repeat: no-repeat;
	}