/* copyright 2004-2005 by csant --- */
/* this is the main css file ------ */
* {
  float: none !important;
  position: relative !important;
  background-image: none !important;
  border-color:#333 !important;
} 
html, body *, ::before, ::after {
  color: #111 !important;
  background-color: #fff !important;
}
body {
  padding: 0px;
  font-size: 119.5%;
  line-height: 1.5em;
  font-family:Verdana,Sans-Serif;
}
.slide {
  page-break-after: always;
  padding:0.5 0.5em 0;
}
h1 {
  font-size:130%;
  width:99%;
  padding-right:0 !important;
}
h2 {
  _width:99%;
  _padding-right:0;
}
h2, h3, dt, li:first-child {
  page-break-after: avoid;
}
h2::before {
  content: "" !important;
}
h2 {
  border-bottom:3px double #111;
  padding-bottom: 1.5em;
  text-align:right;
}
h3 {
  border-bottom:1px solid #111;
  padding-bottom: 1em;
}
p {
  orphans: 1;
  widows: 1;
}
blockquote {
  font-style: italic;
}
#vertgraph, #vertgraph2, #vertgraph3, dl, img, #download, .bullet, .noprint, form, #footer, .clear {
  display:none !important;
}
.graph {
  _margin-bottom:3em;
} 
#toclist, .counter {
  display:none !important;
}
ol, ol ul, ol li, ol ul li, ol ul li ul, ol ul li ul li  {
  border-width:0 !important;
}
ol, .nomarker, .nomarker {
  list-style-type: none;
}
.subdl {
  margin:-1.3em 0 3em;
}
.subdl ul li {
  list-style-type: square;
  list-style-position:inside;
  padding-left:1.5em;
}
thead th, thead td, th {
  font-size:17px;
  font-weight:normal;
  text-align:center;
} 
tbody tr td {
  text-align:left;
  text-indent:1em;
}
caption {
  visibility:hidden;
}

@media handheld {
* {padding:0;background:#f7f7f7}
body {padding:3px;font:normal 11px sans-serif;line-height:130%;color:#000}
body {margin:0 auto;max-width:240px;}
.slide {page-break-after:avoid;padding:0.5 0.5em 0;}
h1{line-height:1.5em}
h2 {border:1px solid #111;padding:0.5em 0.5em 1em 0.5em;}
th, td, tbody tr td {font-size:11px;text-indent:0;text-align:center}
}