@media print {
body {
  font-size: 10pt;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  background: #FFF;
}
a {
  color: #000;
  text-decoration: none;
}
#head {
  border-bottom: double #CCC;
  height: 100px;
}
#head a {
  display: block;
  width: 98px;
  height: 98px;
  overflow: hidden;
  float: left;
}
#head img {
  border: none;
}
#head div {
  float: right;
  width: 300px;
  height: 98px;
}
#head div a {
  display: inline;
  float: none;
  width: auto;
  height: auto;
}
#head .tomap {
  display: none;
}
#menu, #navigator, #sisters {
  display: none;
}

#content {
  clear: both;
}
#content h1 {
  font-size: 14pt;
}
#content h2 {
  font-size: 12pt;
  color: #000;
}
#content h3 {
  font-size: 11px;
}
#content p {
  line-height: 17px;
  text-indent: 20px;
}
#content p * {
  width: 17cm;
}

#content .scheme {
  border: 1px solid #949494;
  margin: 10px auto 10px auto;
}
#content .scheme img {
  margin: 0px;
}
#content .scheme strong {
  display: block;
  text-align: right;
  padding-right: 5px;
  font-size: 90%;
}
#content .scheme p {
  margin: 0px;
  padding: 5px;
  font-size: 90%;
  border-top: 1px dotted #949494;
}

#content table, #content table td, #content table th {
  border: 1px solid #000;
}
#content table {
  border-spacing: 0px;
  margin-bottom: 10px;
}
#content table.expand {
  width: 100%;
}
#content table caption {
  font-size: 100%;
  font-weight: bold;
  text-align: left;
  padding: 0px;
}
#content table tBody td {
  text-align: center;
}
#content table tBody th {
  padding-left: 10px;
  text-align: left;
  vertical-align: top;
}

ul#list {
  margin: 0px;
  padding: 0px;
  width: auto;
}
ul#list li {
  min-height: 160px;
  /* IE hack */
  height: expression('160px');
  margin-bottom: 0.5cm;
}
ul#list img {
  float: left;
  margin: 0.1cm;
}
ul#list p, ul#list h2 {
  margin-left: 170px;
}

#bottom {
  text-align: right;
}
}