@import url("theme/reset.css");

/* Things to hide */

h1, .valueprop, #search-website, #menu, .submenu, .poi, .campaign, #footer .links{
	display: none;
}

* {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 10pt;
	color: #000;
	line-height: 1.5em;
}
h2 {
	font-size: 16pt;
}
h3 {
	font-size: 14pt;
}
h4 {
	font-size: 13pt;
}
h5 {
	font-size: 12pt;
}
h2, h3, h4, h5 {
	font-weight: bold;
	display: block;
	clear: both;
}
p {
	margin-bottom: 2em;
}
table.data {
	border: 1px solid #000;
	border-left: none;
	border-bottom: none;
	width: 100%;
	margin-bottom: 2em;
}
table.data td, table.data th {
	border: 1px solid #000;
	border-right: none;
	border-top: none;
	width: auto;
	font-size: 10pt;
	padding: 2px;
}


.summaryinformation p {
	margin-bottom: 1em;
	clear: both;
	display: block;
}
.summaryinformation span {
	width: 24.9%;
	display: block;
	float: left;
	font-weight: bold;
}
.summaryinformation span.nolabel {
	width: 74.9%;
	font-weight: normal;
}
.summaryinformation .grid_6 {
	display: block;
	padding-bottom: 4em;
	
}
