@charset "UTF-8";
/* CSS Document */

body { 
background-color: #006699; 
color: #006699; 
} 

h1 {
color: #ffffff;
font-size: 95%;
letter-spacing: 0.7px;
}

h2 {
font-family: Arial;
color: #2a4a7b;
font-size: 95%;
letter-spacing: 0.4px;
margin-top: 15px;
margin-bottom: 15px;
}

p {
font-family: Arial;
font-size: 12px;
color: #2a4a7b;
}

.subheader-blue-underline {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #2a4a7b;
	text-decoration: underline;
	line-height: 3;
}
.blue-bullet-points {
	font-family: Arial;
	font-size: 12px;
	color: #2a4a7b;
	list-style-type: square;
}

.blue-bullet-points a {
	font-family: Arial;
	font-size: 12px;
	color: #2a4a7b;
	text-decoration:none;
	list-style-type: square;
}

.blue-bullet-points a:hover {
	font-family: Arial;
	font-size: 12px;
	color: #2a4a7b;
	text-decoration:underline;
	list-style-type: square;
}

.bullet-point-orange a {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #e86813;
	margin-left: 80px;
}

.bullet-point-orange a:hover {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #e86813;
	margin-left: 80px;
}
.page-title {
	font-family: Arial;
	color: ffffff;
	background-color: #2a4a7b;
	vertical-align: middle;
	height: 60px;
	padding-left: 40px;
}


/*TABLES*/

.hpb-cnt-tb1 {
	background-color: #ffffff;
	border-color: #8E8E8E;
	border-style: solid;
	border-width: 1px 0px 0px 1px;
}

.caption-red {
color: #666666;
font-weight: bold;
font-size: 11px;
}

.hpb-dp-tb5-cell2 {
	font-size: 12px;
	line-height: 16px;
}

/*subfooter*/

.subfooter p {
font-size: 10px;
color:#999999;
}