/* * * * * * * * * * * * * * * * * * * * * * 
 TEXT STYLES 
* * * * * * * * * * * * * * * * * * * * * */
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-weight: normal;
	letter-spacing: -0.5px;
	color: #579D47;
	margin: 0 0 20px 0;
	padding: 0 0 4px 0;
	border-bottom: 1px dotted #646464;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: -0.5px;
	font-style: italic;
	color: #579D47;
	margin: 0 0 10px 0;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #043C5E;
	margin: 0 0 5px 0;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #356DC1;
	margin: 0 0 5px 0;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #579D47;
	margin: 0 0 5px 0;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #579D47;
	margin: 0 0 5px 0;
}
.orange_h {
	color: #F4A131;
	font-weight: bold;
	font-size: 16px;
}
.grey_h {
	color: #666666;
	line-height: 18px;
	font-size: 14px;
}
.noBorderHeadline {
	border-bottom: none;
	margin: 0 0 5px 0;
}
div.contentContainer p {
	margin: 4px 0 12px 0;
	padding: 0;
	line-height: 14px;
}

.greyText {
	color: #666666;
}
.greenScript {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 22px;
	font-weight: normal;
	letter-spacing: -1px;
	color: #579D47;
}
.blueScript {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 14px;
	line-height: 24px;
	font-weight: normal;
	letter-spacing: -1px;
	color: #0350AD;
}
