/* These are general display styles that should be accessible lto content editors*/
h1 {
	margin-top: 0;
	padding-top: 0;
	font-family: "Times New Roman", Times, serif; 
	font-size: 2.4em;
	font-weight: bold;
	color: black;
}
h2 {
	margin: 0;
	font-size: 1em;
	font-weight: bold;
	color: #333;
	text-transform:uppercase;
	border-bottom: 1px solid #666;
}
h3 {
	margin: 0;
	padding: 0;
	font-size: 1em;
	font-style:italic;
	font-weight: bold;
	color: #333;
}
h4 {
	margin: 0;
	padding: 0;
	font-size: 1em;
	font-weight: bold;
	color: #333;
}
h5 {
	margin: 0;
	padding: 0;
	font-size: 1em;
	font-style:italic;
	font-weight: normal;
	color: #333;
}
.address {
	font-size: 0.8em;
}
.indentbody {
	margin:0 0 1.5em 20px;
	padding: 0;
}
.leftspace {
	padding: 0 0 0 80px;
}
.alert {
	font-weight: bold;
	color: #C62C02;;
}