.borders {
	border: thin dashed #2a639c;
}
.bordersleft {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-left-style: solid;
	border-top-color: #2a639c;
	border-right-color: #2a639c;
	border-bottom-color: #2a639c;
	border-left-color: #2a639c;
}
.bordersleftbottom {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #2a639c;
	border-right-color: #2a639c;
	border-bottom-color: #2a639c;
	border-left-color: #2a639c;
}
.bordersright {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-top-color: #2a639c;
	border-right-color: #2a639c;
	border-bottom-color: #2a639c;
	border-left-color: #2a639c;
}
.bordersbottom {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: solid;
	border-top-color: #2a639c;
	border-right-color: #2a639c;
	border-bottom-color: #2a639c;
	border-left-color: #2a639c;
}
.linkdecoration {
	font-family: "Times New Roman", Times, serif;
	font-size: x-small;
	color: #000000;
	text-decoration: none;
}
