/* $Id: print.css 346 2005-07-10 14:10:28Z st $ */

body {
  color: #000;
  background-color: #FFF;
}

a {
  color: #000;
}

img {
  border: none;
}

small {
  font-size: 10pt;
}

#header {
  height: 55px;
  position: relative;
}

#logo {
  padding: 5px 0 0 5px;
}

#logo img {
  visibility: hidden;
}

#logo a {
  background: url(/img/logo_print.png) no-repeat;
}

#slogan {
  position: absolute;
  top: 10px;
  right: 0;
  margin-left: 172px;
  font: 10pt Times New Roman, Roman, serif;
  text-align: right;
}

#bc, #nav, #rcol, #navrel, #linktop, .noprint {
  display: none;
}

#content div.text {
  font: 12pt Times New Roman, Roman, serif;
}

#content .header h1 {
  font: bold italic 131% Palatino Linotype, Times New Roman, Roman, serif;
}

#content h2 {
  font: bold 131% Palatino Linotype, Times New Roman, Roman, serif;
  text-align: center;
}

#content h3 {
  font: bold 100% Palatino Linotype, Times New Roman, Roman, serif;
  text-align: center;
}

#lcol, #footer {
  font: 9pt Arial, Helvetica, sans-serif;
}

.printfooter {
  border-top: solid 1px black;
  display: block ! important;
}


