body { 
  background-color: #e8ecf5; 
  margin-left: auto; margin-right: auto; 
  margin-top: 10px; margin-bottom: 10px; 
  text-align: center;
  color: #0000a0;
  font-family: arial;
  text-align: center;
}

table {
 margin-left: auto;
 margin-right: auto;
}

.main {
  width: 860px;
}

.content {
  width: 850px;
  padding: 0px;
  background: white;
  border-width: 2px;
  border-style: solid;
  border-color: #0000a0;
}

.menu {
  padding: 0px;
  width: 617px;
  height: 382px;
  background: white;
  border-width: 1px;
  border-style: dashed;
  border-color: #a0a0f0;
  margin-top: -80px;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
}

.menu td {
  padding-top: 3px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
}

h1 {
  color: #0000a0;
  font-family: arial;
  font-size: 18pt;
  margin-top: 10px;
  margin-bottom: 35px;
  padding-left: 30px;
}

ul {
  padding-left: 10px;
  margin-left: 12px;
  margin-top: 10px;
  margin-bottom: 8px;
}

.description {
  color: #0000a0;
  font-family: arial;
  font-size: 9pt;
}

.scroll {
  overflow: auto;
  width: 100%;
  height: 400px;
}

.sub-description {
  color: #0000a0;
  font-family: arial;
  font-size: 8pt;
}

a {
  color: #6060ff;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.header {
  color: white;
  font-size: 12pt;
  background-color: #0000a0;
  margin-top: 2px;
  padding-left: 5px;
}

.header a {
  color: #ffff40;
}

.sub-header {
  color: white;
  font-size: 10pt;
  background-color: #8080ff;
  margin-top: 2px;
  padding-left: 5px;
  color: white;
}

.sub-header a {
  color: #ffff70;
}
.title {
  position: relative;
  left: -60px;
  top: -68px;
  overflow: visible;
}

.soft {
  text-align: center;
  color: #a0a0a0;
  padding-top: 10px;
  margin-top: 2px;
  font-size: 8pt;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #e0e0e0;
  margin-left: 20px;
  margin-right: 20px;
}

.soft a {
  color: #a0a0a0;
}

.side {
  width: 303px;
}

.hideblock {
  margin-left: 15px;    
  margin-right: 5px;    
}