    body { margin-top : 00px;
           margin-bottom : 00px;
           margin-left : 00px;
           margin-right : 00px;
           background-color : white;
    }
    th { line-height : 102%;
          font-family : Arial,Helvetica,sans serif;
          text-align: left;
          font-size: 90%;
    }
    p { font-family:Verdana,Arial,Helvetica,sans serif;
        margin-left: 5%;
        margin-right: 5%;
        text-align: justify
      }
    pre { margin-left: 5% }
    div { margin-left: 40px;
          margin-right: 60px;
          text-align: justify
        }
    div.right {
          margin-right: 5%;
          text-align: right
        }
    span.head {
          font-family: Verdana;
          color:white;
          font-weight: bold;
          font-size: 80%;
       }
    ul {
        margin-left: 2%;
        margin-right: 8%;
        text-align: justify
    }
    ol.menu {
     font-family : helvetica, sans-serif;
     line-height : 102%;
    }
    h2 {font-family:Verdana,Arial,Helvetica,sans serif;
        font-size:16px;
        font-weight:bold;
        text-indent: 28px;
        }
    h3 {font-family:Verdana,Arial,Helvetica,sans serif;
        font-size:14px;
        color:#6e5028;
        font-weight:normal;
        text-indent: 24px;
        }
    h4 {font-family:Verdana,Arial,Helvetica,sans serif;
        font-weight:bold;
        font-size:12px;
        color:#6e5028;
        font-weight:normal;
        /* color:black; */
        margin-left: 5%;
        margin-right: 5%;
        display: inline;
        }
    a:link { color:#00008B; text-decoration:none; }
    a:visited { color:#00008B; text-decoration:none; }
    a:hover { color:silver; text-decoration:underline; }

.red {
      color: red;
}
.details {
  display: none;
}

.tooltip {
  position: absolute;
  width: 120px;
  border: 1px solid #ff6600;
  padding: 5px;
  background: #ffd291;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  display: none;
  left: 22px;
  top: 33px;
  z-index: 2;
}

.tab01 {
  margin-left: 5%;
  /* border: 1pt solid rgb(100,100,100); */
  border-spacing: 12px;
}
.tab02 {
  width: 96%;
  margin-right: auto;
  margin-left: auto;
  /* border: double; */
}
.tab12 {
  border: 1pt solid silver;
  width: 66%;
  margin-right: auto;
  margin-left: auto;
}


