body { 
  background: #000000;
}

p {
  font-family: verdana;
  font-size: 10pt;
  color: #000000;
}

p.center {
  font-family: verdana;
  font-size: 10pt;
  color: #000000;
  text-align: center;
}

p.menu {
  font-family: verdana;
  font-size: 10pt;
  color: #ffffff;
}

p.footer {
  font-family: "trebuchet ms";
  font-size: 8pt;
  color: #000000;
  text-align: center;
}

p.caption {
  font-family: "trebuchet ms";
  font-size: 8pt;
  color: #000000;
  text-align: center;
}

a:link {
  color: #FFB843;
  text-decoration: none;
}

a:hover {
  color: #FFB843;
  font-weight: bold;
}

a:visited {
  color: #996633;
  text-decoration: none;
}

h1.title {
  margin: 5;
  font-family: verdana;
  font-size: 24px;
  color: #ffffff;
  text-align: right;
}

h2.title {
  margin: 5;
  font-family: verdana;
  font-size: 18px;
  color: #848589;
  text-align: right;
}

h1.main {
  margin: 5;
  font-family: verdana;
  font-size: 18px;
  color: #848589;
  text-align: center;
}

h2.main {
  margin: 5;
  font-family: verdana;
  font-size: 14px;
  color: #000000;
  text-align: center;
}

h3.main {
  margin: 0;
  font-family: verdana;
  font-size: 12px;
  color: #000000;
  text-align: left;
}

img.cent {
  text-align: center;
}

td.main {
  background: #FAFBE6;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  vertical-align: top;
}

td {
  vertical-align: top;
}

td.menu {
  background: #000000;
  width: 175px;
  vertical-align: top;
}

td.header {
  background: #d21034;
  vertical-align: top;
  height: 75px;
}

td.footer {
  background: #d21034;
  vertical-align: top;
}

li {
  color: #000000;
  font-family: verdana;
  font-size: 10pt;
  list-style-type: circle;
}