html {
	margin: 70mm;
	padding: 0px;
}

p, td {
	font-size: 10pt;	
}

body {
   background: #FFF;
   font-size: 12pt;
   font-family: Arial, Helvetica, sans-serif;
}
   
#footer {
   display: none;
}
   
#banner {
   display: none;
}

#footer {
	display:none;
}

.navigation {
	display: none;
}

#printbutton {
	display: none;
}

#top img {
	display: none;
}

#top #intcontent table img {
	display: block;
}

#left-side {
	display: none;
}

/*
#intcontent {
   margin: 0% 0%;
   padding: 0;
   border-top: 0px;
   border-bottom: 0px;   
   border-left: 0px;
   border-right: 0px;	  
   float: none !important;
   color: black;
   background: transparent none;   
}*/

@media print {
  html {
  background-color: white !important;
  background-image: none !important;
  width: 98% !important;	
  }
}