.small_text {
	font-size: 10px;
	color: #76624A;
}
.medium_text {
	font-size: 11px;
	color: #76624A;
}
.large_text {
	font-size: 12px;
	color: #76624A;
}
.large_text_red {
	font-size: 12px;
	color: #A32820;
	font-weight: bold;
}
.small {
	font-size: 10px;
}
.text_large {
	font-size: 17px;
	font-weight: bold;
	color: #A32820;
	line-height: 30px;
	padding-left: 6px;
}
.text_small_spacing {
	font-size: 11px;
	font-weight: bold;
	word-spacing: 7px;
	padding-right: 10px;
	letter-spacing: 1px;
}
.text_larger_red {
	font-size: 26px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 45px;
	padding-left: 6px;
}
.form_design {
	border: 1px ridge #A32820;
	background-color: #EEE8DD;
}
