@media print {
	html {
		font-size: 50%;
	}
	body {
		width: 99%;
		-webkit-print-color-adjust: exact;
		margin: 0;
		background-color: #ffffff;
	}
}
/*-------------------------------------------------
  General definition
-------------------------------------------------*/
a {
	color: #000000 !important;
}
h2 a {
	color: #ffffff !important;
}
h5 {
	text-align: center;
}
/*-------------------------------------------------
  Header
-------------------------------------------------*/
#logo {
	float: none;
	text-align: center;
	margin: 0 auto 1rem auto;
}
#logo img {
	height: 9mm;
}
#Home #logo img {
	height: 18mm;
}
/*-------------------------------------------------
  Content wrappers
-------------------------------------------------*/
.content {
	padding: 0;
}
.contentheader {
	margin: 0 0 1rem 0;
}
.contentbody {
	margin: 0 0 6rem 0;
}
.tile_s h3 {
	font-size: 14px !important;
}
.tile_s p {
	color:#ffffff;
	font-size: 10px !important;
}
.tile_s a p {
	color:#ffffff;
	font-size: 10px !important;
}
/*-------------------------------------------------
  Footer
-------------------------------------------------*/
#footer {
	background-color: transparent;
}
/*-------------------------------------------------
  Miscelaneous
-------------------------------------------------*/
.nospam,
.noprint {
	display: none !important;
}
.pagebreak {
	page-break-before: always;
}
