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;
}

#wrapper_footer {
	display:none;
}

#navigation {
	display: none;
}

#printbutton {
	display: none;
}

#search {
	display: none;
}

#wrapper_col_right
{
	display: none;
}

#inttop_content {
	display: none;
}

#wrapper_col_left {
	display: none;
}

#wrapper_header
{
	display: none;
}

*:first-child+html #inttext {
	margin-top: 0px !important;
}

#inttext {
	margin-top: -200px !important;
	margin-top: 0;
}

.print
{
	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;	
  }
}