a:link {
	color: #00669A;
	text-decoration: none;
}
a:visited {
	color: #006698;
	text-decoration: none;
}
a:hover {
	color: #2B3D4F;
	text-decoration: none;
}
.darkbluelineright {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #45617E;
	border-right-color: #45617E;
	border-bottom-color: #45617E;
	border-left-color: #45617E;
}
.darkblueborder {
	border: thin solid #45617E;
}
.lightblueborder {
	border: 1px solid #BECBDB;
}
