/* maps.css */

	
	a:hover 
	{
		color: #3399FF; 
		text-decoration: underline; 
		font-family: Verdana, Arial, Helvetica, sans-serif; 
	}
	.style1 
	{
		font-weight: bold;
	}
	.style2 
	{
		font-weight: bold;
	}
	.nobo
	{
		font-weight:normal;
	}
	.kwds{
		display:inline;
		font-size: 13pt;
		font-style: normal;
		font-weight: bold;
		color: #000000;
		}