body {
  margin: 0;
  padding: 0;
  background: #008080;
  font-family: verdana, times new roman, times, serif;
  font-size: 12pt;
  color: #000000;
}

.table {
  background-color: #FFFFFF;
  border-right: 2px solid #000000;
  border-left: 2px solid #000000;
  border-bottom: 2px solid #000000;
}

.tagline {
  background-color: #000000;
  color: #000000;
  font-size: 8pt;
  padding: 5px 0 5px 0;
  margin: 0 0 15px 0;
}

.sideleft {
  padding: 0 10px 0 10px;
  margin: 15px 0 0 0;
}
.title {
  font-size: 14pt;
  font-weight: bold;
}

.sideleft a:link { background-color: transparent; text-decoration: underline; font-weight: bold; color: #008080; }
.sideleft a:visited { background-color: transparent; text-decoration: underline; font-weight: bold; color: #008080; }
.sideleft a:hover { background-color: transparent; text-decoration: none; font-weight: bold; color: #666666; }
.feedback a:link { background-color: transparent; text-decoration: underline; color: #008080; }
.feedback a:visited { background-color: transparent; text-decoration: underline; color: #008080; }
.feedback a:hover { background-color: transparent; text-decoration: none; color: #666666; }


.sideright {
  margin: 15px 0 0 0 0;
  padding: 0 5px 0 0;
  background-color: #000000;
  font-size: 10pt;
  color: #FFFFFF;
}
.siderighttitle {
  color: #008080;
  font-size: 14pt;
}
.sideright a:link { background-color: transparent; text-decoration: underline; color: #CCCCCC; }
.sideright a:visited { background-color: transparent; text-decoration: underline; color: #CCCCCC; }
.sideright a:hover { background-color: transparent; text-decoration: none; color: #008080; }

.copyright {
  margin: 75px 0 0 0;
  padding: 4px 5px 4px 0;
  background-color: #000000;
  font-size: 8pt;
  color: #FFFFFF;
  text-align: right;
  border-top: 5px solid #008080;
}
.copyright a:link { background-color: transparent; text-decoration: underline; color: #CCCCCC; }
.copyright a:visited { background-color: transparent; text-decoration: underline; color: #CCCCCC; }
.copyright a:hover { background-color: transparent; text-decoration: none; color: #008080; }
