body {
  background-image: url(bg_hatch.jpg);
  background-attachment: none;
  background-repeat: repeat;
}

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;
  text-align: center;
}

p.footer {
  font-family: "trebuchet ms";
  font-size: 9pt;
  color: #ffffff;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}

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

p.bib { 
  text-indent: -50px;
  padding-left: 50px;
}

p.desc { 
  padding-left: 40px;
}

blockquote {
  font-family: verdana;
  font-size: 10pt;
} 

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

a:hover {
  color: #FFffff;
  font-weight: bold;
  text-decoration: none;
}

a:visited {
  color: #FFB843;
  font-weight: bold;
  text-decoration: none;
}

h1 {
  font-family: verdana;
}

h2 {
  font-family: verdana;
}

h3 {
  font-family: verdana;
}

h4 {
  font-family: verdana;
}

img.cent {
  text-align: center;
}

td.main {
  background-image: url(bg_hatch.jpg);
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  vertical-align: top;
}

td {
  vertical-align: top;
}

td.menu {
  background: #660000;
  width: 16%;
  height: 25px;
}

td.header {
  background-image: url(bg_hatch.jpg);
  vertical-align: top;
  height: 75px;
}

td.footer {
  background: #660000;
  vertical-align: top;
  height: 40px;
}

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