

/* @page { size: auto; margin: 6%; } */

@media print {
  body {
    font-weight: 400;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-align: left;
    text-transform: none;
    font-size-adjust: .58;
    font-stretch: normal;
    font-size: 10pt;
    line-height: 1.2;
  }
  p, h1, h2, h3, h4, h5, h6, table, tr, th, td, ul, ol, li, dl, dt, dd {
    font-family: Verdana, Arial, Helvetica, sans-serif;
  }
  ol, ul {
    page-break-before: avoid;
    page-break-after: avoid;
    orphans: 2;
    widows: 2;
  }
  p, dd, li {
    page-break-inside: avoid;
    orphans: 2;
    widows: 2;
  }
  blockquote, blockquote p, blockquote > p, blockquote * p {
    font-family: Georgia, "Times New Roman", Times, serif;
  }
  p, li, td, ul, ol, dl {
    font-weight: 400;
    font-size: 95%;
  }
  h1, h2, h3, h4, h5, h6, dt {
    page-break-after: avoid;
    page-break-inside: avoid;
    orphans: 2;
    widows: 2;
  }
  h1 {
    font-weight: 800;
    font-size: 160%;
    line-height: 180%;
  }
  h2 {
    font-weight: 700;
    font-size: 145%;
    line-height: 153%;
  }
  h3 {
    font-weight: 600;
    font-size: 125%;
    line-height: 130%; 
  }
  h4 {
    font-weight: 600;
    font-size: 110%;
    line-height: 112%;
    font-style: italic; 
  }
  strong, b {
    font-weight: 700;
  }
  em, i {
    font-style: italic;
  }
  big {
    font-size: larger;
  }
  small {
    font-size: 80%;
  }
  .left {
    text-align: left;
  }
  .right {
    text-align: right;
  }
  .center {
    text-align: center;
  }
  .justify {
    text-align: justify;
  }
  .h4x {
    font-weight: 600;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 110%;
    line-height: 110%;
    font-style: italic; 
  }
  .mast {
    font-weight: 500;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: large;
  }

  :link, :visited, :hover, :active {
    color: #000000;
    text-decoration: none;
  }
  .Col1Content {
    padding: 10px;
  }

}


					
