.main_text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	padding: 4px;
	color: #8E0B33;
}
.left_border {
	border-left-width: thin;
	border-left-style: double;
	border-left-color: #8E0B33;
}
.right_border {
	border-right-width: thin;
	border-right-style: double;
	border-right-color: #8E0B33;
}
.bottom_border {
	border-bottom-width: thin;
	border-bottom-style: double;
	border-bottom-color: #8E0B33;
}
.bottom_right_border {
	border-right-width: thin;
	border-bottom-width: thin;
	border-right-style: double;
	border-bottom-style: double;
	border-right-color: #8E0B33;
	border-bottom-color: #8E0B33;
}
.bottom_left_border {
	border-left-width: thin;
	border-bottom-width: thin;
	border-left-style: double;
	border-bottom-style: double;
	border-left-color: #8E0B33;
	border-bottom-color: #8E0B33;
	color: #F5EFBD;
}
