body {
   background-color: #000000;
   color: #FFFFFF;
   width: 100%;
   min-width: 960px;
   text-align: center;
   text-decoration: none;
   font-size:14px;
   font-family:Arial,Verdana,Sans-serif;
   font-weight: normal;
   line-height: 16px;
   letter-spacing: 0.1px;
   margin: 0;
}

p {
   font-size:14px;
   font-family:Arial,Verdana,Sans-serif;
   font-weight: normal;
   line-height: 16px;
   letter-spacing: 0.1px;
   text-align:justify;
   text-indent:15px;
   margin: 4px 15px;
}

div.content {
   position: relative;
   background-color: #FFFFFF;
   color: #000000;
   text-align: left;
   width: 862px;
   margin-top: 10px;
   margin-bottom: 10px;
   margin-left: auto;
   margin-right: auto;
   padding: 5px;
   border: 0px solid #804000;
}

a {
   font-size: 14px;
   text-decoration: none;
}

a:link {
   color: #BB7900;
}

a:visited {
   color: #BB7900;
}

a:hover, a:active {
   color: #CC6666;
   text-decoration:underline;
}

a.pre {
   font-size: 12px;
}
a.footer {
   color: #000000;
}

a.tiny {
   font-size: 12px;
}

a.menu {
   margin: 8px auto;
   display: block;
   text-align: center;
   padding: 3px 5px;
   text-decoration: none;
   background: #804000;
   color: #BB7900;
   border: 2px solid #000000;
}

a.menu:hover, a.menu:active {
   text-decoration: none;
   background: #BB7900;
   color: #000000;
}

p.heading {
   text-indent: 0px;
   text-align: center;
   font-weight: 600;
}

p.narrow {
   margin: 4px auto;
   width: 840px;
}


pre {
   text-align: center;
   margin-left: auto;
   margin-right: auto;
   font-size: 12px;
}
pre.wrap {
   text-align: left;
   white-space: pre-wrap;       /* css-3 */
   white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
   white-space: -pre-wrap;      /* Opera 4-6 */
   white-space: -o-pre-wrap;    /* Opera 7 */
   word-wrap: break-word;       /* Internet Explorer 5.5+ */
   width: 840px;
}

h1, h2, h3, h4, h5, h6 {
   letter-spacing: 1px;
   text-align: center;
   margin: 10px;
}

h1 {
   font-size: 20px;
   font-weight: 500;
}

h2 {
   font-size: 18px;
   font-weight: 500;
}

h3 {
   font-size: 17px;
   font-weight: 600;
}

h4, h5, h6 {
   font-size: 16px;
   font-weight: 700;
}
h5 {
   margin: 15px;
}

table {
   margin: 6px auto;
   font-size: 12px;
}

th, td {
   border: 1px solid orange;
   text-align: center;
}

th {
   font-weight: bold;
}

td, th a {
   font-size: 13px;
}

img {
   text-align:center;
   display: block;
   margin: 0px auto;
   padding: 0px;
   border: 0px;
}

img.crosshair {
   cursor: crosshair;
}

hr {
   color: #0000FF;
   background-color: #0000FF;
   width: 540px;
   border: 0px;
   height: 4px;
   text-align: center;
   margin: 10px auto 5px auto;
   padding: 0px;
}

hr.thinner {
   width: 840px;
   height: 3px;
   margin-top: 12px;
}

ul, ul ul ul ul {
   list-style-type: disc;
   font-size: 14px;
}

ul ul ul, ul ul ul ul ul ul {
   list-style-type: square;
}

ul.list-nav {
   list-style: none;
   position: relative;
   margin-top: 5px;
   margin-bottom: 5px;
   margin-left: auto;
   margin-right: auto;
   padding: 0;
   height: 50px;
   width: 852px;
}

ul.list-nav li {
   display: inline;
}

ul.list-nav li a {
   text-decoration: none;
   padding: 3px 5px;
   background: #804000;
   font-size: 13px;
   line-height: 16px;
   background: #804000;
   color: #BB7900;
   float: left;
   text-align: center;
   border-left: 2px solid #000000;
   border-top: 2px solid #000000;
}

ul.list-nav li a:hover {
   text-decoration: none;
   background: #BB7900;
   color: #000000;
}

ul.index {
   list-style: none;
}

ul.index li {
   text-indent: 25px;
   font: normal 14px Arial, Verdana, san-serif;
}