@charset "utf-8";
/* CSS Document */

html, body{
	margin:0px;
	padding: 0px;
	height:100%;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
div#map{
	position: relative;
	width: 100%;
	height:100%;
	background-color: #FFFFFF;	
}
a:link, a:visited{
	color: #0000EE;
}
a:hover{
	
}
img{

	border-style: none;
}
