.headline {
	display: block;
	font-size: 18px;
	font-weight: bold;
	color: #002B5E;
}

.subheadline {
	display: block;
	font-size: 14px;
	font-weight: bold;
}

h1{
	display: block;
	font-size: 17px;
	font-weight: bold;
	color: #002B5E;
}
h2{
	display: block;
	font-size: 14px;
	font-weight: bold;
}
h3{
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.lightwindow {}

.leftImage {
	float: left;
	margin-right: 25px;
	margin-bottom: 25px;
	position: relative;
	z-index: 99;
}

.rightImage {
	float: right;
	margin-left: 25px;
	margin-bottom: 25px;
	position: relative;
	z-index: 99;
}

.pdf_link{
  padding-left: 40px;
  background-image: url(/pictures/icon_pdf.gif);
  background-repeat: no-repeat;
  background-position: top left;
}
.slogan{
	font-size: 18px;
	color: #002B5E;
}
.slogan a{
  text-decoration: none;
  	font-size: 18px;
	color: #002B5E;
}

.noBorderTable, .noBorderTable td {
	border: 0px !important;
}

