	.titleH{
		margin:0px; 
		color:red; 
		font-size: large;
		font-weight: bold;
	}
	.titleC{
		border-bottom: thin solid gray; 
		height:40px;
	}
	
	.titleC2{
		border-bottom: thin solid gray; 
	}
	
	.txtR{float:right;}
	.txtL{float:left;}
	
	#map{
		background-color:#E0EEEE;
		height:102.5%;
	}
	#outterMap{
		height:600px;
		position:relative;
		top: 0; 
		left: 0;
		border: thin black solid;
		overflow: hidden;
	}
	#mapinfo{
		z-index:10000; 
		position:absolute; 
		left:40px; 
		top:10px; 
		background:white;
		background:rgba(255,255,255,0.8);
		border: thin black solid;
		padding: 20px;
		cursor: move;
		max-width:500px;
		min-width:250px;
		display: none;
		}
	#legend{
		width:35%;
		background:white;
		background:rgba(255,255,255,0.8);
		z-index:10000; 
		position:absolute; 	
		border-left: thin black solid; 
		right:0; 	
		top: 0;
		height:101%;
		overflow: hidden;
		border-bottom: thin black solid; 
	}
	#legendInner{
		margin: 10px 20px 20px 20px;
	}
	.switchContainer{
		font-size: 12px;
		height: auto;
		margin: 10px 0px;
	}
	.switchMain{
		width:70px;
		cursor:pointer;
		border: medium black solid;
		color:white;
		text-align:center;
		padding: 1px;
		font-size:small;
		height:20px;
		float:right;
		top:0px;
	}
	.switchIcon{float:left;}
	.switchLabel{
		font-size:medium;
		float:left;
		width:100%;
		font-weight:bold;

	}
	.switchOff{
		background-color:red;		
	}
	.switchOn{
		background-color:green;		
	}
	.legendbox{
	height:15px;width:15px;margin-top:3px;
	}