body, td
	{ font-family: Arial, sans-serif;
	font-size: 12pt; 
	font-style: normal; 
	color: #000000;
	text-align: justify;
	}

body 	{ margin-left: 15px; 
	margin-right: 15px; 
	background-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
	scrollbar-face-color: #FFFFFF; 
	background-image: url(../layout/achtergrond.jpg);
	background-repeat: repeat-y;
	background-attachment: fixed;
	background-position: top left;
	}

h2 	{ font-size: 13.5pt; font-weight: bold; }
h3 	{ font-size: 12pt; font-weight: bold; }

span.wide  { float: left; width: 95%; }
span.left  { float: left; width: 48%; }
span.right { float: right; width: 52%; }


