.align_right {
	float: right;
	margin-left: 12px;
	margin-bottom: 12px;
}
.align_left {
	float: left;
	margin-bottom: 16px;
	margin-right: 16px;
}
.heading1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #7C0616;
}
.heading2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #7C0616;
}
.heading3 {
	font-style: italic;
	font-weight: bold;
	color: #000000;
}
.repeat_background {
	background-repeat: repeat-y;
}
.no_repeat {
	background-repeat: no-repeat;
}
