body {
  font-family: "Times New Roman", Times, serif;
  font-size: 13px;
  line-height: 1.4;
  color: #000000;
  background-color: #FFFFFF;
  margin: 8px;
  padding: 0;
}
#container {
  max-width: 700px;
  padding: 0;
}
#header {
  margin-bottom: 2px;
}
#header h1 {
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  margin: 4px 0 0 0;
}
#header p.subtitle {
  font-size: 12px;
  color: #000000;
  margin: 0 0 4px 0;
}
hr.top {
  border: none;
  border-top: 1px solid #000000;
  margin: 2px 0 6px 0;
}
#nav {
  padding: 0;
  margin-bottom: 10px;
  font-size: 12px;
}
#nav a {
  color: #0000FF;
  margin-right: 8px;
}
#nav a:visited {
  color: #800080;
}
#nav a.active {
  font-weight: bold;
}
h2 {
  font-size: 14px;
  font-weight: bold;
  color: #000000;
  margin-top: 16px;
  margin-bottom: 4px;
}
h3 {
  font-size: 13px;
  font-weight: bold;
  color: #000000;
  margin-top: 12px;
  margin-bottom: 2px;
}
p {
  margin: 4px 0 8px 0;
}
table {
  border-collapse: collapse;
  margin: 6px 0;
  font-size: 12px;
}
th, td {
  border: 1px solid #000000;
  padding: 2px 6px;
  text-align: left;
  vertical-align: top;
}
th {
  background-color: #C0C0C0;
  font-weight: bold;
}
blockquote {
  margin: 6px 0 6px 20px;
  padding: 0;
  font-style: italic;
  color: #000000;
}
hr {
  border: none;
  border-top: 1px solid #000000;
  margin: 12px 0;
}
a {
  color: #0000FF;
}
a:visited {
  color: #800080;
}
ul, ol {
  margin: 4px 0 8px 16px;
  padding-left: 16px;
}
li {
  margin-bottom: 2px;
}
dl {
  margin: 4px 0;
}
dt {
  font-weight: bold;
  margin-top: 4px;
}
dd {
  margin-left: 16px;
  margin-bottom: 2px;
}
#footer {
  border-top: 1px solid #000000;
  margin-top: 20px;
  padding-top: 4px;
  font-size: 10px;
  color: #000000;
}
.classification {
  font-size: 10px;
  color: #000000;
  margin: 0 0 2px 0;
}
.doc-ref {
  font-size: 10px;
  color: #000000;
  margin-bottom: 10px;
}
.update-notice {
  font-size: 11px;
  font-style: italic;
}
