html {
	margin: 20mm;
	padding: 0px;
}

p, td {
	font-size: 10pt;	
}

body {
   background: white;
   font-size: 12pt;
   font-family: Arial, Helvetica, sans-serif;
}
   
#nav {
   display: none;
   }
#leftcol {
   display: none;
}
#rightcol {
   display: none;
}
#footnava {
	display:none;
}
#footnavb {
	display:none;
}


#midcol,#dualcol {
   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;   
}

.midrow {
	width: 180mm;
	border: 0;
}

.dualrow {
	width: 180mm;
	border: 0;
}

@media print {
  html {
  background-color: white !important;
  background-image: none !important;
  width: 98% !important;	
  }
}
