body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	font-size: 10pt;
}
#mediaInspector {
	display: none;
	z-index: 2;
}
#wrapper {
	text-align: left;
	width: 100%;
}
#header {
	height: 208px;
}
#logo, #topmenu, #customerlink {
	float: left;
}
#topmenu, #breadcrumbs {
	display: none;
}
#customerlink {
	width: auto;
	margin: 100px 0 0 60mm;
}
#main {
	border-top: 1pt solid #000;
}
#footer {
	margin-top: 20pt;
}
/*
 * Layout classes and tag appearance
 */
.print {
	display: block;
}
a.print, span.print {
	display: inline;
}
.screen, .icons-column-1, .icons-column-2, .toggle-price .print {
	display: none;
}
.left {
	float:left;
}
.right {
	float:right;
}
.clear {
	clear:both;
}
.faq {
	padding: 3px 6px;
}
.faq * {
	margin: 0;
}
.faq h4 {
	margin: 0 0 6px 0;
}
.faq li {
	margin: 0;
}
.link-top, .toggle-price a {
	display: none;
}
img {
	border: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
h1 {
	font-size: 18pt;
}
h2 {
	font-size: 16pt;
}
h3 {
	font-size: 14pt;
}
h4 {
	font-size: 12pt;
}
h5 {
	font-size: 10pt;
}
h6 {
	font-size: 8pt;
}
p {
	margin: 4pt 0;
}
table td, table th
{
	padding: 4px;
}
table th
{
	background: #eee;
	vertical-align: top;
	white-space: nowrap;
}
table td
{
	background: #fafafa;
}