/* all styles used by CMS objects */

	p {
		margin: 0px;
	}
	
	.arial_klein {
		font-family: Arial;
		font-size: 15pt;
	}
	
	.arial_middel {
		font-family: Arial;
		font-size: 24pt;
	}
	
	.arial_groot {
		font-family: Arial;
		font-size: 40pt;
	}
	
	.times_klein {
		font-family: "Times New Roman";
		font-size: 15pt;
	}
	
	.times_middel {
		font-family: "Times New Roman";
		font-size: 24pt;
	}
	
	.times_groot {
		font-family: "Times New Roman";
		font-size: 40pt;
	}
	
	.trebuchet_klein {
		font-family: Trebuchet;
		font-size: 15pt;
	}
	
	.trebuchet_middel {
		font-family: Trebuchet;
		font-size: 24pt;
	}
	
	.trebuchet_groot {
		font-family: Trebuchet;
		font-size: 40pt;
	}
	
	.verdana_klein {
		font-family: Verdana;
		font-size: 15pt;
	}
	
	.verdana_middel {
		font-family: Verdana;
		font-size: 24pt;
	}
	
	.verdana_groot {
		font-family: Verdana;
		font-size: 40pt;
	}
	
	a.Link_bruin {
		color: #7c4b07;
		text-decoration: underline;
	}
	
	a.Link_bruin_pijl {
		background-image: url('../images/arrows/brown_r.gif');
		background-repeat: no-repeat;
		background-position: 0px 50%;
		padding-left: 15px;
		color: #7c4b07;
		text-decoration: underline;
	}
	
	a.Link_blauw {
		color: #61a4d2;
		text-decoration: underline;
	}
	
