/* Greenworks - Print stylesheet */

/* Add all divs that need hiding on this line: */

#header, #midcol, #stickyfooter {display: none;}

#leftcol {width: 100%;}

* {color: #000 !important;}

* div {
	float: none;
	display: block;
	text-align: left;
}


/* Add all divs that lead to the (and including) #content div: */

#content {
	width: 100%;
	border: none;
	float: none;
	margin: 0;
	padding: 0;
	overflow: visible;
}

body {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #000 !important;
	background-color: #fff; 
	text-align: left;
	padding: 0;
	margin: 0;
}

a, a:link {text-decoration: underline; font-weight: bold !important; font-family: "Times New Roman", Times, serif !important;}

img {display: none;}