.mainDiv {
	font-family: BundesSans_Regular;
	margin-left: 2.5%;
	max-width: 1200px;
}

.mainHeader {
	text-decoration: underline;
}

.section {
	padding-top: 2rem;
	color: #004B76;
}

.sublevel {
	color: #004B76;
}

.text {
}

.list {
}

.listItem {
    padding-top: 0.5rem;
}

.blockText {
   padding-top: 2rem;
}

@font-face {
    font-family: "BundesSans_Regular";
    src: url("../font/BundesSansWeb/BundesSansWeb-Regular.ttf");
}

.textAlignCenter {
	text-align:center;
}