/*

	Global print stylesheet for MHG
	Vorst, CAP/SBA

	Media:      print
	Copyright:  Netlash <http://www.netlash.com>
	authors:    Johan Ronsse <johan@netlash.com>

*/

/*
	The following declaration resets every background to white,
	every text color to black */
* {
	background-color: white !important;
	color: #000 !important;
	float: none;
}

/* place the divs and elements you want to hide here */
.accessibility,
#topbar,
#navigation,
#profileBar,
#search,
#news .buttonHolder,
#innerSidebar,
#profile,
#modalCommentTooLong,
#modalCommentFlag,
#modalLoginScreen,
#doormat,
#footer,
#partners,
form,
#subnavigation,
.pagination,
#a2apage_dropdown,
#announcement,
#slideshow,
#eyecatcher,
#mainTopbar,
#followSpinner,
#fanSpinner,
*[class="hidden"] {
	display: none;
}

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 9pt;
	background: #FFF;
	border: none;
	line-height: 1.4;
	width: 75%;
	padding: 0 12%;
}

.breadcrumb {
	font-size: 8pt;
}

p {
	padding: 0 0 4pt 0;
	max-width: 75%;
}

img {
	max-width: 100%;
	margin: 5pt 0;
}

ul, ol {
	padding: 0 0 6pt 12pt;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
	margin: 5pt 0 0 0;
}

h1 {
	font-size: 24pt;
	padding: 16pt 0 16pt 0;
}

	h1 a {
		text-decoration: none;
	}

h2 {
	font-size: 14pt;
	padding: 0 0 7pt 0;
}

h3 {
	font-size: 11pt;
	padding: 0 0 4pt 0;
}

h4 {
	font-size: 9pt;
	padding: 0 0 4pt 0;
}

blockquote {
	padding-left: 2.5cm;
	font-style: italic;
}

table {
	font-family: Arial, sans-serif;
	margin: 0 10px 20px;
	border-top: 1px solid #D9D9D9;
	border-left: 1px solid #D9D9D9;
}

table td, th {
	padding: 5px 10px;
	border-right: 1px solid #D9D9D9;
	border-bottom: 1px solid #D9D9D9;
}

table th {
	font-weight: 700;
	color: #000;
}