.Header-1 {
	font-family: Helvetica;
	font-size: x-large;
	color: #330000;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #330000;
}
.Small-Sub-Heading {
	font-family: Helvetica;
	font-size: medium;
	color: #666666;
}
.Body {
	margin: auto;
	width: 760px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
}
.Underlined-Bold-Paragraph {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
.featuredbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	padding: 5px;
	border: 1px solid #CFCFCF;
	margin-right: 5px;
}

.Light-Gray-BG-Text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	background-color: #CCCCCC;
	border: 1px solid #000000;
	padding: 3px;
}
