@charset "UTF-8";
/* TEXT STYLING FOR CENTER ALIGNED PAGES */
/* Author: Max van Doorn */

.container p {
	font-size:11pt;
	font-family: "MuseoSansRounded500", 'Arial', sans-serif;
	width:90%;
	margin:5px auto;
	text-align:center;
}

.container p.bold__2020,
.container fieldset legend,
.container form {
    font-family: "MuseoSansRounded700", 'Arial', sans-serif;
    font-size:12pt;
}

.container a {
    text-decoration:none;
}

.container table {
	font-size:11pt;
	font-family: "MuseoSansRounded500", 'Helvetica', 'Arial', sans-serif;
}

.page-hd__2020 {
	font-family: "Cafeteria", 'Arial Bold', sans-serif;
	color: #363636;
}

strong {
	font-family: 'MuseoSansRounded700';
}

.xs {
	font-size: 1em;
}

.sm {
	font-size: 1.25em;
}

.md {
	font-size: 1.5em;
}

.red {
	color: #ff0000;
}

.green {
	color: #5AC152;
}

