  * {
    visibility:hidden;
	margin: auto;
  }
	#nav, #header, #navShadow, #box, #container, #footer * {
	display: none;
	}
	
	body, p, td, th, ul, a {
	color: #000;
	font-family: "Times New Roman", Garamond, serif;
	font-size: 12pt;
	}
	
	#content * {
    visibility: visible;
	margin: 0;
	padding: 0;
    width: 91%;
	float: none;
	border: none;
	size: auto;
	word-wrap: break-word;
  }
  
  .donotprint {
  display: none;
  }
  
	* img {
    height: 0;
    width: 0;
    position: absolute;
  }