body {
  color: #000000;
  background: #ffffff;
  font-family: "Times New Roman", Times, serif;
  font-size: 12pt;
}
a {
  text-decoration: none;
  color: #000000;
}
pre {
  white-space: -moz-pre-wrap; /* Mozilla */
  white-space: -pre-wrap;     /* Opera 4-6 */
  white-space: -o-pre-wrap;   /* Opera 7 */
  word-wrap: break-word;      /* IE */
}
.topLinks,.logoImage {
  display: none;
}
html>body code {
  font-size: 10pt;
}
.innertable {
  border-collapse: collapse;
}
.innertable td,th {
  border: 1px solid #000000;
  padding-left: 5px;
  padding-right: 5px;
}
