@charset "utf-8";
.normal {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #301C13;
	text-decoration: none;
}
.normalLarge {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #301C13;
	text-decoration: none;
}
.normalLargeUnderline {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight:bold;
	color: #301C13;
	text-decoration: underline;
}
.white {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #F2E1C1;
	text-decoration: none;
}
.titleheader {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	font-style:italic;
	font-weight:bold;
	color: #234396;
}
.blueBig {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight:bold;
	color: #234396;
}
