body {
	background-color: #FFFFFF;
}
p {
	font-family:"Franklin Gothic Book", "Franklin Gothic Book", serif;
	font-size: 1.35em;
	color: #231f20;
}
p.title {
	font-family: "Franklin Gothic Book", "Franklin Gothic Book", sans-serif;
	font-size: 5em;
	color: #231f20;
}
p.text {
	font-family: "Franklin Gothic Book", sans-serif;
	font-size: 1em;
	color: #231f20;
}
p.table_text {
	font-family: "Franklin Gothic Book", sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	color: #231f20;
	text-decoration: none;
	text-align:left;
}
a {
	font-family:"Franklin Gothic Book", sans-serif;
	font-size: 1.35em;
	color: #231f20;
	font-weight:bold;
}
a:link {
	text-decoration: none;
	color: #231f20;
}
a:visited {
	text-decoration: none;
	color: #231f20;
}
a:hover {
	text-decoration: underline;
	color: #7e754b;
}
a:active {
	text-decoration: none;
	color: #5674b9;
}
.titles {
	font-family: Franklin Gothic Book;
	color: #231f20;
	font-size: 5em;
}
.bolded {
	font-family: "Franklin Gothic Book", sans-serif;
	font-size: 2em;
	font-style: normal;
	font-weight: bolder;
	color: #231f20;
	text-decoration: none;
}
.scroll {
	overflow: auto;
	height:325px;
	scrollbar-face-color:#231f20;
	scrollbar-track-color:#231f20;
	scrollbar-shadow-color:#231f20;
	scrollbar-darkshadow-color:#231f20;
	scrollbar-3dlight-color:#231f20;
	scrollbar-hilight-color:#231f20;
	scrollbar-arrow-color:#231f20;
	text-align:center;
}
h1 {
	font-family: "Franklin Gothic Book", sans-serif;
	font-size: 2em;
	font-style: normal;
	color: #231f20;
	text-decoration: none;
	text-align:center;
}
ul {
	font-family: "Franklin Gothic Book", sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	color: #231f20;
	text-decoration: none;
	text-align:left;
}