/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXX    GLOBAL STYLES      XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #000000;
	line-height: 24px;
	background-color: #f1f1f1 !important;
}
a {
	color: #419b3c;
}
a:hover {
	color: #000000;
}
/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXX    HEADER STYLES      XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/

.page_header_title, h1 {
	font-family: 'Open Sans', sans-serif;
	color: #000;
	font-size: 26px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	line-height: 30px;
	margin: 0px;
	padding-bottom: 15px;
}
.page_subheader_title, h2 {
	font-family: 'Open Sans', sans-serif;
	color: #000;
	font-size: 20px;
	font-weight: 600;
	line-height: 26px;
	letter-spacing: -0.03em;
	padding-bottom: 15px;
	margin: 0px;
	display: block;
}
.page_sub_subheader_title, h3 {
	font-family: 'Open Sans', sans-serif;
	color: #419b3c;
	font-size: 18px;
	line-height: 24px;
	font-weight: 600;
	font-style: italic;
	letter-spacing: -0.03em;
	padding-bottom: 5px;
	margin: 0px;
	display: block;
}
