/* CSS Document */

			#divLenderSearch
			{
				font-size:11px;
			}

			#searchinstructions
			{
				font-size:10px;
				text-decoration:none;
				font-weight:normal;
			}
		
			#searchtitle
			{
				font-size:12px;
			}

			#tblSearchResultsHeader		    
			{
		    	font-size:12px;
		    	width:732px;
		    	background-color:#08542B;
				color:White;
			}
			
		    #tblSearchResults, #tblAllResults
		    {
		    	font-size:12px;
		    	width:712px;
	/*	    	background-color:#E8F2D0;    */
		    	background-color:#ffffff;
				
		    }

            #divlenders
            {
            	height:200px;
            	overflow:auto;
            	width:730px;
            	border:1px solid Black;
	/*	    	background-color:#E8F2D0;   */
		    	background-color:#ffffff;
            }
		    
		    #tblSearchResults td, #tblAllResults td
		    {
		    	border-bottom:1px solid Green;
		    	vertical-align:top;
		    }
		    
		    #colLender
		    {
		    	width:150px;
		    }
		    #colPhoneNumber
		    {
		        width:150px;
		    }
		    #colServing
		    {
		    	width:370px;
		    }
		    

