/*
For the Print css, use 
display:none
for things like the navbar and top of page link.
Also set various background images to "none" and backgrounds to white.
Change the width of the wrap to 90%?
*/

body {
	margin:0;
	padding:0;
	font-family:"Times New Roman", Times, serif;
	font-size:11pt;
	color:#000;
	background-color:#fff;
	text-align:center;
	}
