@charset "UTF-8";
/* CSS Document */
.style1 {font-size: small}
.style2 {
	font-size: small;
	color: #333333;
}
.style3 {
	color: #FF0000;
	font-size: x-large;
	font-variant: small-caps;
}
.style4 {font-size: x-small}
.style5 {
	font-size: medium;
	color: #000000;
}
.style6 {
	font-size: medium;
	color: #FF0000;
}
.style7 {
	font-size: x-large;
	font-variant: small-caps;
	color: #000000;
}
.afbeelding-rechts {
	float: right;
	margin-bottom: 6px;
	margin-left: 6px;
	margin-top: 6px;
}
.afbeelding-links {
	float: left;
	margin-top: 6px;
	margin-right: 6px;
	margin-bottom: 6px;
}
.afbeelding-horizontaal {
	float: none;
	padding-top: 4px;
	padding-bottom: 4px;
}