@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	background: white;
}

* {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11pt;
	color: #000;
}

#container {
	width: 100%;
}

#header {
	display: none;
}

#header h1 {
	display: none;
}

#header h2 {
	display: none;
}

#header h3 {
	display: none;
}

#menue {
	display: none;
}

#menue ul {
	display: none;
}

#menue ul li {
	display: none;
}

#menue ul li a {
	display: none;
}

#menue ul li a:hover {
	display: none;
}

#menue ul #last a {
	display: none;
}

#menue #current a {
	display: none;
}

#menue #ebay img {
	display: none;
}

#content {
	margin: auto;
}

#content h3 {
	text-align: center;
}

.page_break {
	page-break-before: always;
}

.table {
	width: 100%;
	margin-top: 2em;
}

#comment {
	font-size: 8pt;
	color: #000;
	font-style: normal;
	text-align: right;
	margin: 1em auto;
	width: 90%;
}

#comment *{
	font-size: 10pt;
	text-align: right;
}

#print_only {
	display: block;
	margin-top: 2em;
	margin-right: auto;
	margin-bottom: 2em;
	margin-left: auto;
	border: thin solid #000;
	width: 60%;
}

#print_only *{
	text-align: center;
	font-size: 10pt;
}

#footer {
	display: none;
}
