.Header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.5em;
	color: #721006;
	background-color: #e5e5e5;
	text-align: center;
	border-bottom-color: 444e50;
	border-bottom-style: dashed;
	border-bottom-width: thin;
	padding-bottom: 3px;
	padding-top: 3px;

}
.SubHeader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-transform: none;
	letter-spacing: 0.1em;
	color: #721006;
}
.Content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-transform: none;
	color: #000000;
}
.ContentBold{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: none;
	color: #000000;
}
