@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #EAEDF2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.lighttext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #54698D;
	margin: 10px;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #202733;
	margin: 10px;
}


.header {
	background-image: url(../Images/header.jpg);
	background-repeat: no-repeat;
	height: 205px;
	width: 950px;
}
.footer_border {
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #526585;
}
.navbar_border {
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #526585;
}
.bold_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #202733;
	font-weight: bold;
	margin: 10px;
}
.right_border {
	border-right-width: medium;
	border-right-style: solid;
	border-right-color: #526585;
}
