/* $Id: print.css,v 1.1 2008/01/26 21:30:28 oliver Exp $ */

body {
  font-family: sans-serif;
}

h1, h2, h3, h4, h5, h6, h7 {
  font-family: Georgia, serif;
}

#nav, #side_nav, #header .homelink, #news, #teaser, #footer ul {
  display: none;
}

.morelink {
  float: right;
}

.hide {
  display: none;
}

.chapterbar {
  font-weight: bold;
}

#accessibility ul li {
  display: none;
}

#accessibility ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

#accessibility ul li.first {
  display: block;
  border-bottom: 1pt solid Black;
}

#footer {
  border-top: 1pt solid Black;
}

#footer p {
  margin: 0px;
}

.image {
  border-bottom: 1pt solid Black;
  padding-bottom: 6pt;
  margin-bottom: 10pt;
}

.image p {
  font-size: small;
  margin-top: 2pt;
  margin-bottom: 0pt;
}

img {
  margin: 4pt;
  border: none;
}

.intro {
  margin-bottom: 10pt;
}