#footer a {
	color: #FFF;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.AreaHeading {
	color: #002F62;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #002F62;
	margin-bottom: 10px;
	overflow: hidden;
}
#relatedLinks .AreaHeading {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
.border_002F62_2px {
	border: 2px solid #002F62;
	padding: 5px;
	margin: 5px;
}
.border_nocolor_5px {
	padding: 5px;
	margin: 5px;
}.highlightBox1 {
	background-color: #ffe7a7;
	border: 2px solid #002f62;
	padding: 3px;
	overflow: hidden;
}
.highlightHeadline {
	color: #002F62;
}
.alert {
	color: #F00;
}
.listBullets {
	list-style-type: disc;
	list-style-position: outside;
	margin-right: 10px;
	margin-left: 50px;
	margin-top: 10px;
	margin-bottom: 20px;
}