 /***************************************************
   HTML Element Styles
 ***************************************************/
 
	#lpanel a 
	{
		color: #333;
		text-decoration: none;
		padding-left: 5px;
		background: url(images/b-1.gif) no-repeat center left;
	}

	#lpanel a:hover {
		color: #690;
		font-weight: bold;
		background: url(images/b-2.gif) no-repeat center left;
	}
      
    .pointPadding{
        padding-left: 5px;
    }
   
   body{
		color:#404040;
   }
   
   a.linkColor
   {
		color:#404040;
   }
   