/* $Id: print.css 334 2005-05-29 15:43:23Z st $ */

body {
  color: #000;
  background-color: #FFF;
  font: 12pt Times New Roman, Times, serif;
}

a {
  color: #000;
}

a:visited {
  color: #000;
}

a img {
  border: 0px;
}

h1 a, h2 a, h3 a, h4 a {
  text-decoration: none;
}

.noprint, .links {
  display: none;
}

#footer {
  border-top: 1px solid #000;
  padding-top: 0.5em;
  text-align: center;
}

acronym {
  border-bottom: none;
}

#article {
  font-family: Times New Roman, Times, serif;
}

#article .citation, #article q, #article table {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11pt;
}

h1, h2, h3, h4,
#article h1, #article h2, #article h3, #article h4 {
  font-family: Arial, Helvetica, sans-serif;
  margin: 1em 0 0.5em;
}

h1 {
  font-size: 16pt;
  margin: 1.5em 0 2em;
}

#article h1 {
  margin: 1.5em 0 2em;
}

h2 {
  font-size: 14pt;
}

h3 {
  font-size: 12pt;
}

h4 {
  font-size: 11pt;
}

sup.fn a, sup.fn a:visited {
  color: #000000;
}


