.bord {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #002445;
	border-right-color: #002445;
	border-bottom-color: #002445;
	border-left-color: #002445;
}
table {
	color: #000000;
	font-size: 14px;
}
.dotted {
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: dotted;
	border-left-color: #002445;
}
a:visited {
	color: #125089;
}
a:link {
	color: #125089;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

