@charset "UTF-8";
@media print
{
  #nav-first, #nav-main, #nav-sub1, #footer, .hideme, .hr, img.jsico { display: none !important; }
  
  body {
    background: #fff !important;
    border: 0;
    color: #000 !important;
    font-family: "DINPro-Regular", Arial, Helvetica, Sans-Serif;
    font-size: 12pt;
    line-height: 140%;
    margin: 28px 38px;
    padding: 0;
    text-align: left !important;
    width: auto !important;
  }
  html > body { margin: 28px 58px; }

  #header { border-bottom: 1px #000 dotted; margin: 0 0 10pt 0; padding: 0 0 10pt 0; }
  #header h1 { margin: 0; padding: 0; text-align: left; }
  
  h3 { border-bottom: 1px #000 dotted; font-weight: normal; font-size: 14pt; margin: 25pt 0 10pt 0; padding: 0 0 2pt 0; text-transform: uppercase; }
  h4 { font-size: 13pt; margin: 20pt 0 0 0; padding: 0 !important; }

  p, dl, table { margin: 10pt 0; }
  ul, ol { margin: 10pt 0 0 15pt; padding: 0; }
  ul li, ol li { margin: 0 0 2pt 0; padding: 0; }
  dt { font-weight: bold; }
  dd { margin: 0 0 10pt 0; }

  a { color: #000 !important; text-decoration: none !important; }
  a img { border: 0; }
  acronym, abbr { border-bottom: none !important; cursor: default !important; }
  h1 a { color: #000 !important; }
  h1 a, h3 a, h4 a { text-decoration: none; }

  #col3_content table { border-top: 1pt #888 solid !important; border-collapse: collapse; }
  #col3_content table th, #col3_content table td { border-bottom: 1pt #888 solid !important; font-size: .9em; padding: .2em .4em; }
  
  fieldset { border: 0; display: block; margin: 28px 0; padding: 0; }
  legend { color: #000; font-size: 14pt; font-weight: bold; margin: 0 0 7pt -10px !important; }
  label { display: block; font-size: 10pt; font-weight: bold; padding-top: 14pt; }
  input, select, textarea {
    border: 0;
    display: block;
    font-family: "DINPro-Regular", Arial, Helvetica, Sans-Serif;
    font-size: 10pt;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 14pt;
    padding-top: 7pt;
    width: 450px;
  }
  input { border-bottom: 1px solid #000; }
  input[type=hidden] { display: none !important; }
  input.submit { display: none; }
  textarea { border-bottom: 1px solid #000; height: 50pt; }
  .type-check { background: transparent; margin: 2em 0; padding: 0; }
  .type-check label, .type-check input { display: inline; }
  .type-check label { font-weight: normal; margin-left: 1em; }
  .type-check input { border: 0; margin-left: .2em; min-width: 1em; max-width: 1em; width: auto; }
  
  /* Content */
  .float-left { border-top: 1px #e6e6e6 solid; border-bottom: 1px #e6e6e6 solid; float: left; display: inline; margin: .8em 1em 0.15em 0; padding: 5px 0; }
  .float-right { border-top: 1px #e6e6e6 solid; border-bottom: 1px #e6e6e6 solid; float: right; display: inline; margin: .8em 0 0.15em 1em; padding: 5px 0; }
  .float-left p, .float-right p { color: #666; font-size: .9em; margin: 0; padding: .2em .5em !important; }
  
}