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: #0000EE;
	font-weight:bold;
}
a:link {
	text-decoration: none;
	color: #0000EE;
}
a:visited {
	text-decoration: none;
	color: #0000EE;
}
a:hover {
	text-decoration: underline;
	color: #D8B61E;
}
a:active {
	text-decoration: none;
	color: #D8B61E;
}
.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;
}

.smallcentered {
	text-align:center;
	font-size:.5em;
	clear:both;
	padding:20px;
	color: #666;
}
.smallcentered a {
	color: #555;
	font-weight: normal ;
	text-decoration: none ;
}
.hidden {
	text-align: center ; /* relative to window */
	visibility: hidden;
	display: none ;
	left: 0px;
	top: 0px; /* not negative so it doesn't mess up IE 7 */
}

