body {
	font-family: 'Lucida Grande','Lucida Sans Unicode','Lucida Sans',Arial,Helvetica,sans-serif;
	margin: 0px;
	padding: 0px;
	background-color: #f3f3f3;
	color: #333333;
	font-size: 14px;
}

#headerholder {
	position: absolute;
	width: 100%;
	height: 200px;
	z-index: 2;
	padding: 20px 0px 20px 0px;
	background: url(utils/headerback2.jpg);
}
#header {
	position: absolute;
	width: 902px;
	height: 248px;
	top: 0px;
	left: 50%;
	margin-left: -451px;
	color: #ffffff;
	background-image: url(utils/header.jpg);
}
a, a:hover, a:visited {
	color: #333333;
}
#header a, #header a:hover, #header a:visited {
	color: #ffffff;
}
#header .part {
	margin: 0px 0px 0px 50px;
	border-bottom: 0px none;
}
#header p {

	padding-top: 10px;
	font-size: 12px;
}
#container {
	position: absolute;
	width: 900px;
	left: 50%;
	top: 200px;
	padding-top: 70px;
	margin-left: -451px;
	border-top: 1px solid #dadada;
	border-left: 1px solid #dadada;
	border-right: 1px solid #dadada;
	background-color: #ffffff;
	z-index: 1;
}
#content {
	margin: 50px;
}
.part {
	border-bottom: 1px solid #eeeeee;
	padding: 0px 0px 30px 0px;
	margin: 0px 0px 30px 0px;
}
p {
		line-height: 22px;
}
table {
	width: 100%;
}
table, tbody, table td, table td {
	border-collapse: collapse;
	border-spacing: 0px 0px;
	border: 0px none;
	vertical-align: top;
}
ul {
	list-style: none;
	margin: 10px 0px 10px 0px;
	padding: 0px;
}
h1 {
	font-size: 27px;
	padding: 0px;
	margin: 50px 0px 0px 0px;
}
h2 {
	margin-top: 0px;
}
em {
	line-height: 24px;
}
li {
	margin: 6px 0px 6px 0px;
}
img, td ul {
	margin-right: 50px;
}
hr {
	border-top: 1px solid #dadada;
	border-bottom: 1px solid #ffffff;
	border-left: 0px none;
	border-right: 0px none;
}
small {
	margin-top: 10px;
	display: block;
	width: 400px;
	line-height: 15px;
}

.scaled-embed {
	position: relative;
	overflow: hidden;
}
.scaled-embed:before {
	content: "";
	display: block;
	padding-top: calc(100% * 9 / 16);
	background: rgba(0 0 0 / 0.1);
}
.scaled-embed iframe {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
	background: transparent;
}
.scaled-embed_consent {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	z-index: 2;
}
.scaled-embed.consent-given .scaled-embed_consent {
	display: none;
}
.scaled-embed_consent-button {
	appearance: none;
	border: none;
	font-size: 1.3rem;
	border-radius: 1.8em;
	border: 2px solid rgba(0 0 0 / 0.5);
	display: inline-block;
	padding: 0.5em 1em 0.55em;
	background: white;
	filter: drop-shadow(1px 1px 10px rgba(0 0 0 / 0.1));
	cursor: pointer;
}
.scaled-embed_consent_background {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	object-fit: cover;
	transform: scale(1.05);
	filter: blur(10px);
	opacity: 0.7;
}