@CHARSET "UTF-8";
html
{
	background-color: #9f9c9b;
	font-family: Arial, Verdana, Helvetica, Sans-serif;
	font-size: 1em;
}

.Page
{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -10px;
	background-color: #9f9c9b;
	color: #FFFFFF;
}

a
{
	color: #FFFFFF;
}

a:hover
{
	text-decoration: none;
}

.LanguageSelection
{
	
	float: right;
}

.Flag
{
	display: inline;
	margin-left: 5px;
}
	

.Navigation
{
	font-family: Verdana, Helvetica, Sans-serif;
	font-variant: small-caps;
	margin-left: -41px;
}

.NavigationLevel1 ul li
{
	list-style-type: none;
	display: inline;
	margin-right: 1em;
}

.ContentBG
{
	background-image: url("../img/bg.jpg");
	min-height: 867px;
	color: #9f9c9b;
	font-family: Arial, Serif;
	background-repeat: repeat-y;
	padding-left: 2em;
	padding-top: 1px;
}

.ContentBG a
{
	color: #9f9c9b;
}

h1
{
	font-family: Verdana, Sans-Serif;
}

table
{
	width: 95%;
	border-color: #9f9c9b;
	border-style: solid;
	border-collapse: collapse;
}

table tbody tr td, table tbody tr th
{
	border-width: thin;
	boder-color: #9f9c9b;
	padding-left: 5px;
	border-style: solid;
}

#map_canvas
{
	width: 750px;
	height: 600px;
	margin-left: -0.5em;

}

.time
{
	font-weight: bold;
	
