/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXX    GLOBAL STYLES      XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000000;
	line-height: 22px;
}

a {color:#2c5292;}
a:hover{
	color:#000000;
}

/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXX    HEADER STYLES      XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/

.page_header_title, h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #6BA1AA;
	font-size: 24px;
	font-weight: bold;
	line-height: 29px;
	letter-spacing: -0.03em;
	padding-bottom: 7px;
	display: block;
}

.page_header_title, h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #585857;
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
	letter-spacing: -0.03em;
	padding-bottom: 7px;
	display: block;
	text-shadow: none;
	padding-bottom: 10px;
}

.page_subheader_title, h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #6BA1AA;
	font-size: 18px;
	font-weight: bold;
	line-height: 18px;
	letter-spacing: -0.03em;
	padding-bottom: 7px;
	display: block;
}


/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXX    BODY TEXT STYLES      XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/


.body_copy {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000000;
	line-height: 18px
}
.body_copy_top_padding {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	line-height: 22px;
	display: block;
	padding-top: 10px;
}
.body_copy_normaled {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	line-height: 22px;
	font-weight: normal;
}
.body_copy_paragraph_normaled_underlined {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	line-height: 22px;
	font-weight: normal;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
.body_copy_blue {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #6BA1AA;
	line-height: 18px
}

.body_copy_paragraph_underline {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	line-height: 22px;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
