
    v\:* {
      behavior:url(#default#VML);
    }
    
    html {
		width: 100%;
		height: 100%;
		min-width: 200px;
		overflow: hidden;
		}
	
	body {
		margin:0px 0px 0px 0px;
		padding:0px;
		width: 100%;
		height: 100%;
		font-size: 1em;
		color: #000000;
		}
		
	#map {
   		margin-right:150px;
   		height: 100%;
		}
		
	#panel {
		font-size: 10pt;
		position: absolute;
		right: 0px;
		top: 0px;
		width:150px;
		height: 99%;
		background:#FFFF99;
		overflow : auto;
		}
	
	#bug { 
		position: absolute;
		margin-bottom: -10px;
		bottom: 0px;
		width:150px;
		height:70px;
		z-index:  1;
		background: url(logo.png) no-repeat bottom right;
		}

	#form	{
		border-bottom: 1px dotted #666666;
	}
	
	#list	{
		padding-top: 5px;
		padding-left: 3px;
		border-bottom: 1px dotted #666666;
	}
	
	a:link 	{	
		color: #000000;
			}

	.dropdown	{ 
		margin-bottom: 5px;
			}
	
	
	a.pricelist:link	{
			text-decoration: none;
			}

	a.pricelist:hover{
			text-decoration: underline;
			color: #333399;
			}

	#price0 { display: none;
				border: thin dotted #666666;
				background-color: #50EF5C;
				margin-bottom: 5px;}

	#price1 { display: none; 
				border: thin dotted #666666;
				background-color: #EFDC50; }

	#divPolice { display: none; 
				border: thin dotted #666666;
				background-color: #5089EF; }

	#divFire { display: none; 
				border: thin dotted #666666;
				background-color: #EF5650; }