/* Unprintable blocks */
#sitelogo, #menu-container, #main span.counter {
  display: none;
}

/* Common settings */
body {
  color: #000;
  font-family: "Times New Roman", Times, serif;
  font-size: 12pt;
}
h1, h2, h3 {
  font-family: Arial, Helvetica, sans-serif;
}
h1 {
  font-size: 20pt;
}
h2 {
  font-size: 16pt;
}
h3 {
  font-size: 12pt;
}
p#footer {
  font-size: 10pt;
  margin-top: 1em;
  padding-top: 1em;
  border-top: solid 1pt #000;
}
span {
  white-space: nowrap;
}
a {
  color: #000;
  text-decoration: underline;
}
ul {
  list-style-type: square;
}
table {
  border-collapse: collapse;
  margin-bottom: 1em;
  font-size: 8pt;
}
table, th, td {
  border: solid 1pt #000;
}
th, td {
  padding-left: .25em;
  padding-right: .25em;
  text-align: left;
  vertical-align: top;
}
img {
  border: none;
}
img.internal {
  border: solid 1pt #000;
  margin-right: 1em;
  margin-bottom: 1em;
}