	body {
		background-color: #fff;
		text-align: left;
	}

	.menu {
		display: none;
	}
	
	.left {
		display: none;
	}
	
	.foto {
		display: none;
	}
	
	.printpage {
		display: none;
		visibility: hidden;
	}
	
	.footer {
		background: transparent;
		width: auto;
	}
	
   .footer .disclaimer {
      background: transparent none;
      width: auto;
      color: #000;
      margin: 0;
      padding:0;
   }
   
   .box {
      background: transparent none;
      width: auto;
      margin: 0;
      text-align: left;
   }
   
   .box .box_top {
      display: none;
   }
   .box .box_top .box_right {
      display: none;
   }
   .box .box_content {
      margin:0;
      width: auto;
      clear: both;
   }
   .box .box_bottom {
      display: none;
   }
   .box .box_bottom .box_right {
      display: none;
   }
   
   .content {
   	width: auto;
   	clear: both;
    float: none;
	color: #000;
   }
   
   .printheader {
   		display: block;
   		border-bottom: 1px solid #888;
   }
   
   .printheader img {
   		float: left;
   		padding-bottom: 30px;
   }
   
   .printheader .payoff {
      text-align: left;
      padding: 40px 0px 0px 20px;
      line-height:20px;
      float: left;
      display: block;
      width: 120px;
   }
   
   .printheader .address {
   	display: block;
   	float: right;

   }

   .printheader .address1, .printheader .address2 {
      display: block;
      float: left;
      padding-left: 10px;
      padding-top: 40px;
   }