body {
  min-width: 1000px;
  background: white;
  margin: 0;
  padding: 0;
  font-family: arial, helvetica, sans-serif;
  font-size: 16px;
}

img {
  border: none;
}

#header {
  width: auto;
}

#header td {
  background: #404040;
  color: white;
}

#menu {
  width: 180px;
  float: left;
}

#menu td#button {
  background: white;
  border: medium solid #404040;
}

#menu a#button {
  color: #404040;
  font-weight: bolder;
  font-size: 11pt;
  text-decoration: none;
}

#content {
  width: auto;
  margin-left: 180px;
  margin-right: 180px;
  padding: 20px 40px 0 40px;
}

#adsdisclaimer {
  width: auto;
  margin-left: 180px;
  margin-right: 180px;
  padding: 10px 40px 0 40px;
  font-size: 8pt;
  color: gray
}

#adsright {
  width: 180px;
  float: right;
  padding-top: 20px;
}

#adsspacer {
  height: 20px;
}

#adsbottom {
  width: auto;
  margin-left: 180px;
  margin-right: 180px;
  padding-top: 30px;
  padding-bottom: 20px;
  text-align: center;
}

h1 {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin: 0;
  padding: 20px 0 20px 0;
}

h2 {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  padding: 16px 0 16px 0;
}

p {
  text-align: justify;
  margin: 0;
  padding: 0 0 16px 0;
}

li {
  text-align: justify;
  padding-bottom: 11px;
}

.noskip {
  padding-bottom: 0;
}

.centered {
  text-align: center;
}

.rightaligned {
  text-align: right;
}

.footnote {
  font-size: 12px;
  padding: 0;
}

.hint {
  font-size: 12px;
}

.label {
  font-size: 12px;
  text-align: center;
}

.medskip {
  padding-bottom: 11px
}

.red {
  color: red;
}

.ttfont {
  font-family: "courier new", courier, monospace;
}

.scaps {
  font-variant: small-caps;
}

.warning {
  color: red;
  font-weight: bold;
  text-align: center;
}

.supporters {
  font-size: 12px;
  text-align: center;
  padding-bottom: 4px
}


@media print {

  #header, #menu, #adsright, #adsbottom, #adsspacer, #adsdisclaimer, .dont_print {
    display: none;
  }

  body {
    background: none;
    font-size: 12pt;
  }

  a:link, a:visited, a:hover {
    color: black;
    text-decoration: none;
  }

  #content {
    position: static;
    float: none;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
  }

  h1 {
    font-size: 24pt;
    padding-top: 14pt;
    padding-bottom: 14pt;
  }

  h2 {
    font-size: 12pt;
    padding-top: 12pt;
    padding-bottom: 12pt;
  }

  p {
    padding-bottom: 12pt;
  }

  li {
    padding-bottom: 8pt;
  }

  .footnote {
    font-size: 9pt;
  }

  .hint {
    font-size: 9pt;
  }

  .label {
    font-size: 9pt;
  }

  .medskip {
    padding-bottom: 8pt
  }

}
