 /* mapsgb.css Google Maps basic */
	   p, li {
	  	font-family: Verdana, sans-serif;
	  }
	  a:link, a:visited {
	    color: #008;
	    text-decoration: none;
		font-weight: bold;
	  }
	  a:hover {
	      text-decoration: underline;
		color: #000;
	  }	
	  
	  #side_bar {
		font-size: 12px;	  
	  }
	  
	  #navfoot {
		font-size: 14px;	  
	  }
	  
	  #navfoot a {
		border: none;
	  }
	  
	  #map {
		font-size: 14px;	  
	  }
	  
	  #map a {
		font-size: 12px;
	  }
	  
	  .note {
		font-size: 11px;
	  }

