@media print{
  body, td, th, p, div, span, form, a{
  font-family: Georgia,Times,serif;
  font-size: 100%;
  color:#000000;
  line-height:130%;
  }
  
  #leftBlock, #rightBlock, .breadcrumb, #footerBlock {
  display:none;
  }
  
  #container {
  width: auto;
  border: 0;
  margin: 0 5%;
  padding: 0;
  float: none !important;
  }
  
  #headerBlock{
  font-family: Arial,Helvetica,sans-serif;
  }
  
  #headerBlock div{
  font-family: Arial,Helvetica,sans-serif;
  font-size:10pt;
  padding-bottom:1em;
  }
  
  #quoteBlock {
  font-size:9pt;
  }
  
  #mainBlock  {
  
  }
  
  a:link, a:visited {
  color: #000;
  background: transparent;
  font-weight: bold;
  text-decoration: underline;
  }
  
  img {
  padding:1em;
  
  }
  
  #content {
  padding-bottom:10px;
  }
}
