/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXX    GLOBAL STYLES      XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #000000;
	line-height: 26px;
}
a {
	color: #153960;
}
a:hover {
	color: #000000;
}
/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXX    HEADER STYLES      XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/

.page_header_title, h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #153960;
	font-size: 29px;
	font-weight: normal;
	letter-spacing: -0.03em;
	line-height: 36px;
	margin: 0px;
	padding-bottom: 10px;
}
.page_subheader_title, h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 22px;
	font-weight: normal;
	line-height: 26px;
	letter-spacing: -0.03em;
	padding-bottom: 7px;
	display: block;
}
.page_sub_subheader_title, h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 19px;
	font-weight: normal;
	line-height: 26px;
	letter-spacing: -0.03em;
	padding-bottom: 7px;
	display: block;
}
.page_button {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	display: block;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	text-align: center;
	padding: 6px;
	margin-bottom: 10px;
	background-color: #183c61
}
.page_button a {
	background-color: #183c61;
	color: #fff;
	text-decoration: none;
}
.page_button a:hover {
	background-color: #1d4772;
	color: #fff;
	text-decoration: none;
}
.page_button:hover {
	background-color: #1d4772;
}
/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXX    BODY TEXT STYLES      XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/


.body_copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #000000;
	line-height: 22px
}
.body_copy_bolded {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #000000;
	line-height: 26px;
	font-weight: bold;
}
.body_copy_paragraph_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #000000;
	line-height: 26px;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #153960;
}

 @media (max-width:760px) {
.page_button {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	display: block;
	font-size: 11px;
	font-weight: bold;
	line-height: 20px;
	text-align: center;
	padding: 6px;
	margin-bottom: 10px;
	background-color: #183c61
}
}
