/*
Styles:

Blue: #86CCDD
Gray: #4C4C4C
Green: #00FF00;

*/
* {
	margin: 0;
	padding: 0;
	border: none;
}

#header {
	background-color: #86CCDD;
	color: #4C4C4C;
	padding: 10pt;
}

#header h1 {
	font-size: 24pt;
	font-family: "Georgia", "Helvetica", sans-serif;
}

#header h2 {
	font-size: 16pt;
	font-family: "Georgia", "Helvetica", sans-serif;
	padding-top: 10pt;
	padding-left: 20pt;
}

#header address {
	position: absolute;
	right: 10pt;
	top: 10pt;
	font-size: 12pt;
	font-family: "Georgia", "Helvetica", sans-serif;
}

#header address a {
	color: #4C4C4C;
	background-color: #86CCDD;
	font-family: "Georgia", "Helvetica", sans-serif;
	text-decoration: none;
}

#menu {
	background-color: #4C4C4C;
	color: #86CCDD;
	padding: 5pt;
	list-style: none;
	text-align: center;
}

#menu li {
	list-style: none;
	display: inline;
	padding-left: 30pt;
	padding-right: 30pt;
}

#menu a {
	background-color: #4C4C4C;
	color: #86CCDD;
	font-weight: bold;
	font-size: 10pt;
	font-family: "Georgia", "Helvetica", sans-serif;
	padding: 2pt;
}

#menu a.active {
	background-color: #86CCDD;
	color: #4C4C4C;
}

#content {
	padding-left: 10pt;
	padding-bottom: 10pt;
	padding-top: 10pt;
	margin-right: 5pt;
	font-family: "Georgia", "Helvetica", sans-serif;
	font-size: 12pt;
	line-height: 18pt;;
	font-family: "Georgia", "Helvetica", sans-serif;
	background-image: url(ich.jpg);
	background-repeat: no-repeat;
	background-position: center right;
	background-attachment: fixed;
	padding-right: 160px;
	min-height: 300pt;
}

#content h3,#content h4,#content h5 {
	padding-bottom: 10pt;
}

#content h3 {
	font-family: "Georgia", "Helvetica", sans-serif;
	font-size: 20pt;
	font-weight: bold;
}

#content h4 {
	font-family: "Georgia", "Helvetica", sans-serif;
	font-size: 12pt;
	text-align: center;
	font-weight: bold;
}

#content h5 {
	font-family: "Georgia", "Helvetica", sans-serif;
	font-size: 12pt;
	font-weight: normal;
	text-align: center;
}

#content h6 {
	font-family: "Georgia", "Helvetica", sans-serif;
	font-size: 14pt;
	font-weight: bold;
}

#content p {
	padding-bottom: 10pt;
}

#content a {
	font-family: "Georgia", "Helvetica", sans-serif;
	color: black;
}

#language {
	text-align: center;
	font-size: 12pt;
	font-family: "Georgia", "Helvetica", sans-serif;
	padding-bottom: 20pt;
	color: #4C4C4C;
}

#language a {
	color: #4C4C4C;
}

#footer {
	background-color: #4C4C4C;
	color: #86CCDD;
	padding: 5pt;
	text-align: center;
	font-family: "Georgia", "Helvetica", sans-serif;
	font-size: 10pt;
}

#footer a {
	background-color: #4C4C4C;
	color: #86CCDD;
	font-family: "Georgia", "Helvetica", sans-serif;
	font-size: 10pt;
	padding: 2pt;
}

.hidden {
	display: none;
}

.print {
	display: none;
}

.sign {
	font-style: italic;
}

.centered {
	text-align: center;
}

.half {
	width: 50%;
}

.threequarter {
	width: 75%;
}

dl dt {
	font-weight: bold;
}

dl dd {
	margin-left: 20pt;
}

table {
	width: 100%;
}

table td,table th {
	vertical-align: top;
	padding-bottom: 20pt;
}

table th {
	font-size: 12pt;
}

table li {
	list-style: none;
	padding-left: 10pt;
}

li {
	margin-left: 2em;
}

input,textarea {
	border-style: solid;
	border-width: 1pt;
	border-color: black;
	width: 200pt;
}

textarea {
	height: 100pt;
}