
body { font-family :Verdana, Arial, Sans-serif;
      font-size : 10pt;
	  color :white}

p.plain,b { font-size : 10pt;
          font-weight : bold }

td { font-size : 10pt;
          font-weight : normal }

td.fin { font-size : 10pt;
		  text-align :right }

td.fin_head { font-size : 10pt;
          font-weight :bold;
		  text-align :right }

.item {
  color: white;
  font-weight : bold;
}
.highlight {
  color: red;
  font-weight : bold;
}
 
 p.ind {
  text-indent: 3em;
}

.itemnorm {
  color: white;
}

img.floatLeft {
float: left;
margin:0px;
}
img.floatRight {
float: right;
margin:0px;
}
#divPop {
          position: absolute;
          visiblity:hidden;
          width:0;
          height:0;
     }
     
     #tblHelp {
          border-collapse: collapse;
          border: 1px solid #000000;
          cursor:default;
     }
     
     #tblHelpHead {
          background-color:#006699;
          font:normal 8pt arial;
          color:#ffffff;
     }
     
     #tblHeadContent {
          background-color:white;
          font:normal 8pt arial;
          color:#000000
     }
     
     #tblHelpLink:link {
          COLOR: #333399; TEXT-DECORATION: none
     }
  #tblHelpLink:active {
       COLOR: #333399; TEXT-DECORATION: none
  }
  #tblHelpLink:visited {
       COLOR: #333399; TEXT-DECORATION: none
  }
  #tblHelpLink:hover {
       COLOR: #333399; TEXT-DECORATION: underline
  }
