/* print.css */

body {
  background-color: #ffffff;
  margin: 10px;
  font-size: 11pt;
}

body, h1, h2, h3, h4, h5, h6, p, td, th, div, li, dt, dd, small, ol.faq li {
  color: #000000;
  font-family: arial, verdana, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  border-color: #000000;
}

a:link, a:visited, a:hover, a:focus, a:active {
  color: #000000;
  text-decoration: underline;
}

.print {
  display: block;
}

#header {
  text-align: right;
  margin: 0px 0px 10px 0px;
  border-bottom: 1px solid #000000;
  background-color: #ffffff;
  font-size: 80%;
  padding: 0px;
}

#header h1 {
  display: inline;
  float: left;
  color: #000000;
  width: auto;
  height: auto;
  text-align: left;
}

#header h1 a img {
  margin-bottom: 0px;
}

#header p {
  float: left;
  width: auto;
  height: auto;
  display: inline;
  text-align: left;
  margin: 20px 0px 0px 130px;
  font-size: 11px;
  font-variant: small-caps;
}

#header h1 a {
  display: inline;
  color: #000000;
  width: auto;
  height: auto;
}

#header h1 a span, #header h1 a, #header h1 a img {
  display: inline;
}

#header h2, #leftColumn, #accountAccess, #sidebar, .navigation, #subnavigation, .topLink, .noprint {
  display: none;
}

#layout, #rightColumn, #content {
  background-color: transparent;
  color: #000000;
  width: auto;
  height: auto;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  text-align: left;
}

ol {
  list-style-image: none;
}

ul {
  list-style-image: url(/images/bullet_000000.gif);
}

img {
  filter: gray;
}


#content, #content.contentHome {
  margin: 0px;
}

.divAlignLeft, .divAlignCenter, .divAlignRight {
  background-color: transparent;
}

.divAlignCenter {
  width: auto;
  display: block;
  text-align: center;
}

.divAlignLeft img, .divAlignCenter img, .divAlignRight img {
  border: 0px;
}

.divAlignLeft {
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
}

.divAlignRight {
  border-left: 1px solid #000000;
  border-bottom: 1px solid #000000;
}

.data {
  width: auto;
}

fieldset {
  border-color: #000000;
  text-align: left;
  padding: 5px;
}

#footnote {
  font-size: 80%;
  border-top: 1px solid #000000;
}

#footnote h6 {
  margin: 0px;
}

#footnote ol {
  margin-top: 0px;
  margin-bottom: 0px;
}

#footer {
  font-size: 80%;
  width: auto;
  border-top: 1px solid #000000;
  margin-top: 20px;
  padding: 20px 0px;
}

#footer, #footer a:link, #footer a:visited, #footer a:hover, #footer a:focus, #footer a:active {
  background-color: transparent;
  color: #000000;
}

