/*

	Stylesheet for Print Power

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

*/

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

div {
	background-color: white !important;
}

/* place the divs and elements you want to hide here */
#subnavigation, #navigation, #footer, #language, #breadcrumb, #searchForm, #countries, #blogForm, #logo, #newsSidebar, .meta, .metaSecondary  {
	display: none;
}

body {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 9pt;
	line-height: 1.4;
	background: #FFF;
	border: none;
}

#printHeader {
	border-bottom: 1px solid #b20007;
	padding: 0 0 24px;
	margin: 0 0 24px;
}

	#printHeader p {
		float: right;
	}
	
#printFooter {
	border-top: 1px solid #b20007;
	font-style: italic;
	text-align: right;
	margin: 24px 0 0;
	padding: 24px 0 0;
}

	#printFooter p {
		color: #b20007;
	}

p {
	padding: 0 0 20px 0;
	margin: 0;
}

ul, ol {
	padding: 0 0 20px 30px;
	margin: 0;
}

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

h1 {
	font-size: 20pt;
	padding: 0 0 10px 0;
	margin: 0;
}

h2 {
	font-size: 16pt;
	padding: 0 0 8px 0;
	margin: 0;
}

h3 {
	font-size: 14pt;
	padding: 0 0 6px 0;
	margin: 0;
}

h4 {
	font-size: 12pt;
	padding: 0 0 6px 0;
	margin: 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;
	background: #D9D9D9;
	color: #000;
}

fieldset {
	padding: 12px;
	margin: 0 0 12px;
}
