body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #535152;
	background-color: #FFA616;
	margin: 0px;
}

a {
	color: #535152;
	text-decoration:none;
}
a:hover {
	color: #535152;
	text-decoration:underline;
}

a {
	color: #535152;
	text-decoration:none;
}

.email {
	color: #FFA616;
	text-decoration:none;
}

.email:hover {
	color: #FFA616;
	text-decoration:underline;
}

.bg_dark {
	background-color: #8F001C;
	color:#535152;
}

.text {
	color: #FFA616;
	font-size: 12px;
}

.bold_subheading {
	color: #FFA616;
	font-size: 14px;
	font-weight: bold;
}

.italic_subheading {
	color: #FFA616;
	font-size: 13px;
	font-style:italic;
	font-weight: bold;
}

.subtitle_large_text {
	font-size:24px;
	color: #FFFFFF;
	font-weight:bold;
}

.subtitle_small_text {
	font-size:16px;
	color: #FFFFFF;
	font-weight:bold;
}