.Title {
  border-style: none;
  border-color: silver;
  border-left: 2px none silver;
  border-right: 2px none silver;
  margin-left: auto;
  position: static;
  font-weight: inherit;
  color: black;
  background-position:  center center;
  text-align: center;
  display: block;
  margin-right: auto;
  font-size: 12px;
  font-family: verdana;
  min-height: 0px;
  height: 80px;
  width: 1000px;
}
.Method-Container {
  border-style: none;
  width: 97%;
  margin-right: auto;
  margin-left: auto;
  display: table;
}
.Method-Menu {
  border-style: none;
  margin: 0 auto;
  padding: 0;
  position: static;
  font-family: Verdana;
  width: 27%;
  color: #000099;
  font-weight: bold;
  line-height: 2.5em;
  font-size: 0.7em;
  display: table-cell;
  vertical-align: top;
  text-align: left;
}
.Method-Menu li {
  border: 4px double #cccccc;
  display: block;
  margin-right: auto;
  margin-left: auto;
  background-color: #000099;
  width: 94%;
  color: #66ff99;
}
.Method-Menu ul {
  border-style: none;
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: block;
  width: 97%;
}
.Method-Menu a {
  border-style: solid;
  border-color: #3333ff #000066 #000066 #3333ff;
  border-width: 2px;
  margin: 0;
  padding: 0 0 0 5px;
  vertical-align: top;
  color: white;
  font-style: normal;
  display: block;
  background-color: #000099;
  font-weight: bold;
  text-decoration: none;
  width: 94%;
}
.Method-Menu a:link {
  color: white;
  text-decoration: none;
}
.Method-Menu a:visited {
  color: white;
  text-decoration: none;
}
.Method-Menu a:hover {
  text-decoration: none;
  color: yellow;
}
.Class-List {
  border-style: none;
  border-width: 0px;
  margin: 0px;
  padding: 0px;
  position: static;
  font-weight: inherit;
  float: left;
  display: table;
  line-height: 2em;
  width: 100%;
  font-size: 1em;
  background-color: white;
}
.Class-List td {
  border-style: none ridge none none;
  border-right: 3px ridge #cccccc;
  margin: 0px;
  padding: 0px;
  border-top-width: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  position: static;
  font-weight: inherit;
  text-align: left;
  display: table-cell;
  width: 49%;
  border-bottom-width: 0px;
}
.Function_Even {
  border: 2px groove #996633;
  display: block;
  position: static;
  padding-top: 0px;
  font-weight: inherit;
  margin-left: 20px;
  width: 95%;
  margin-bottom: 0px;
  margin-top: 1px;
  line-height: 39px;
  font-size: 12px;
  background-color: #ffffcc;
}
.Function_Odd {
  border: 2px groove #006600;
  display: block;
  position: static;
  padding-top: 0px;
  margin-left: 20px;
  width: 95%;
  font-size: 12px;
  background-color: #e6ffe6;
  margin-bottom: 0px;
  margin-top: 1px;
  font-weight: inherit;
  line-height: 39px;
}
.Function_Even a {
  border-style: outset groove outset outset;
  border-width: 0px 2px 0px 0px;
  border-right: 2px groove #996633;
  display: block;
  float: left;
  font-family: Verdana;
  width: 250px;
  font-size: 12px;
  font-weight: normal;
  padding-left: 10px;
  background-color: #ffffcc;
  line-height: 39px;
}
.Function_Odd a {
  border-style: none groove none none;
  border-right: 2px groove #006600;
  display: block;
  float: left;
  font-family: Verdana;
  padding-left: 10px;
  width: 250px;
  font-size: 12px;
  font-weight: normal;
  background-color: #e6ffe6;
  line-height: 39px;
}
.Function_Even a:link {
  color: black;
  font-weight: normal;
}
.Function_Even a:visited {
  color: black;
  font-weight: normal;
}
.Function_Even a:hover {
  color: #333399;
  font-weight: bold;
  font-size: 1.2em;
}
.Function_Odd a:link {
  color: black;
  font-weight: normal;
}
.Function_Odd a:visited {
  color: black;
  font-weight: normal;
}
.Function_Odd a:hover {
  color: #000099;
  font-weight: bold;
  font-size: 1.2em;
}

