.background {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #EBFEF9;
}
.body {
	color: #000B07;
	background-color: #FFFDFE;
}
.pop {
	font-family: Arial, Helvetica, sans-serif;
	color: #5D031C;
	background-color: #E0FEF5;
}
.heading {
	color: #5D031C;
	font-size: 24pt;
	font-weight: bold;
	text-align: center;
}
.cap {
	float: left;
	width: auto;
	font-size: 41px;
	line-height: 34px;
	color: #996371;
	font-family: georgia, times;
}
.bold-black {
	color: #000B07;
	font-weight: bold;
}
.bold-red {
	color: #5D031C;
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.footer {
	font-size: 8pt;
	color: #000B07;
	background-color: #FFFDFE;
	text-align: center;
}
img {	
	border: none;
	text-decoration: none;
}
a {
	text-decoration: none;
}
a:link {
	color: #EB0544;
	font-weight: bold;
}
a:visited {
	color: #068462;
	font-weight: bold;
}
a:hover {
	color: #0CDAA2;
	font-weight: bold;
}
a:active {
	color: #07BA89;
	font-weight: bold;
}
