body 
{
	width: 17cm;
	background: #FFFFFF;
	font-size: 12pt;
	font-family: Arial, Helvetica, sans-serif;
}

p,
table,
table td
{
	font-size: 12pt;
	font-family: Arial, Helvetica, sans-serif;	
}

h1
{
	font-size: 18pt;
}

h2
{
	font-size: 16pt;
}

h3
{
	font-size: 14pt;
}

h4
{
	font-size: 12pt;
}

.HideForPrint
{
	display: none;	
}

#outerDiv, #innerDiv, #contentDiv, #contentInnerDiv
{
	text-align: left;
	/*width: 100%;*/

}

#contentInnerDiv
{
	position: absolute;
	top: 2cm;
	width: 17cm;
}

#contentLeftTd
{
	clear: right;
	display: block;
}

#contentRightTd
{
	width: 100%;
	clear: left;
	display: block;
	margin-top: 1cm;
}

.EmployeeLeftDiv
{
	width: 100%;
	float: none;
}

.EmployeeRightDiv
{
	width: 100%;
	float: none;
	left: 0;
}

#logoPrintDiv
{
	position: absolute;
	display: block;
	width: 10cm;
	left: 0cm;
}

/* hide some irrelevant elements */

a[href^=javascript] 
{
	display: none;
}

img[src*=OrderIcon]
{
	display: none;
}

a[id$=aOrderLink]
{
	display: none;
}



/* alle harde px op font-size aangepast voor print */

.ArchiveTitle
{
	font-size: 14pt;
	line-height: 24pt;
}

.ArchiveIntro
{
	font-size: 12pt;
}

.LinkRight
{
	font-size: 12pt!important;
}

.IvaPublicationsTitle
{
	font-size: 18pt;
}

.ClientLink, .ClientLink a
{
	font-size: 12pt;
}

.NewsHeader
{
	font-size: 16pt; 
}

.NewsTitle
{
	font-size: 18pt;
}

.newsDayTd
{
	font-size: 32pt;
}

.newsMonthYearTd
{
	font-size: 9pt;
}

.NewsDateSpan
{
	font-size: 12pt;
}

.NewsOutlineSpan
{
	font-size: 12pt;
}

.aLinkLarge
{
	font-size: 12pt;
}

.aLinkLargeNoLink, .aLinkLargeNoLink a
{
	font-size: 12pt;
}

.FilterHeaderDiv
{
	font-size: 16pt;
}

.input, textarea
{
	font-size: 12pt;
}


div.IvaPublicationsDiv td.Pager 
{
	display: none;
}