/* CSS Document */


body {
	background-color: #E4EAF3;
	margin-top: 10px;
	font-family: Berlin Sans FB;
	font-size: 14px;
	color: #000066;
}
.thinblueline {
	border-bottom-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #433388;
}
.orangeline {
	border-bottom-width: thick;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #645A3E;
	background-color: #EBDE3D
}

.copy {font-size: 10px}
a {
	font-family: "Berlin Sans FB";
	font-size: 14px;
	color: #000066;
	text-decoration: none;
}
a:hover {
	font-family: "Berlin Sans FB";
	font-size: 14px;
	color: #FFFFFF;
}
a.textlink {
	font-family: "Berlin Sans FB";
	font-size: 14px;
	color: #000066;
	text-decoration: underline;
}
a.textlink:hover {
	font-family: "Berlin Sans FB";
	font-size: 14px;
	color: #EBDE3D;
}
.textspacing {
	padding: 15px;

}
.textspacing2 {
	padding-top: 35px;
	padding-right: 35px;
	padding-left: 35px;
	padding-bottom: 20px;
}
.textspacing3 {
	padding-top: 50px;
	padding-right: 35px;
	padding-left: 50px;
	padding-bottom: 20px;
}

.headingtitle {
	font-size: 16px;
	font-family: "Berlin Sans FB Demi";
	border-bottom-color: #000066;
	border-bottom-style: dotted;
	border-bottom-width: thin;
	padding-top: 10px;
	}
.leftblueline {
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #000066;
}
.tableborder {
	border: thin solid #433388;
}
a.login {
	font-family: "Berlin Sans FB";
	font-size: 14px;
	color: #000066;
	text-decoration: none;
}
a.login:hover {
	font-family: "Berlin Sans FB";
	font-size: 14px;
	color: #EBDE3D;
}




