/*  print style sheet for center content, header parts and footer parts  */

html, body	{
	background: none!important;
	background-color: #fff;
	color: #333!important;
	min-height: 99%;
	border-bottom: none!important;
	font-size: 1.2em;
	}
.container, .content.sub, .header, .footer{
	width: 100%!important;
	}
.header img.logo, .header .tool-links, .leftSide, .rightSide, .social, .links, .partners, .noprint
	{display: none;}
	
.copyright	{
	text-align: center;
	width: 100%;
	border-top: 2px solid #971c2c;
	padding: 5px 0;
	font-size: 1.2em!important;
	}
h1	{
	font-size: 1.6em!important;
	}
h2, h3	{
	font-weight: 800;
	text-shadow: none!important;
	}