/*
	Header styles
*/
.Head {
	height: 122px;
	background: url(images/head_fill.gif);
	background-color: #17477C;
	margin-bottom: 5px;
}
.HeadLogo {
	background: url(images/head_background.jpg) no-repeat;
	background-position: right;
	padding-right: 160px;
	width: 60%;
}
.HeadAddress {
	background: url(images/head_address_fill.gif);
	background-color: #F2F5F8;
	width: 40%;
	color: #8B9BA5;
	font-size: 12px;
}
.HeadAddressTitle {
	color: #8B9BA5;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
}
.HeadAddressDetails {
	color: #000000;
	font-size: 12px;
}
.HeadAddressDetails A:link,
.HeadAddressDetails A:visited,
.HeadAddressDetails A:active,
.HeadAddressDetails A:hover {
	color: #8B9BA5;
	font-size: 9px;
	text-decoration: none;
}

.HeadRightBox {
	VERTICAL-ALIGN: top;
	TEXT-ALIGN: right;
}
.HeadText {
	FONT-SIZE: 12px;
	FONT-WEIGHT: bold;
}
.HeadLine {
	BACKGROUND-COLOR: #D6D7D9;
}
.HeadThinLine {
	BACKGROUND-COLOR: #68C1FF;
	HEIGHT: 1px;
}
.PrintableRow {
	WIDTH: 100%;
	VERTICAL-ALIGN: middle;
	PADDING-RIGHT: 176px;
	HEIGHT: 18px;
}
.HeadTopPad {
	HEIGHT: 18px;
}
.HeadTopPad IMG {
	WIDTH: 1px;
	HEIGHT: 18px;
}
