*, body, p, th, td, div, span {
  font-family: "Times New Roman";
}

html, body {
  border: 0;
  margin: 0;
  padding: 0;
  background-color: #cccccc;
  color: #000000;
  font-size: 12pt;
  width: 100%;
  height: 100%;
}

img {
  border: 1px solid #000000;
  margin: 0 10px 0 10px;
  padding: 0;
}

.nobd, .nobd * {
  border: 0;
}

pre, form {
  border: 0;
  margin: 0 10px 0 10px;
  padding: 0;
}

.code {
  color: #253858;
  background-color: #d6e4f6;
  border: 2px solid #4b71b0;
  font: 10pt monospace;
  font-weight: bold;
  text-align: left;
  padding: 8px;
}

hr {
  color: #a2a2a2;
  background-color: #a2a2a2;
  height: 1px;
  border-width: 0;
  margin: 0 10px 0 10px;
  padding: 0;
}

p, h2 {
  text-indent: 20pt;
  text-align: justify;
  margin: 0;
}

h1 {
  color: #000000;
  font-size: 36pt;
  font-weight: normal;
  text-decoration: underline;
}

h2 {
  font-weight: normal;
  text-decoration: underline;
}

cite, blockquote {
  border: 0;
  margin: 0;
  padding: 0;
  font-weight: bold;
  font-style: italic;
  text-align: justify;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
}

li {
  text-align: justify;
  padding: 0;
  border: 0;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 10px;
  margin-right: 10px;
}

table {
  border: 0;
  border-collapse: collapse;
}

td, th {
  border: 0;
  padding: 0;
  text-align: center;
}

.title1, .title2 {
  font-family: Arial;
  text-align: center;
  font-weight: bold;
  display: block;
  margin: 0;
}

.title1 {
  color: #900000;
  font-size: 34pt;
}

.title1 span {
  font-family: Courier;
  color: #fcb830;
  font-size: 16pt;
  letter-spacing: 8pt;
  margin-left: 20px;
  display: block;
  position: relative;
  top: -14px;
  left: 85px;
  margin-bottom: -23px;
}

.title2 {
  color: #000000;
  font-size: 10pt;
}

a, a:link {
  text-decoration: none;
  color: #800000;
  font-weight: bold;
}

a:visited {
  color: #400000;
}

a:hover, a:active {
  color: #ff0000;
}

/* NEW DIV STYLES */

#header, #footer {
  background-color: #a2a2a2;
  clear: both;
}

#header {
  width: 100%;
  height: 70px;
  overflow: hidden;
}

#footer {
  text-align: center;
  padding: 4px;
  font-size: 8pt;
  font-weight: bold;
  border-top: 1px solid #000000;
}

#mainmenu {
  float: left;
  width: 156px;
  display: inline;
  text-align: center;
  border-top: 1px solid #000000;
}

#document {
  border-top: 1px solid #000000;
  border-left: 1px solid #000000;
  margin-left: 156px;
  padding: 0 10px 0 10px;
  background-color: #e4e4e4;
  text-align: center;
/*  overflow: hidden;*/
}

#menu {
  border: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-position: outside;
}

#menu li a {
  display: inline-block;
}

#menu li {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  overflow: hidden;
  width: 156px;
  font-weight: bold;
}

#menu li a {
  color: #fcb830;
  text-decoration: none;
  font-size: 15px;
  display: block;
  background-color: #383838;
  padding-left: 9px;
  border: 1px solid #000000;
  margin: 2px 2px 0 2px;
  text-align: center;
}

#menu li a:active, #menu li a:hover {
  padding-left: 5px;
  color: #acfc00;
  background-color: #707070;
  border: 1px solid #acfc00;
  border-left: 5px solid #acfc00;
}

/* COMMON PART STYLES */

.pbutton {
  background-color: #a2a2a2;
  border: 1px solid #000000;
  cursor: pointer;
  font-weight: bold;
}

#marklist {
  padding: 6px;
  margin: 10px;
  border: 1px dashed #000000;
  text-align: left;
  color: #000000;
  background-color: #cccccc;
}

.markbox {
  background-color: #98e4e4;
}

.notice, .warning, .mailtext, .legal {
  padding: 4px 4px 4px 4px;
  margin: 0px 10px 0px 10px;
  text-align: center;
  border: 1px solid #000000;
}

.notice {
  background-color: #c0e0c0;
  border-color: #008000;
  color: #008000;
}

.warning {
  background-color: #e0c0c0;
  border-color: #800000;
  color: #800000;
}

.mailtext {
  background-color: #ffffff;
  color: #333333;
  border: 2px dotted #000000;
  font-style: italic;
  font-weight: bold;
}

.legal {
  background-color: #9050FF;
  border-color: #6035AA;
  color: #ffffff;
}

.notice a, .notice a:link,
.warning a, .warning a:link,
.mailtext a, .mailtext a:link,
.legal a, .legal a:link {
  color: #0000ff;
}

.warning a:visited, .notice a:visited, .mailtext a:visited, .legal a:visited {
  color: #000080;
}

.notice a:active, .notice a:hover,
.warning a:active, .warning a:hover,
.mailtext a:active, .mailtext a:hover,
.legal a:active, .legal a:hover {
  color: #ff0000;
}

div.epigraph {
  text-align: right;
  font-style: italic;
  font-weight: bold;
  margin: 0 10px 0 10px;
}

/* ??? */
a.ref {
  vertical-align: super;
  font-weight: normal;
  font-size: 10pt;
}

span.author {
  text-decoration: underline;
}

table.tflat {
  margin: 10px 10px 10px 10px;
}

table.tflat th, table.tflat td {
  border: 1px solid #000000;
  background-color: #cccccc;
}

table.tflat th {
  white-space: nowrap;
}

table.tl td {
  text-align: left;
}

table.tl td, table.tl th {
  padding: 0 4px 0 4px;
}

.clr {
  clear: both;
}

.message {
  border: 1px solid #000000;
  padding-bottom: 8px;
  margin: 40px 0 40px 0;
}

.message p {
  padding: 0 8px 0 8px;
}

.message span {
  display: block;
  background-color: #cccccc;
  border-bottom: 1px solid #000000;
}

.hint {
  border-bottom: 1px dashed #000000;
  cursor: help;
}

/* my own text W3C banners */

.tvalid {
  width: 88px;
  height: 31px;
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #6a5d4a;
  border-bottom: 1px solid #6a5d4a;
}

.tvalid th {
  width: 35px;
  background-color: #ffffff;
  color: #005a9c;
}

.tvalid td {
  background-color: #fecb65;
  font-weight: bold;
  font-family: Arial;
  font-size: 8pt;
}

td.tvlds {
  font-family: Courier;
  font-size: 18pt;
  font-weight: bold;
  color: #990000;
}

/* addthis styles */

.addthisx {
  padding-left: 10px;
}

#gt {
  margin: 0;
  width: 156px;
  position: fixed;
  bottom: 30px;
  background-color: #e4e4e4;
}
