body {
	background-color: #eee;
	color: #000;
	font-family: Verdana, sans serif;
	font-size: 15px;
	padding: 0px;
	margin: 0px;
	line-height: 1.5;
}

#language-selector {
	position: absolute;
	left: 2px;
	top: 2px;
}

#logo {
	position: absolute;
	right: 0px;
	top: 0px;
}

#page-header {
	background-color: #000;
	height: 152px;
}

#page-header .note {
	font-size: 12px;
	font-style: italic;
	text-align: center;
	color: #def;
	margin: 0px;
}

#page-header h1 {
	font-size: 42px;
	font-weight: bold;
	color: #dff;
	text-align: center;
	padding-top: 10px;
	margin: 0px;
}

h1 {
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	padding-top: 10px;
	margin: 0px;
}

h2 {
	font-size: 24px;
	font-weight: bold;
	padding: 10px 10px 5px 5px;
	margin: 0px;
}

h3 {
	font-size: 18px;
	font-weight: bold;
	padding: 5px 5px 5px 5px;
	margin: 0px;
}


p {
	padding: 10px 10px 5px 5px;
	margin: 0px;
}

ul {
	padding: 10px 10px 5px 25px;
	margin: 0px;
}

hr {
	width: 70%;
}

a:link {
	color: #05c;
	text-decoration: underline;
}

a:visited {
	text-decoration: underline;
}

a img {
	border: 0px;
}

.centered {
	text-align: center;
}

.footer {
	font-size: 13px;
	text-align: center;
	color: #888;
	margin-top: 50px;
}

.menu {
	width: 100%;
	text-align: center;
	background-color: #568;
	padding-top: 2px;
	padding-bottom: 2px;
}

.menu span {
	font-weight: normal;
	font-family: Arial;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 4px;
	padding-bottom: 8px;
}

.menu .menu1 a:link			{ font-size: 17px; color: #eee; }
.menu .menu1 a:visited		{ font-size: 17px; color: #ddf; }
.menu .menu1-s a:link		{ font-size: 20px; color: #fff; font-weight: bold; }
.menu .menu1-s a:visited	{ font-size: 20px; color: #eef; font-weight: bold; }

.menu .menu2 a:link			{ font-size: 15px; color: #eee; }
.menu .menu2 a:visited		{ font-size: 15px; color: #ddf; }
.menu .menu2-s a:link		{ font-size: 17px; color: #fff; font-weight: bold; }
.menu .menu2-s a:visited	{ font-size: 17px; color: #eef; font-weight: bold; }

.description {
	font-size: 12px;
	line-height: 140%;
}

.content-table {
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}
