@media print {
  #header,
  .banner,
  #utilNav,
  #globalNav,
  #sidecol,
  #sidebar,
  #breadcrumbs,
  #pageNav,
  #footerNav,
  #footer span.hide,
  #divide,
  #quickSearch,
  #loginBox,
  a.back,
  #gotoTop,
  #textSizeNav {
    display: none;
  }
  body {
    margin: .6in;
    font-family: 'Open Sans', sans-serif;
    font-size: 90%;
    color: black;
    line-height: 1.8em;
  }
  a,
  a:hover,
  a:link,
  a:visited {
    text-decoration: underline;
  }
  h1,
  h2,
  h3,
  .KOP1,
  .KOP2,
  KOP3,
  .Kop1,
  .Kop2,
  .Kop3 {
    font-family: 'Open Sans', sans-serif;
    color: #666666;
    font-weight: bold;
    text-decoration: none;
    text-transform: none;
    margin: 20px 0 20px 0;
  }
  #h1,
  .KOP1,
  .Kop1 {
    font-size: 150%;
  }
  #h2,
  .KOP2,
  .Kop2 {
    font-size: 120%;
  }
  #h3,
  .KOP3,
  .Kop3 {
    font-size: 100%;
  }
  a {
    color: #666666;
    text-decoration: underline;
  }
  img {
    border: 1px solid #cccccc;
    padding: 4px;
  }
  /* logo */
  
  div#header a#logo {
    display: block!important;
  }
  #logo a {
    text-decoration: none;
  }
  /* address */
  
  #header address {
    font-style: normal;
    font-size: 100%;
    margin: 0 0 50px 0;
  }
  /* table */
  
  table {
    margin-bottom: 20px;
    border-collapse: collapse;
  }
  td,
  th {
    text-align: left;
    vertical-align: top;
    padding: 10px;
    margin: 0px;
  }
  th {
    font-weight: bold;
  }
  /* frm */
  
  #frm th,
  #frm td {
    padding: 0 10px 10px 0;
  }
  /* dl */
  
  dl {
    margin-bottom: 20px;
  }
  dt,
  dd {
    margin: 0px;
  }
  dt {
    font-weight: bold;
    color: #666666;
    margin-bottom: 5px;
  }
  dd {
    margin-bottom: 5px;
  }
  #footer {
    color: #cccccc;
    margin: 20px 0 0 0;
    padding: 20px 0 0 0;
    border-top: 1px solid #cccccc;
  }
  #footer p {
    margin: 0 0 5px 0;
  }
}
