h1 {
	font-family: "times new roman", serif;
	font-weight: normal;
	font-size: 1.1em;
	/*margin: 0px;*/
	border-bottom: 1px solid #550020;
	color: #FFFFFF;
}

h2 {
	font-weight: normal;
	font-size: .9em;
	margin: 5px 0px;
}

h3 {
	font-weight: normal;
	font-size: .9em;
	color: #FFFFFF;
	background-color: #1A1B16;
	position: relative;
	left: -12px;
	padding: 3px 6px 3px 12px;
}

p {
	font-size: .9em;
	line-height: 1.6em;
}
.bodyCopy {
	color: #a3a4a2;
	font-family: arial, sans-serif;
}