/* @override http://127.0.0.1/styles/print.css */

body {
	background: white;
	font-size: 12pt;
	}

.blueback, .noprint{
	display: none;
}


#sidebar{
	display: none;
}

img.logo{
	display: none;
}

a:link, a:visited {
	text-decoration: none;
	color: #000;
}

.stripe{

	background-color:#FFF;
}

/*#DocumentContent{

	left: 10px;
	width: 90%;
	bottom: 10px;
	top: 10px;
	font: 11pt "Times New Roman", Times, Georgia, serif;
}

#mainContent{
	
	background-color: white;
	float: left;
	position: fixed; 
	left: 2px;
	width: 100%;
	height:98%;
	top: 30px;
	overflow: auto;
}*/