
/* Hampson Industries Print Styles                                  */
/************************************************************/
/* All that prints is the table (content):                  */
/* and the main table on every page - here forced to 16cm   */


  
  
 #leftnav, #divHeader, #disclaim, #divMain img#topimage, #divHomeCol1, #divContentBottom, #divFooter, #bottomnav, div.hrTop {
  display: none;

  }
  
body #divContent, body #divmain
    {

       border:0;
  
}
  
body #divBody, body #divBody2
  {
      	padding: 0px 0px 0px 0px;
      	margin:0px 0px 0px 0px;
      	width:640px;
      	border:0;

}
  
body #divHomeCol2
{
    	padding: 0px 0px 0px 0px;
    	width: 640px;
    	margin:0px 0px 0px 0px;
}

body table
{
 	border:1px solid #000;
 	width:100%;
 	margin:0px 0px 15px 0px;
}

body table caption
{
 	font-size:150%;
 	text-align:left;
}

body table td, body table th 
{
 	border:1px solid #666;
 	padding:3px;
 	margin:4px;
 	text-align:left;
}
  
