.standard {
	background-color: #FCF9F5;
	font-family: Arial, Helvetica, sans-serif;
	color: #03060A;
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	color: #A5222B;
	font-size: 20pt;
	font-weight: bold;
	text-align: center;
}
.bold-tan {
	color: #8F7330;
	font-weight: bold;
}
.bold-red {
	color: #A5222B;
	font-weight: bold;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-align: center;
}
img {	
	border: none;
	text-decoration: none;
}
a {
	text-decoration: none;
}
a:link {
	color: #A5222B;
	font-weight: bold;
}
a:visited {
	color: #D6BF86;
	font-weight: bold;
}
a:hover {
	color: #23AFA5;
	font-weight: bold;
}
a:active {
	color: #8F7330;
	font-weight: bold;
}
