@import url("pages.css");


.title {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	font-family: "Century Gothic";
}
.titlecaption {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	font-family: "Century Gothic";
}
.sub {
	font-size: 20px;
	font-weight: bold;
	font-family: "Century Gothic";
}
.text {
	font-size: 16px;
	font-weight: normal;
	font-family: "Century Gothic";
	text-align: justify;
}
.textbf {
	font-size: 16px;
	font-weight: bold;
	font-family: "Century Gothic";
}
.footnote {
	font-family: "Century Gothic";
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	margin-top: 90px;
}
.navigate {
	text-align: right;
	font-size: 14px;
	font-weight: normal;
	font-family: "Century Gothic";
	margin-top: 15px;
	margin-bottom: -35px;
}
.anchorlist {
	text-align: right;
	font-size: 14px;
	font-weight: normal;
	font-family: "Century Gothic";
	margin-top: 40px;
	margin-bottom: -40px;
}