@font-face {
		font-family: "Brown400";
		src: url("/common/fonts/BROWN-REGULAR.TTF.woff2") format("woff2");
		font-weight: 400;
		font-style: normal;
}

@font-face {
		font-family: "Brown700";
		src: url("/common/fonts/BROWN-BOLD_0.woff2") format("woff2");
		font-weight: 700;
		font-style: normal;
}

body {
	font-family: Brown400;
}

.standardwidth {
	width: 995px;
	max-width: 100%;
}

.pagetitle {
	font-size: 2em;
	margin-bottom: .5em;
	font-weight: bold;
}
