@charset "utf-8";

/* Default print styles */

.noPrint {
	display: none;
	}

body {
  line-height: 1.5;
  font-family: "Helvetica Neue", Arial, "Lucida Grande", Verdana, sans-serif;   
  color:#000;
  background: none;
  font-size: 10pt;
}

h1,h2,h3,h4,h5,h6 { font-family: "Helvetica Neue", Arial, "Lucida Grande", sans-serif; line-height: 1.4em; }
code { font:.9em "Courier New", Monaco, Courier, monospace; } 

img { float:none; margin: 0; }
a img { border:none; }
p img.top { margin-top: 0; }

hr {
	display: none;
}

blockquote {
  margin:1.5em;
  padding:1em;
  font-style:italic;
  font-size:.9em;
}

abbr, acronym {
	border: none;
	text-decoration: none;
	}

/* Print links */

a {
	color: black;
	background: transparent;
	font-weight: normal;
	text-decoration: none;
}


/* Hidden elements */

.hotline,
.headline p br,
.headline p.image {
	display: none;
	}


/* Layout */


h2,h3,h4,h5,h6 {
	padding-bottom: 0em;
	margin-top: 1em;
	}
.header p {
	margin-bottom: 2.5em;
	}
.headline h2,.header p {
	border-bottom: thin solid black;
	padding-bottom: 1em;
	}
.headline h2 {
	font-size: 2em;
	margin-bottom: 1.5em;
	}
.boxContainerBorder {
	overflow: hidden;
	}
.box {
	width: 27%;
	padding: 0 6% 0 0;
	float: left;
	}
.box ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
.box li {
	margin: 0;
	padding: 0;
	}
.box address {
	font-style: normal;
	}
.footer {
	margin-top: 2em;
	padding-top: 1.5em;
	border-top: thin solid black;
	}

/* Typography */

.header p {
	font-size: 8pt;
	font-weight: bold;
	}
.footer address {
	font-style: normal;
	}


