/** 
* 
* print css
*
*/
@media print {  
  html,
  body {
    color: black;
    font: normal 9pt/150% Verdana, Helvetica, sans-serif;
    background-color: white !important;
    background-image: none !important
  }
  a {
    color: black;
    background-color: white;
    text-decoration: none
  }
  hr {
    height: 2px;
    background: black;
    margin: 1em 0 0 0
  }
  h1, h2, h3, h4, h5, h6 {
    background-color: transparent;  
    color: black;
    /*margin: 0 0 .5em 0;*/
    /*padding-bottom: .5em;*/
    /*border-bottom:  .1em solid black;*/
    font-weight: bold;
    page-break-after: avoid
  }
  h1 {font-size:18pt} 
  h2 {font-size:16pt} 
  h3 {font-size:12pt}    
  h4 {font-size:12pt}    
  h5 {font-size:10pt}
  p {
  	font-size:10pt
  }   
  form {
    display: none
  }
  code {
    font-family:"Courier New", Courier, mono
  }
  h1, h2, h3 {
    page-break-after: avoid
  }
  a:link:after, a:visited:after { content:" [" attr(href) "] "; }
  abbr[title]:after, 
  acronym[title]:after {
    content:'(' attr(title) ')'
  }
  #head, #menu, #topMain, #footer {
    display: none
  } 
}
