/* 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, .divAlignLeft h6, .divAlignRight h6, blockquote cite {
  color: #000000;
  font-family: georgia, times new roman, serif;
}

h1, h2, h3, h4, h5, h6 {
  border-color: #000000;
}

a:link, a:visited, a:hover, a:focus, a:active, .divAlignLeft a:link, .divAlignLeft a:visited, .divAlignLeft a:hover, .divAlignLeft a:focus, .divAlignLeft a:active, .divAlignRight a:link, .divAlignRight a:visited, .divAlignRight a:hover, .divAlignRight a:focus, .divAlignRight a:active {
  color: #000000;
  text-decoration: underline;
}

.print {
  display: block;
}

#header {
  text-align: right;
  margin: 0 0 10px 0;
  background-color: #ffffff;
	background-image: none;
  font-size: 80%;
  padding: 0;
}

#header a {
  width: auto;
  height: auto;
}

#header h1#logo, #navigation {
	display: none;
}

#header h1#logo-print {
  width: auto;
  height: 110px;
  border-bottom: 1px solid #000000;
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  text-align: center;
}

#header h1#logo-print a {
  display: block;
  color: #000000;
  width: auto;
  height: auto;
}

#header h1#logo-print a img {
  display: block;
	margin: 0 auto;
}

#dlLeft, #dlRight {
  float: left;
  display: inline;
  width: 250px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

#dlLeft dt, #dlRight dt {
  float: left;
  text-align: right;
  clear: left;
  width: 147px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  font-weight: bold;
}

#dlLeft dd, #dlRight dd {
  float: right;
  text-align: left;
  clear: right;
  width: 280px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

#dlLeft dt, #dlRight dt {
  width: 90px;
}

#dlLeft dd, #dlRight dd {
  width: 150px;
}

#header h6, #navigation, .topLink, .noprint {
  display: none;
}

#layout, #content {
  clear: left;
  background-color: transparent;
  color: #000000;
  width: auto;
  height: auto;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  text-align: left;
  border-width: 0;
}

ol, ul {
  list-style-image: none;
}

img {
  filter: gray;
}

#content {
  margin: 0;
}

#contentHome {
  margin: 0;
}

.divAlignLeft, .divAlignCenter, .divAlignRight {
  background-color: transparent;
}

.divAlignCenter {
  width: auto;
  display: block;
  text-align: center;
}

.divAlignLeft img, .divAlignCenter img, .divAlignRight img {
  border: 0;
}

.divAlignLeft {
  border-right: 1px solid #000000;
}

.divAlignCenter {
  border-bottom: 1px solid #000000;
}

.divAlignRight {
  border-left: 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: 0;
}

#footnote ol {
  margin-top: 0;
  margin-bottom: 0;
}

#footer {
  font-size: 80%;
  width: auto;
  border-top: 1px solid #000000;
  margin-top: 20px;
  padding: 20px 0;
}

#footer, #footer a:link, #footer a:visited, #footer a:hover, #footer a:focus, #footer a:active {
  background-color: transparent;
  color: #000000;
}

#footer #copyright, #footer #powered, #footer #legal, #footer #address {
  float: none;
  width: auto;
  text-align: left;
}

