/* print css */
body {
  background:none; 
  overflow: visible; 
  }
  #header {
  position:relative; 
  height: 60px;
  background: none;
  }
  #footer {
	display:none
  }
#contents {
  position:relative; 
  top: 0px;
  overflow:visible; 
  background:none;
  }   
table td {
  border-left: 1px solid #CCC;
}
#header h1 {
	color: #333;
	margin-top: 0;
	margin-left: 0;
}   
 table {
	margin-left: 0;
	}
 #header table {
	margin-left: 0;
	margin-top: 0;
}
#header td {
	border-left: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
#topnav {
	display:none; }
p {
	margin-left: 0;}
