a.menu_option {
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: underline;
	font-weight: bold;
}
a.menu_option:hover {
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: underline;
	font-weight: bold;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
}
.heading1 {
	font-size: 26px;
	font-weight: bold;
	color: #000066;
}
.heading2 {
	font-size: 16px;
	font-weight: bold;
	color: #000066;
}
.heading3 {
	font-size: 12px;
	font-weight: bold;
	color: #000066;
}
.menu {
	text-align: center;
	vertical-align: middle;
	background-color: #000066;
}
.plain_text {
	font-size: 12px;
}
.text_indent {
	padding-left: 20px;
	font-size: 12px;

}
.field_label {
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	vertical-align: top;

}
.footer {
	font-size: 12px;
	text-decoration: underline;
	vertical-align: middle;
}
.footer:hover {
	font-size: 12px;
	text-decoration: underline;
	vertical-align: middle;
}
.coupon {
	font-size: 16px;
	font-weight: bold;
	color: #000066;
	text-align: center;
	vertical-align: middle;
	padding: 30px;
	border: thin dashed #000000;
}
