/*==============================================================================

	This website/webapplication is developed by:
	Occhio BV
	http://www.occhio.nl/
	info@occhio.nl
	+31 (0)20 320 78 70

==============================================================================*/

/* ============================================================================= 
	STYLES FOR PRINT-CONTENT 
============================================================================= */

body * {	
	border: 0;
	color: #000000;
	background : #ffffff;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;  /* IE bugs on the verdana font*/
	font-size: 10pt;
	line-height: 12pt;
}

body,
input,
textarea,
select
{
	font-family: "Times New Roman", Times, serif;
}

a.skipmenu {
	display: none;
}

.clear {
	clear: both;
}

h1 {	
	font-style: normal;
	font-weight: normal;
	color: #000;
	font-size: 16pt;
	line-height: 16pt;
	margin: 0 0 6pt 0;
}

h2 {
	font-style: normal;
	font-weight: normal;
	color: #000;
	font-size: 14pt;
	line-height: 14pt;
	margin: 0 0 3pt 0;
}

h3, h4, h5, h6 {
	font-style: normal;
	font-weight: bold;
	color: #000;
	font-size: 12pt;
	line-height: 12pt;
	margin: 0 0 0 0;
}

h4, h5, h6 {
	font-weight: bold;
	font-size: 10pt;
}

a, a:link, a:visited, a:hover {
	color: #000;
	text-decoration: underline;
}

h1, h2, h3, h4,
h5, h6, legend {
    page-break-after: avoid;
}
table tr, ul, ol {
    page-break-inside: avoid;
}


