/* CSS for Print */

/* Global */
body {
	font-family: Arial, sans-serif;
	font-size: 10pt;
	color: #000000;
	background-color: #ffffff;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, sans-serif;
	font-size: 14pt;
	color: #000000;
	page-break-after: avoid;
}
h2 {
	font-size: 12pt;
}
h3, h4, h5, h6 {
	font-size: 10pt;
}
ul, ol {
	page-break-inside: avoid;
}
img {
	page-break-inside: avoid;
}
/* Links */
a, a:hover {
	color: #000000;
	text-decoration: none;
}
/* Wrapper */
#wrapper {
	margin: 0;
	padding: 0;
	width: auto;
}
/* Framebox */
#framebox {
	width: auto;
	border: 0;
}
/* Contentbox */
#contentbox {
	margin: 0;
	padding: 0;
	border-bottom: 0;
}
#floatcontentleft, #floatcontentright, #content {
	float: none;
	width: auto;
	line-height: normal;
}
/* Articles */
.floatarticle {
	float: none;
}
.floatarticle > div {
	padding: 0;
}
/* Button */
#contentbox a.button, input.button,
#contentbox a.button:hover, input.button:hover {
	font-size: 10pt;
	text-transform: none;
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #000000;
}
/* Display None */
#topline, #navbar, #header, #slides, #breadcrumb, .zp-form, #sidebar, #banner, #afterfooter, #footer {
	display: none;
}
@page {
	margin: 2cm;
}