/* Print StyleSheet v1 */

#logo, #leftline, #topline, #footer, #menu, #inner, #upper, .clean  { 
	background: transparent; 
	margin:0; 
	padding:0; 
	width: 0px; 
	height: 0px; 
	padding-left: 0px;
	margin-right: 0px;
	padding-top: 0px; 
	
	}
#footer, #title, #menu, img { display: none; }

#content { padding-top: 0px; border-bottom: none; float:none;}
body {
  margin: 0;
  padding: 0;
  background: transparent;
}

a, a:visited, a:hover, a:visited:hover {
  color: #04667e;
  background: transparent;
  text-decoration: none;
}