@charset "utf-8";
.rightBorder {
	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: #427E88;
	border-right-color: #427E88;
	border-bottom-color: #427E88;
	border-left-color: #427E88;
}
.menuText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 15px;
	font-weight: bold;
}

.thickBorder {
	border: 5px solid #BDD5AE;
}
.thinBorder {
	border: 1px solid #3D5867;
}
