/* SAVE Text Styles */

p {
	margin: 4px 0 6px 0;
	padding: 0;
	line-height: 1.3em
}

h1 { /* Big Black Headline */
	font-family: helvetica, arial, sans-serif;
	line-height: 1.4em;
	font-size: 19px
}

h2 { /* Big Teal Headline */
	font-family: helvetica, arial, sans-serif;
	line-height: 1.4em;
	font-size: 19px;
	color: #65B9DA
}

h3 { /* Small Black Headline */
	font-family: helvetica, arial, sans-serif;
	line-height: 1.4em;
	font-size: 14px
}

h4 { /* Small Teal Headline */
	font-family: helvetica, arial, sans-serif;
	line-height: 1.4em;
	font-size: 14px;
	color: #65B9DA
}
.black {
	color:#000000;
}