table.loctree      { 
                   background-color : #ffff00;
                   }

a.loctree:link     {
		   color: #0000ff;
		   text-decoration: underline;	
                   font-weight: normal;				
  		   }

a.loctree:visited  {
		   color: #0000ff;
		   text-decoration: underline;	
                   font-weight: normal;				
  		   }

a.loctree:hover    {
		   color: #ff0000;
		   text-decoration: underline;	
                   font-weight: normal;				
  		   }

td.loctreehead     { 
                   background-color : #0000ff;
                   width : 150px;
                   text-indent:10px;
		   font-size: 12px;
                   font-weight: bold;	
                   letter-spacing : 0px;
		   }

td.loctreelink     {
                   background-color : #ffff00;
                   text-indent:10px;
		   font-size: 12px;
                   font-weight: bold;	
                   letter-spacing : 0px;
		   }

span.loctreehead   {
		   color: #ffff00;
		   font-size: 12px;
                   font-weight: bold;	
                   letter-spacing : 0px;
		   text-decoration: none;
		   line-height: 25px;
                   }
		  
span.loctreelink   {
		   color: #0000ff;
                   margin-left: 2px;	
                   margin-right: 2px;
		   font-size: 12px;
                   font-weight: normal;	
                   letter-spacing : 0px;
		   text-decoration: none;
		   line-height: 25px;
		   }




