@charset "utf-8";
/* CSS Document */

.titel_01_rood {	font-family: "century gothic", verdana, arial;	font-size: 22px;	color: #cc0033;}
.subtitel_01_grijs {	font-family: "century gothic", verdana, arial;	font-size: 16px;	color: #999999;}
.subtitel_02_rood {
	font-family: "century gothic", verdana, arial;
	font-size: 16px;
	color: #cc0033;}

.tekst_donker {	color: #666666;}
.tekst_rood { color: #cc0033;}
.tekst_bold {	font-weight: bold;}
.tekst_quote {
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
}
.tekst_klein_rood {	font-size: 9px;	color: #cc0033;}
.tekst_klein_grijs{	font-size: 9px;	color: #999999;}

.lijn_roze{
	height: 25px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #DDDDDD;
}
.lijn_grijs{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}

