
	body {
		background:#CBCBCB;
		font-family:Helvetica,arial,sans-serif;
		margin:0px;
  		overflow:hidden;
	
	}

	a {
		color:#B39F2C;
		font-size:9pt;
		font-weight:bold;
		text-decoration:underline;
		target:_top;
		}

	a:hover {
		color:#E0CB50;
		background:554677;
		text-decoration:none;
		}

	a.menu {
		padding-left:7px;
		padding-right:7px;
		background:#393862;
		color:#B39F2C;
		text-align="center"
		font-size:10pt;
		text-decoration:none;
		}

	a.continents {
		padding-left:7px;
		padding-right:7px;
		background:#393862;
		color:#B39F2C;
		text-align="center"
		font-size:9pt;
		text-decoration:none;
		}

	#menu {
		text-align:center;
		padding-top:20px;
		background:#393862;
		height:300px;
		}	

		
	input[type="button"]
		{
		width:50px;
		height:17px;
		font-size:5pt;
		border-radius:8px;
		border:2px solid #6F6F6E;
		}


Mapframe {
		position:absolute;
		left: 0px;
		top: 75px;
        width: 100%; 
	height:100%;
        bottom: 0;
        color: white;
        background: rgba(132, 132, 132, 0.8);
        padding: 2px; 
    		}


@media only screen and (max-width: 1030px) {
Bar_Over_Map {
              display: none !important;
	}
TABLE {
              display: none !important;
	}
	}


Bar_Over_Map {
		position:absolute;
		left: 0px;
		top: 0px;
        width: 100%; 
	height:60px;
        bottom: 0;
        color: white;
        background: rgba(132, 132, 132, 1);
        padding: 0px; 
    		}






	