
p.stxt {
  color: red;
  font-weight: bold;
  font-size: 14pt;
  line-height: 150% ;
}
DIV.all {
  background-color: white;
  width: 800px;
  height: 580px ;
}
DIV.frame {
  font-size: 9pt;
  line-height: 2;
  background-color: white;
  padding: 0px;
  position: absolute;
  top: 80pt;
  width: 140px;
  height: 485px;
overflow: auto 
}
div.header {
  background : url(top.jpg) no-repeat fixed 0% 0%;
  position: absolute;
  top: 0pt;
  left: 0pt;
  width: 800pt;
  height: 80px;
overflow: auto 
}
div.inlineframe {
  color: black;
  font-size: 9pt;
  line-height: 130%;
  background-color: white;
  text-align: left;
  padding-top: 5pt;
  padding-bottom: 5pt;
  padding-left: 5pt;
  border-top: 1pt solid silver;
  border-bottom: 1pt solid silver;
  border-left: 1pt solid silver;
  position: absolute;
  top: 380px;
  left: 50px;
  width: 540px;
  height: 80px;
overflow: auto 
}
div.main {
  color: black;
  font-size: 10pt;
  line-height: 150%;
  background-color: white;
  text-align: center;
  position: absolute;
  top: 80px;
  left: 140px;
  width: 660px;
  height: 485px;
}

div.index {
  color: black;
  font-size: 10pt;
  line-height: 150%;
  background-color: white;
  text-align: center;
  padding: 5px;
  position: absolute;
  top: 80px;
  left: 140px;
  width: 660px;
  height: 485px;
  overflow: hidden
}
p.h1 {
  color: red;
  font-weight: bold;
  font-size: 10pt ;
}
p.index {
  font-weight: bold;
  font-size: 12pt;
  text-align: center ;
}
p.title {
  color: teal;
  font-weight: bold;
  font-size: 12pt;
  line-height: 150% ;
}
p.update {
  color: red;
  font-size: 12pt ;
}
span.h1 {
  color: red;
  font-weight: bold;
  font-size: 10pt ;
  }
