.header {
	font-family: Garamond, Arial, sans-serif;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	border: none #FFFF99;
	color: #FFFF99;
}
.text {
	color: #FFFFFF;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
.text-left {
	color: #FFFFFF;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}
.text-left-bold {
	color: #FFFFFF;
	text-align: left;
	font-weight: bold;
}
.text-left-ital {
	color: #FFFFFF;
	text-align: left;
	font-style: italic;
}
.text-center-ital {
	color: #FFFFFF;
	text-align: center;
	font-style: italic;
}
.text-cnt-bold {
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
}
.text-cnt-under {
	color: #FFFFFF;
	text-align: center;
	text-decoration: underline;
}
.text-cnt-under-bold {
	color: #FFFFFF;
	text-align: center;
	text-decoration: underline;
	font-weight: bold;
}
.lg-text-left {
	color: #FFFFFF;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}
.lg-text-cnt {
	color: #FFFFFF;
	text-align: center;
	font-size: 24px;
}
.text-yellow {

	color: #FFFF66;
	text-align: center;
}
.text-left-bold-lg {
	color: #FFFFFF;
	text-align: left;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
}
