.indextext {
    font-family: Arial; 
    font-size: 15px;
    font-style: normal;
    	margin-top: 0px;
    margin-left: 20px;
	margin-right: 5px;
	text-decoration : none;
}

.tbHead {
    font-family: Arial; 
    font-size: 9pt;
    font-style: normal;
	text-decoration : none;
}

A.pagelink {
	font-family: Arial;
    	font-size: 9pt;
	text-decoration : underline;
}

.pagelink2 {
	font-family: Arial;
    	font-size: 9pt;
	text-decoration : none;
}

.columnHeader {  
	font-family: Arial; 
	font-size: 12px; 
	font-style: normal; 
	font-weight: bold; 
	color: #000000; 
	background-color: #C3BEA6; 
	text-align: center; 
	vertical-align: middle
}

.bgImage {  
	background-repeat: no-repeat;
}

.link {
	font-family: Arial;
    	font-size: 8pt;
	text-decoration : underline;
}

.linkred {
	font-family: Arial;
    font-size: 8pt;
    color: Red;
	text-decoration : underline;
}


.leftpd   {
  padding-left: 50px;
 }
 .leftpd25 { padding-left: 25px; }


  #rootMenu  {
  position:absolute;
  top:88px;
  left:100px;
  height:20px;
  width:800px;
 }
 
 .rootInactive  {
  color : White;
  height:20px;
  font : normal 10px Verdana, Arial, Geneva, Helvetica, sans-serif;
  cursor:hand;
  text-align: center;
 }

 .rootActive  {
  color : White;
  height:20px;
  font : normal 10px Verdana, Arial, Geneva,  Helvetica, sans-serif;
  cursor:hand;
  text-align: center;
 }

 .rootInactive .left  {
  background : url("/graphics/green_bullet_left.gif") no-repeat;
  width:65px;
  height:20px;
 }
 .rootActive .left  {
  background : url("/graphics/blue_bullet_left.gif") no-repeat;
  width:65px;
  height:20px;
 }
 .rootInactive .middle  {
  background : url("/graphics/green_bullet_center.gif") repeat-x;
  width:50px;
  text-align: right;
 }
 .rootActive .middle  {
  background : url("/graphics/blue_bullet_center.gif") repeat-x;
  text-align: right;
  width:50px;
 }
 .rootInactive .right  {
  background : url("/graphics/green_bullet_right.gif") no-repeat;
  width:13px;
 }
 .rootActive .right
 {
  background : url("/graphics/blue_bullet_right.gif") no-repeat;
  width:13px;
 }
 
 .rootInactive .rightend  {
  background : url("/graphics/green_bullet_right_end.gif") no-repeat;
  width:13px;
 }
 .rootActive .rightend
 {
  background : url("/graphics/blue_bullet_right_end.gif") no-repeat;
  width:13px;
 }
 
 .menuNLF
 {
  	position : absolute;
	top:108px;
 	visibility: hidden;
   	z-index:100;
 }
 
  .menuNLFVisible  {
 	 position : absolute;
 	top:108px;
  	width : 200px;
  	visibility : visible;
    z-index:100;
 }

 .menuitem
 {
  background-color: #F5F5F5;
  color: Olive;
  font : bold 11px Verdana, Arial, Geneva, Helvetica, sans-serif;
  cursor: hand;
 }

 .menuitemon
 {
  background-color: Blue;
  color: White;
  font : bold 11px Verdana, Arial, Geneva, Helvetica, sans-serif;
  cursor: hand;
 }

 .subMenu {
  width: 200px;
  border : 1px solid Blue;
 }
