a.tab {
	color: black;
	text-decoration:none;
}
td.tab {
     background-image:url('images/tab1.gif');
	 background-repeat:no-repeat;
     width: 71px;
     height: 37px;
	 border-bottom:0px solid #003366;
}

td.tabHoover {
     background-image:url('images/tab2.gif');
	 background-repeat:no-repeat;
     width: 71px;
     height: 37px;
	 border-bottom:0px solid #cccccc;
}

td.TabBottomOn {
     border-top:1px solid #dddddd;

}
td.TabBottomOff {
     border-top:1px solid #003366;
}

div.tabText {
     color: #000000;
     font-family: Helvetica, Arial;
     font-size: 8pt;
     padding-left:9px;
     text-decoration: none;
}

div.factsheetBody {
    border: 0px solid #003366;
    /*height:300px;*/
    /*overflow:auto;*/
}
div.factsheetHeader {
  font-weight:bold;
  border-bottom: 2px solid #FF9933;
  margin:15px;
}

td.FactSheetHeader {
  background-color:#99ccff;
  font-weight:bold;
}

div.factsheetDesc {
  margin-left:20px;
  margin-right:20px;
  font-size:8pt;
  margin-bottom:10px;

}

table.factSheetProduct {
   width:80%;
   margin-left:30px;
   color: #003366;
   font-family: Arial;
   font-size: 8pt;
}

div.factsheetBackIndex {
  text-align:center;
   color: #003366;
   font-family: Arial;
   font-size: 8pt;
   padding-top:50px;
   padding-bottom:10px;
}

