body {
  background: url(back_01.png);
  background-repeat: repeat;
}

a {
  text-decoration: none;
  font-size: 10pt;
  font-family: Verdana;
  font-weight: 700;
  color: #3333cc;
}

#title img {
  border: 0;
}

#nav table {
  background-color: #ffffff;
}
#nav td {
  position: relative;
  top: -20px;
  background: url(bback_01.jpeg);
  background-repeat: repeat-x;
  text-align: center;
}
#nav td:hover {
  background: url(bback_02.jpeg);
  background-repeat: repeat-x;
}


div.content {
  position: relative;
  display: block;
  padding: 20px;
  color: #000000;
  background-color: #ffffe0;
  text-decoration: none;
  font-size: 10pt;
}
.content p {
  padding: 0 14pt;
}
.content a {
  color: #408000;
  font-weight: bold;
  text-decoration: none;
}
.content a:hover {
  color: #f06000;
  text-decoration: none;
}
.content h1 {
  margin: 0;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 3px;;
  color: #444444;
  background-color: #eeffdd;
  font-size: 12pt;
  border: solid 1px #b0f080;
}
.content h2 {
  margin-top: 3%;
  padding: 0px 5px;
  font-size: 11pt;
  color: #505050;
}
.content table td {
  padding: 0 14pt;
}
