/* Earhart Text Styles */ 

p {
	font-family: tahoma, arial, helvetica, sans-serif;
	color: #333;
	font-size: 12px;
	margin: 3px 0 3px 0;
	padding: 0;
	line-height: 1.5em;
}

h1 {
	font-family: georgia, "times new roman", serif;
	font-size: 20px;
	color: #0E2B89;
	margin: 4px 0 4px 0;
}

h2 {
	font-family: georgia, "times new roman", serif;
	font-size: 20px;
	color: #EE2A19;
	margin: 4px 0 4px 0;
}

h3 {
	font-family: georgia, "times new roman", serif;
	font-size: 20px;
	color: #000;
	margin: 4px 0 4px 0;
}

h4 {
	font-family: georgia, "times new roman", serif;
	font-size: 16px;
	color: #EE2A19;
	margin: 4px 0 4px 0;
}

h5 {
	font-family: georgia, "times new roman", serif;
	font-size: 16px;
	color: #0E2B89;
	margin: 4px 0 4px 0;
}

h6 {
	font-family: georgia, "times new roman", serif;
	font-size: 16px;
	color: #000;
	margin: 4px 0 4px 0;
}

