body * {
	color: black !important;
	background: white !important;
	}

#header, #menuContainer, #topknop { display: none; }

#printheader {
	display: block;
	visibility: visible;
	margin-bottom: 20px;
	padding-bottom: 30px;
	border-bottom: 1px solid black;
	}
#printheader img {
	float: left;
	top: 0;
	left: 0;
	}
#printheader #headerPrintTxt {
	top: 0;
	right: 0;
	text-align: right;
	}
#printheader h1 {
	font-size: 20pt;
	}
#printheader h2 {
	font-size: 12pt;
	}
#printheader h1#deDrie {
	font-size: 13pt;
	}

#txtWrapper {
	width: 100%;
	}

#content h2 {
	font-size: 12pt !important;
	}

#txtContainer { margin-left: 0; }

#imgBlock {	
	margin: 20px auto 10px auto;
	}

.bgNonTrans {
	border: none;
	}


p, li {font-family: "Trebuchet MS", arial, sans-serif; font-size: 11pt !important; }

.pageBreakBefore {
	page-break-before: always;
	}
.noPageBreakBefore {
	page-break-before: avoid;
	}
.pageBreakAuto {
	page-break-before: auto;
	}
.noPageBreakInside {
	page-break-inside: avoid;
	}
