html, body {

	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	color: rgb(0,0,0);
	background: rgb(255,255,255);

}

h1 {

	font-size: 140%;

	margin: 0px;
	padding-bottom: 15px;

}

h2 {

	font-size: 110%;
	line-height: 100%;
	font-weight: bold;

	margin: 0px 0px 15px 0px;
	padding: 0px;

}

h3 {

	font-size: 100%;
	line-height: 100%;
	font-weight: bold;

	margin: 0px 0px 0px 15px;
	padding: 15px 0px 15px 15px;
	background-color: rgb(250,250,250);
	border-bottom: 1px solid rgb(0,0,0);

	clear:left;

}

p {

	font-size:80%;
	line-height:180%;
	font-stretch:wider;

	margin:0px;
	padding:0px;

}

address {

	font-size: 80%;
	line-height: 180%;
	font-stretch: wider;
	font-style: normal;
	margin: 0px;
	padding: 0px;

}

abbr, acronym {

	border-bottom: 1px dotted rgb(190,190,185);
	font-style: normal;
	cursor: help;

}

.headline {

	position: absolute;
	bottom: 0px;

}

.text {

	padding: 20px 40px 25px 0px;

}

.copyright {

	font-size: 70%;
	margin-top: 5px;

	color: rgb(128,123,121);
	background-color: rgb(255,255,255);

}

.information {

	font-size: 70%;

}

.annotation {

	font-style:italic;

	color: rgb(60,60,60);
	background-color: rgb(230,230,230);

}

.accentuation {

	font-weight: bold;

}

.accentuation-orange {

	font-weight: bold;

	color: rgb(217,140,0);
	background-color: rgb(255,255,255);

}

a {

	text-decoration: none;
	font-weight: normal;

	color: rgb(128,123,121);
	background-color: transparent;

}

a:hover {

	text-decoration: underline;

	color: rgb(51,50,48);
	background-color: rgb(255,255,255);

}

a.imagelink {

	border: 0px;
	margin: 0px;
	color: rgb(255,255,255);
	background-color: transparent;

}

.main-nav {

	display: none;

}

.sub-nav {

	margin-bottom: 10px;
	border-bottom: 1px solid rgb(0,0,0);
	padding: 10px 15px 8px 0px;

}

.content-head {

	position: relative;
	margin-top: 50px;
	border-bottom: 1px solid rgb(0,0,0);

}

.image-text {

	page-break-inside: avoid;
	height: 130px;
	clear:left;
	border-bottom: 1px solid rgb(0,0,0);

	padding: 15px 0px 15px 0px;

}

.image-text img {

	page-break-inside: avoid;
	float: left;

}

.image-text p {

	page-break-inside: avoid;
	margin-left: 210px;

}

.image-text-small {

	page-break-inside: avoid;
	height: 85px;
	clear:left;
	border-bottom: 1px solid rgb(0,0,0);

	padding: 15px 0px 15px 0px;
	margin-left:15px;

}

.image-text-small img {

	float: left;

}

.image-text-small p {

	margin-left: 220px;

}

.image-text-small h4 {

	margin-left: 210px;
	font-size: 80%;
	line-height: 100%;
	font-weight: bold;

}

.text {

	border-bottom: 1px solid rgb(0,0,0);

	padding: 15px 0px 15px 0px;

}

.footer {

	margin-left:15px;

	padding-top:5px;

}