/*Print style sheet*/

/*Stuff to hide*/
#searchDescription, #search, #mainMenu, .hide, #breadcrumbs, #productBlock, #whyNews, #tools, #language, #footer, hr, .more, #navigationContainer  {
	display: none;
}

.printOnly {
	padding-left: 10px;
}

a {
	text-decoration: none;
	color: Black;
}

#contact a {
	font-weight: bold;
}

body {
	font-size: 12pt;
	line-height: 18pt;
	
}

/*Devedit print elements*/

.highlight {
	font-weight: bold;
}

.majorHeading {
	font-size: 15pt;
	display: block;
	font-weight: bold;
}

.heading {
	font-size: 14pt;
	display: block;
	font-weight: bold;
}

.minorHeading {
	font-size: 13pt;
	display: block;
	font-weight: bold;
}

.quote {
	font-size: 14pt;
	font-style: italic;
	display: block;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	width: 50%;
	float: left;
}