﻿/* style ouders in de branding */

body,p,td {
 font-family: Arial;
 font-size: 12px;
 color: black;
}

.kopzwart {
 font-weight: bold;
 font-size: 18px;
 color: #000000;
}

.koprood {
 font-weight: bold;
 font-size: 15px;
 color: #CC0000;
}

a {
 color: #CC0000;
}

#divPrintRel {
	position: relative;
	width: 0px;
	height: 0px;
	border: 0px;
	}

#divPrintAbs {
	position: absolute;
	left: 878px;
	width: 100px;
	border: 0px;
	text-align: right;
	vertical-align: top;
	}
	
#divNoPrint {
	display: none;
	}