body {
	background-color:#e2e3e4;
	scrollbar-face-color:#63b5e5; 
	scrollbar-track-color:#145fa0;
	scrollbar-arrow-color:#ffffff;
	scrollbar-highlight-color:#63b5e5;
}
a {
	color: #b1daf2;
	text-decoration: none;
}
a:hover {
	color: #145fa0;
	text-decoration: none;
}
.bodytext {
	color: white;
	font-family: arial;
	font-size: 8pt;
}
.body {
	color: white;
	font-family: arial;
	font-size: 8pt;
	text-align: justify;
	width: 485;
	height: 409;
	overflow: auto;
         overflow-x: hidden;
}
.bodysmall {
	color: white;
	font-family: arial;
	font-size: 8pt;
	text-align: justify;
	width: 485;
	height: 200;
	overflow: auto;
}
.heading {
	color: white;
	font-family: arial;
	font-size: 9pt;
	font-weight: bold;
	text-align: left;
}
.heading td {
         border-bottom: 1px solid white;
         padding: 4 4 4 0;
}
.heading a {
	color: white;
	display: block;
}
.heading a:hover {
	color: #145fa0;
}
.menu a {
	color: white;
}
.menu a:hover {
	color: #145fa0;
}
.menu {
	color: white;
	font-family: arial;
	font-size: 10pt;
	--text-transform: lowercase;
	text-align: center;
	width: 700;
	margin: auto;
}
td {
	vertical-align: top;
}
.menutd {
	vertical-align: middle;
	text-align: center;
	height: 55;
	width: 778;
}
.rightsmall {
	float: right;
	width: 215;
	margin-right: 10;
	color: white;
	font-family: arial;
	font-size: 9pt;
}
.rightmenu {
	float: right;
	width: 215;
	height: 409;
	margin-right: 10;
	color: white;
	font-family: arial;
	font-size: 9pt;
}
.rightmenu a {
	color: white;
	display: block;
	text-align: center;
	border: 1px solid white;
	padding: 4px;
}
.rightmenu a:hover {
	color: #145fa0;
}
.overviewmenu {
	color: white;
	font-family: arial;
	font-size: 9pt;
	font-weight: bold;
	text-align: left;
	float: right;
	width: 200;
	margin-right: 20;
}
.overviewmenu a {
	color: white;
	display: block;
}
.overviewmenu a:hover {
	color: #145fa0;
}
.maptext {
         width:243;
         height:180;
         overflow:auto;
         padding-right:4px;
	margin: 0 10 10 0;
}
.contenttd {
	padding: 10 10 10 40;
	height: 429;
}
.body p {
	width: 450;
}
.bodysmall p {
	width: 450;
}
ul {
	width: 425;
	margin-left: 0;
	padding-left: 25;
	left: -25;
}
li {
	width: 425;
         vertical-align: top;
         position: relative;
         top: -0.25em;
}
li ul { 
         width: 400;
}
li li { 
         width: 400;
         vertical-align: top;
         position: relative;
         top: -0.25em;
}