@charset "utf-8";
#fh_headerwrapper {
	position: relative;
	width: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
	background-color: #001648;
	}
#fh_headerwrapper #fh_headermid {
	position: relative;
	background-color: #15397F;
	text-align: left;
	padding-left: 10px;
	padding-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BAC0C7;
	vertical-align: middle;
	height: 80px;
}
#fh_headerwrapper #fh_headermid td{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
}
#fh_headerwrapper #fh_headertop {
	position: relative;
	text-align: right;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #001648;
	padding-top: 2px;
	padding-right: 15px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BAC0C7;
	width: 99%;
}
#fh_headerwrapper a:link, #fh_headerwrapper a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#fh_headerwrapper a:hover {
	color: #85C446;
	text-decoration: underline;
}
