.text {
	font-family: "Century Gothic", Arial;
	font-size: 10px;
	text-transform: capitalize;
	color: #000000;
	letter-spacing: 1px;
}
.titles {
	font-family: "Century Gothic", Arial;
	font-size: 14px;
	color: #8D1F2A;
}
.red_text {
	font-family: "Century Gothic", Arial;
	font-size: 12px;
	color: #8D1F2A;
}
.white_text {
	font-family: "Century Gothic", Arial;
	font-size: 12px;
	color: #FFFFFF;
}
.text_white_large {
	font-family: "Century Gothic", Arial;
	font-size: 16px;
	text-transform: uppercase;
	color: #FFFFFF;
}

