body {
  background: #e3ded0;
  color: #5a564c;
  font: Times New Roman;
  font-size: 11pt;
  margin-top: 0px;
  line-height: 1.2em; 
  }
td {
  color: #5a564c;
  font: Times New Roman;
  font-size: 10pt;
  margin-top: 0px;
  }
a:link {
  color: #a61200;
  text-decoration: none;
  }
a:hover {
  color: #7f765c;
  text-decoration: none;
  }
a:visited {
  color: #7f765c;
  text-decoration: none;
  }
a:active {
  color: #a61200;
  text-decoration: none;
  }
.title {
  color: #a61200;
  font-weight: bold;
  font-size: 12pt;
  text-align: center;
  letter-spacing: .35em;
  }
.caption {
  font-size: 9pt;
  }
.nl-heading {
  color: #a61200;
  font-size: 36pt;
  font-weight: bold;
  }
.nl {
  font: Times New Roman;
  font-size: 10pt;
  color: #000000;
  line-height: 1.2em;
  }
.nl1 {
  font: Times New Roman;
  font-size: 10pt;
  color: #000000;
  border-left: 1px solid #999999;
  border-right: 1px solid #999999;
  border-bottom: 1px solid #999999;
  border-top: 0px;
  line-height: 1.2em;  
  }
.nlL {
  font: Times New Roman;
  font-size: 10pt;
  color: #000000;
  border-left: 1px solid #999999;
  border-right: 1px solid #999999;
  border-bottom: 0px;
  border-top: 0px;
  line-height: 1.2em;  
  }
.nlR {
  font: Times New Roman;
  font-size: 10pt;
  color: #000000;
  border-left: 0px;
  border-right: 1px solid #999999;
  border-bottom: 0px;
  border-top: 0px;
  line-height: 1.2em;  
  }
.nl-title {
  font-size: 11pt;
  color: #000000;
  font-weight: bold;
  line-height: 1.2em;
  }
.nl-header {
  font-size: 9pt;
  color: #a61200;
  line-height: 1.2em;
  }
.nl a:link {
  text-decoration: underline;
  color: blue;
  }
.nl a:hover {
  text-decoration: underline;
  color: blue;
  }
.nl a:visited {
  text-decoration: underline;
  color: purple;
  }

/* Body
-----------------------------------------------
 */
#page {
  background: #e3ded0;
  margin: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  }

#outer-wrapper {
  background: #ffffff;
  width: 800px;
  border: 1px solid #5a564c;
  }

#inner-links {
  background: #f0ebdc;
  width: 800px;
  padding-bottom: 10px;
  padding-top: 10px;
  text-align: center;
  border-bottom: 1px solid #5a564c;
  }

#inner-main {
  background: #ffffff;
  width: 750px;
  margin: 10px;
  padding-top: 10px;
  padding-bottom: 20px;
  text-align: left;
  }

/* Header----------------------------------------------- */
#hwrapper {
  width: 800px;
  margin: 0px;
  border-bottom: 1px solid #5a564c;
  }

/* Footer
------------------------------------------------
 */
#footer {
  color: #a61200;
  font-size: 10pt;
  text-align: center;
  }
