body {
		 color: #000;
		 background: #fff;
}
div.dochead {
   font-family: Verdana, Helvetica, sans-serif;
   font-size: 10pt;
   font-weight: bold;
   color: #000;
   margin-left: 62px;
}
div.subhead {
   font-family: Verdana, Helvetica, sans-serif;
   font-size: 10pt;
   font-weight: bold;
   color: #dc143c;
   margin-left: 62px;
}
div.docbody {
   font-family: Verdana, Helvetica, sans-serif;
   font-size: 11px;
   line-height: 14px;
   color: #000;
   margin-left: 62px;
   width: 500px;
}
div.header {
   font-family: Verdana, Helvetica, sans-serif;
   font-size: 8pt;
   text-align: right;
   background: #336699;
   height: 40px;
}
div.smallhead {
   font-family: Verdana, Helvetica, sans-serif;
   font-size: 8pt;
   text-align: left;
   letter-spacing: 0.5em;
   color: #9932cc;
   margin-left: 62px;
   width: 500px;
   padding-bottom: 6px;
   border-bottom: 1px solid #ff9900;
}
td.main {
   padding-left: 5pt;
   padding-right: 5pt
}
ul {
   margin-top: 0px;
   margin-bottom: 0px;
   margin-left: 80px;
   list-style: square url(../images/ditl.gif) outside;
   font-family: Verdana, Helvetica, sans-serif;
   font-size: 11px;
   line-height: normal;
   color: #000;
}
ul.red {
   list-style: square url(../images/dird.gif) outside;
}
ul.green {
   list-style: square url(../images/dign.gif) outside;
}
li {
   margin-top: 10px;
}
.ora {
   font-family: Verdana, Helvetica, sans-serif;
   font-size: 8pt;
   font-weight: bold;
   color: tomato;
   background-color: white;
   text-decoration: none;
}

a {
   font-family: Verdana, Helvetica, sans-serif;
   font-size: 8pt;
   font-weight: bold;
   color: steelblue
}
a.syn {
   font-family: Verdana, Helvetica, sans-serif;
   font-size: 8pt;
   font-weight: bold;
   color: tomato;
   background-color: white;
   text-decoration: none;
}
a.rep {
   font-family: Verdana, Helvetica, sans-serif;
   font-size: 8pt;
   font-weight: normal;
   color: #336666;
   background-color: white;
   text-decoration: none;
}
a.body {
   font-family: Verdana, Helvetica, sans-serif;
   font-size: 8pt;
   font-weight: bold;
   color: steelblue
}
a:hover {
   text-decoration: none;
   color: tomato;
   background-color: white;
}
a#menu {
   text-decoration: none;
	 color: #fff;
   background: #336699;
}
hr.standard {
   color: red;
   width: 100%;
}
hr.special {
   color: sandybrown;
   width: 80%;
}
hr.#head {
   color: #d3d3d3;
   width: 100%;
}
hr.#month {
   color: #ff9900;
   margin-left: 62px;
   text-align: left;
   width: 500px;
}
#popitmenu {
   position: absolute;
   background-color: white;
   border:1px solid steelblue;
   font: normal 12px Verdana;
   line-height: 18px;
   z-index: 100;
   visibility: hidden;
}
#popitmenu a {
   text-decoration: none;
   padding-left: 6px;
   color: black;
   display: block;
}
#popitmenu a:hover {        /*hover background color*/
   background-color: #ffcc99;
}

/*- Menu Tabs --------------------------- */

#tabs {
  float:left;
  width:100%;
  font-size:93%;
  line-height:normal;
  padding-left: 13px;
  padding-top: 15px;
  border-bottom: 1px solid #6B78A9;
}
#tabs ul {
      margin:0;
      padding:10px 10px 0 50px;
      list-style:none;
}
#tabs li {
  display:inline;
  margin:0;
  padding:0;
}
#tabs a {
  float:left;
  background:url("../images/tableft.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 7px;
  text-decoration:none;
  cursor: pointer;
}
#tabs a span {
  float:left;
  display:block;
  background:url("../images/tabright.gif") no-repeat right top;
  padding:5px 15px 4px 6px;
  color:#6B78A9;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs4 a span {float:none;}
/* End IE5-Mac hack */
#tabs a:hover span {
  color:#6B78A9;
  }
#tabs a:hover {
  background-position:0% -42px;
  }
#tabs a:hover span {
  background-position:100% -42px;
}

#tabs #current a {
  background-position:0% -42px;
}
#tabs #current a span {
  background-position:100% -42px;
  color:#dc143c;
  cursor: default;
}
