@media screen { 

body {margin: 0px; padding: 0px; overflow-x: hidden}

body, td, input, textarea, select {
	font-family: Verdana, Univers, Helvetica, Arial, sans-serif;
	font-size: 8pt;
	color: #214D6E;
}

h1, h2, h3, h4 {
	font-weight: bold;
	margin-top: 3px;
	margin-bottom: 8px
}

h1 {font-size: 18pt;line-height: 20pt}
h2 {font-size: 14pt;line-height: 16pt}
h3 {font-size: 12pt;line-height: 14pt}
h4 {font-size: 10pt;line-height: 12pt}

p {margin-top: 0px; margin-bottom: 15px}

a {color: #2E6B99; text-decoration: none}
a:hover {color: #f00; text-decoration: underline}

#frameH {
	position:absolute;
	top:69px;
	left:304px;
	font-size:7pt
}
#frameB {padding: 0px 10px 0px 20px}
#frameC {padding: 0px 10px 0px 20px}
#frameR{
	position:absolute;
	top:74px;
	left:691px
}

#hoofdmenu a {
	width: 64px;
	display:block;
	margin-top: 8px;
	color: #fff;
	text-align: center;
	float:left; 
}

.menu td {padding: 0px 6px 5px 0px}
.menu {padding: 6px 6px 5px 0px}

.cmsDoc {
	margin-top: 15px;
	padding: 14px 14px 1px 14px;
	background: #fff;
	line-height: 150%;
	color: #2A628C
}

.cmsDoc a {color: #17354D}

}

@media print	{
.content	{widows: 3; orphans: 2;}
.noprint	{display: none; page-break-after: avoid;}
.table		{page-break-inside: avoid; background-color: #C0C0C0;}

body,td,a	{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 10pt;
	color: #000000;
	background-color: #ffffff;
	margin: 1cm 0cm 0cm 0cm   /*Top Right Bottom Left*/
	}
}


