body {
  background: #eeeeee;
}
td {
  font: 9pt arial;
}
a {
  color: #990000;
  text-decoration: none;
}
a:hover {
  color: #cc0000;
}
hr {
  height: 1px;
  border: 0;
  border-top: 1px dotted #993333;
}
.buffer-left {
  width: 30px;
  height: 100%;
  background: #ffffff url(images/bg.gif);
  padding: 0px;
  border-left: 1px solid #888888;
  border-right: 1px solid #990606;
}
.buffer-right {
  width: 30px;
  height: 100%;
  background: #ffffff url(images/bg.gif);
  padding: 0px;
  border-right: 1px solid #888888;
  border-left: 1px solid #990606;
}
.menu {
  width: 177px;
  background: #ffffff url(images/menu.gif) no-repeat top center;
  padding: 0px;
}
.menu-text {
  position: relative;
  top: 120px;
  left: 10px;
  width: 155px;
  font: 8pt arial;
  color: #000000;
}
.main {
  width: 543px;
  background: #ffffff url(images/header.gif) no-repeat;
  padding-top: 150px;
  padding-bottom: 15px;
  
}
.main-text {
  width: 493px;
  font: 9pt arial;
}
.footer {
  height: 76px;
  background: #ffffff url(images/footer.gif) no-repeat top center;
  padding-top: 35px;
  padding-left: 20px;
  padding-right: 20px;
}
.footer-text {
  font: 8pt arial;
  color: #ffffff;
  font-variant: small-caps;
}
.footer-link {
  color: #DFB9B9;
}

.date {
  font: 8pt arial;
  color: #932626;
}
.title {
  font: bold 11pt tahoma;
  color: #932626;
}
.subtitle {
  font: bold 10pt tahoma;
  color: #4E4D94;
}
.highlight {
  font: bold italic small-caps 9pt arial;
  color: #932626;
}
.pic {
  border: 1px solid #000000;
}
.tdphotobox {
  text-align: center;
}
.thbordered {
  background: #FCF7F7;
  border-left: 1px solid #F5DADA;
  border-top: 1px solid #F5DADA;
  border-right: 1px solid #D19999;
  border-bottom:  1px solid #D19999;
  font: bold 9pt arial;
  font-variant: small-caps;
  text-align: center;
}
.tdbordered {
  border-left: 1px solid #eeeeee;
  border-top: 1px solid #eeeeee;
  border-right: 1px solid #bbbbbb;
  border-bottom: 1px solid #bbbbbb;
  font: 9pt arial;
}
.tdborderedtiny {
  border-left: 1px solid #eeeeee;
  border-top: 1px solid #eeeeee;
  border-right: 1px solid #bbbbbb;
  border-bottom: 1px solid #bbbbbb;
  font: 7pt arial;
}