body {
	background-color: white;
	color: black;
	font-size: 13px;
	font-family: arial, sans-serif;
	margin-top: 0px;
	margin-bottom: 100px;
	margin-left: 0px;
	margin-right: 0px;
}

table.main {
	width: 100%;
	padding : 0px;
	margin: 0px;
	border: 0px;
	border-collapse:collapse;
}

table.content {
	border: 0px;
	border-collapse:collapse;
	margin-top: 15px;
	margin-bottom: 40px;
	margin-right: auto;
	margin-left: auto;
}

table.content_max {
	border: 0px;
	border-collapse:collapse;
	margin-top: 15px;
	margin-bottom: 40px;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
}

table.other {
	background: #DDEEFF;
	width: 250px;
	min-width: 250px;
	max-width: 250px;
	border: 0px;
	border-collapse:collapse;
	margin-top: 15px;
	margin-bottom: 40px;
}

td.menu {
	background-color: #BBCCFF;
	color: black;
	vertical-align: top;
	width: 150px;
	min-width: 150px;
	margin: 0px;
	padding: 0px;
}

td.content {
	vertical-align: top;
	width: 100%;
	margin: 0px;
	text-align: justify;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
	padding-right: 40px;
}

td.other {
	background-color:#DDEEFF;
	color: black;
	vertical-align: top;
	width: 250px;
	margin: 0px;
	padding: 0px;
	text-align: justify;
}

td.menu_top {
	background-color: #6699FF;
	height: 15px;
	width: 200px;
	border-top: 1px;
	border-bottom: 1px;
	border-left: 0px;
	border-right: 0px;
	border-color: black;
	border-style: solid;
}

td.menu_bottom {
	background-color: #CCDDFF;
	height: 15px;
	width: 200px;
	border-top: 1px;
	border-bottom: 1px;
	border-left: 0px;
	border-right: 0px;
	border-color: black;
	border-style: solid;

}

td.content_top {
	background-color: #77AAFF;
	height: 15px;
	width: 100%;
	border-top: 1px;
	border-bottom: 1px;
	border-left: 0px;
	border-right: 0px;
	border-color: black;
	border-style: solid;
}

td.content_section_title {
	font-size: 12px;
	font-weight: bold;
	font-family: arial, sans-serif;
	white-space: pre;
	padding-bottom: 10px;
}

td.content_section_date {
	color: #DD2222;
	text-align: right;
	font-size: 11px;
	font-weight: bold;
	font-family: 'comic sans', sans-serif;
	white-space: pre;
	padding-bottom: 10px;
}

td.content_bottom {
	background-color: #DEDEFF;
	height: 15px;
	width: 100%;
	border-top: 1px;
	border-bottom: 1px;
	border-left: 0px;
	border-right: 0px;
	border-color: black;
	border-style: solid;
}

td.other_top {
	background-color: #6699FF;
	height: 15px;
	width: 200px;
	border-top: 1px;
	border-bottom: 1px;
	border-left: 0px;
	border-right: 0px;
	border-color: black;
	border-style: solid;
}

td.other_section_title {
	background-color: #CCDDFF;
	color: black;
	text-indent: 20px;
	font-size: 11px;
	font-weight: bold;
	font-family: arial, sans-serif;
	border-top: 1px;
	border-bottom: 1px;
	border-left: 0px;
	border-right: 0px;
	border-color: black;
	border-style: solid;
	white-space: pre;
}

td.other_section_date {
	background-color: #CCDDFF;
	color: #DD2222;
	text-align: right;
	font-family: 'comic sans', sans-serif;
	font-size: 11px;
	font-weight: bold;
	white-space: pre;
	border-top: 1px;
	border-bottom: 1px;
	border-left: 0px;
	border-right: 0px;
	border-color: black;
	border-style: solid;
	padding-right: 20px;
}

td.other_subsection {
	background-color: #DDEEFF;
	color: black;
	padding-top: 10px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	text-indent: 0px;
	font-size: 12px;
	font-family: arial, sans-serif;
	border: 0px;
}

td.other_bottom {
	background-color: #CCDDFF;
	height: 15px;
	width: 200px;
	border-top: 1px;
	border-bottom: 1px;
	border-left: 0px;
	border-right: 0px;
	border-color: black;
	border-style: solid;
}

img {
	border: 0px;
	border-style: solid;
	border-color: black;
	vertical-align: middle;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 2px;
	margin-bottom: 2px;
}

a.menu:link {
	color: black;
	text-decoration: none;
}

a.menu:visited {
	color: black;
	text-decoration: none;
}

a.menu:hover {
	color: #DD2222;
	text-decoration: underline;
}

a.menu:active {
	color: black;
	text-decoration: none;
}

a.section:link {
	color: black;
	text-decoration: none;
}

a.section:visited {
	color: black;
	text-decoration: none;
}

a.section:hover {
	color: #FF2222;
	text-decoration: underline;
}

a.section:active {
	color: black;
	text-decoration: none;
}

hr.content {
	width: 75%;
	color: #335599;
	margin-top: 30px;
	margin-bottom: 30px;
	height: 1px;
	border-top: 1px;
}

p {
	margin-top: 0px;
	margin-bottom: 10px;
}

ul.section {
	padding-left: 10px;
	margin: 0px;
	list-style-position: inside;
	list-style-type: disc;
}

ul.menu {
	list-style-type: none;
	list-style-position: outside;
	width: 150px;
	min-width: 150px;
	border-top: 1px;
	border-bottom: 0px;
	border-right: 0px;
	border-left: 0px;
	border-style: solid;
	margin-top: 15px;
	margin-bottom: 30px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
}

li.menu_section {
	background-color: #BBCCFF;
	color: black;
	width: 100%;
	text-indent: 20px;
	font-size: 11px;
	font-weight: bold;
	font-family: arial, sans-serif;
	border-top: 1px;
	border-bottom: 1px;
	border-left: 0px;
	border-right: 0px;
	border-style: solid;
	border-color: black;
	margin-top: -1px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 0px;
	padding-right: 0px;
}

li.menu_current_section {
	background-color: #99AAFF;
	color: black;
	width: 100%;
	text-indent: 20px;
	font-size: 11px;
	font-weight: bold;
	font-family: arial, sans-serif;
	border-top: 1px;
	border-bottom: 1px;
	border-left: 0px;
	border-right: 0px;
	border-style: solid;
	border-color: black;
	margin-top: -1px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 0px;
	padding-right: 0px;
}

h1 {
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 20px;
	margin-bottom: 25px;
	border: 0px;
	border-collapse:collapse;
	text-align: center;
	font-size: 35px;
}

img.logo {
	margin-left: 30px;
	margin-right: 30px;
}

img.language {
	border: 0px;
	vertical-align: middle;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}

div.top_bar {
	text-align: right;
	border-top: 1px;
	border-bottom: 1px;
	border-left: 0px;
	border-right: 0px;
	border-style: solid;
	padding-right: 20px;
	margin-bottom: 35px;
}

div.foot_bar {
	text-align: center;
	border-top: 0px;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
	border-style: solid;
	padding-right: 20px;
	margin-top: 45px;
	margin-bottom: 35px;
	font-size: 11px;
	padding-top: 10px;
	padding-bottom: 10px;
}