@charset "UTF-8";
/*Print style sheet by Mobius New Media*/
body {
	background: white;
	font-size: 7pt;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
img {
	border: none;
}
#printBox, #headergraphic, #leftsidebar, #printBox2, #not {/* will not print*/
	display: none;
}
#print, #rightbody, #bottombar  {/*put all your content divs that your want to print here to clear all div widths, paddings, margins, floats, colors, and backgrounds*/
	display: block;
	width: auto;
	margin: 0;
	padding: 0;
	border: 0;
	float: none;
	color: black;
	background: transparent none;
}
a:link, a:visited {/*style for text links*/
	color: #600;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}
