body {
  background-color: #ffffff;
  margin: 0px;
  color: #000000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 8pt;
  /* SCROLLBAR-FACE-COLOR: #ffffff;
  SCROLLBAR-HIGHLIGHT-COLOR: #ffffff;
  SCROLLBAR-SHADOW-COLOR: #A2A2C1;
  SCROLLBAR-3DLIGHT-COLOR: #A2A2C1;
  SCROLLBAR-ARROW-COLOR: #A2A2C1;
  SCROLLBAR-TRACK-COLOR: #ffffff;
  SCROLLBAR-DARKSHADOW-COLOR: #EBEBEB */
}

.dotbox {
  border-top: 1px dashed #CCCCCC;
  border-right: 1px dashed #CCCCCC;
  border-bottom: 1px dashed #CCCCCC;
  border-left: 1px dashed #CCCCCC
}

.dotbox2 {
  border-top: 1px solid #dccaa7;
  border-right: 1px solid #dccaa7;
  border-bottom: 1px solid #dccaa7;
  border-left: 1px solid #dccaa7
}

.botcurve {  
  background-image: url(../images/om_bottomcurve.jpg);
  background-repeat: no-repeat
}

.ombkg {  
  background-image: url(../images/ombkg.jpg);
  background-repeat: repeat-x
}

.linkbg {  
  background-image: url(../images/oplink.gif);
  background-repeat: no-repeat
}

.bookmenu {
  font-size: 8pt;
  cursor: hand;
}

.menuover {
  font-size: 8pt;
  cursor: hand;
}

.footer {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 7pt;
}

.report {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 8pt;
  text-align: justify;
}

.dfont {
  font-family: Georgia, Times New Roman, Times, serif;
  font-size: 8pt;
  font-weight: bold;
}

.blurb {
  text-align: justify;
  font-size: 8pt;
  line-height: 14pt;
  padding: 10px 10px;
  border-top: 1px dashed #dccaa7;
  border-right: 1px dashed #dccaa7;
  border-bottom: 1px dashed #dccaa7;
  border-left: 1px dashed #dccaa7;
}

.just {
  text-align: justify;
}

.just2 {
  color: #CCCCCC;
  text-align: justify;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 7pt
}

.tiny {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 8pt;
}

.tiny2 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 7pt;
}

.mbar {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 8pt;
}

textarea {
    font: 8pt Verdana, Arial, Helvetica, sans-serif;
    border: 1px solid #A2A2C1;
    color: #000000;
    background-color: white;
}
 
input {
    font: 8pt Verdana, Arial, Helvetica, sans-serif;
    border: 1px solid #A2A2C1;  
    color: #000000;
    cursor: hand;
    background-color: #ffffff;
    margin: 0em 0em 0em 0em;
}
 
select {
    border: 1px;
    border-style: solid;
    border-color: #A2A2C1;
    font: 8pt Verdana, Arial, Helvetica, sans-serif;
    margin: 0em 0em 0em 0em;
} 

td {
  color: #333333;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 8pt
}

h1 {
  color: #663300;
  font-size: 12pt;
  font-weight: bold;
}

h2 {
  color: #663300;
  font-size: 12pt;
  font-weight: bold;
}

h3 {
  color: #663300;
  font-size: 10pt;
  font-weight: bold;
}

ul {
   list-style-type: circle
}

li {
   list-style-type: circle
}

a:link {
  color: #666699;
  text-decoration: none;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 8pt;
}

a:visited {
  color: #666699;
  text-decoration: none;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 8pt;
}

a:hover {
  color: #CC9933;
  text-decoration: none;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 8pt;
}

a:active {
  color: #CC9933;
  text-decoration: none;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 8pt;
}

hr {
  color: #dccaa7;
  height:1px;
}

legend {
  color: #000000;
}

form {
    border: none;
}

input.context {
    /* background: White url(linkTransparent.gif) left no-repeat;*/ 
    color: #A2A2C1;
    cursor: hand;
    font-weight: normal;
    padding: 1px 1px 1px 10px;
    text-transform: lowercase;
}