body, td, p {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10pt;
}

body {
  margin-top: 8;
  margin-left: 32;
  margin-right: 32;
  color: #000000;
  background-color: #cdda92;
}

p {
  line-height: 1.5;
}

.note, .note TD { font-size: 8pt }

h1 {
  text-align: center;
  letter-spacing: 0em;
}

h2 {
  font-weight: normal;
}
.companyname {
  font-weight: bold;
  font-size: 12pt;
  margin-top: 0;
  margin-bottom: 0;
  text-align: right;
}

h1, h2, .companyname {
  color: #3e4328;
}

a:link, a:visited, a:active { text-decoration: none }
a:hover {
  text-decoration : underline;
}

a:link, a:visited {
  color:#8f8b3e;
}
a:active, a:hover {
  color:#9933ff
}

.topmenu a {
  font-family: Arial;
  font-weight: bold;
  font-size: 12pt;
}

table.paper {
  border-style: solid;
  border-width: 4;
  border-color: black;
}

td.paper {
  background-color: white;
}

table.topmenu, .topmenu td {
  border-style: solid;
  border-width: 2;
  border-color: #cdda92;
}

table.topmenu {
  background-color: #66584d;
}

.topmenu td {
  padding-left: 4px;
  padding-right: 4px;
  background-color: #eff2d6;
}

table.lightborder {
  border-width: 2;
  border-color: #cedce3 #558097 #558097 #cedce3;
}


table.darkborder {
  border-right-width: 0;
  border-bottom-width: 0;
  border-top-width: 0;
  border-color: #558097;
}

input.button {
  text-align: center;
  background-color: #cdda92;
  color: #3e4328;
  border-top-color: #8f8b3e;
  border-left-color: #8f8b3e;
  border-right-color: #66584d;
  border-bottom-color: #66584d;
  cursor: pointer;
  cursor: hand;
}

hr {
  color: #66584d;
}




