/* LAWS */
div.sec {
  font-weight: bold;
  text-align: center;
  margin: 10px 50px 10px 50px;
}
pre.law {
  width: 100%;
  overflow: auto;
}
div.indent {
  margin: 3px 0px 3px 25px;
}
div.index {
  border: 1px solid rgb(128,128,128);
  background-color: rgb(230,230,235);
  height: 200px;
  overflow: auto;
  margin: 0px 50px 50px 50px;
  padding: 5px;
  font-size: 8pt;
}
hr.law {
  border-top: 1px solid rgb(192,192,192);
  border-bottom: 1px solid rgb(128,128,128);
}

div#mainbox div#mainbox-inner h2 {
  margin-top: 0px;
  background-color: transparent;
  text-align: center;
}
