/****
 *	Footer Stylesheet File
 *	Website Footer / Text / Links are defined by these classes
 *****/
tfoot td.footerBackground {
	/****
	 *	Footer Holding Cell
	 *	Background
	 *****/
    background: url('/shared/images/footer.background.png') no-repeat;
	/****
	 *	Width
	 *****/
	width: 998px;
}
div.copy_div {
	/****
	 *	Text Divisions
	 *	Font styling
	 *****/
    font-weight: bold; font-size: 8pt; color: #FFFFFF;
}
a.copy_link {
	/****
	 *	Hyperlinks
	 *	Font styling
	 *****/
    font-weight: bold; font-size: 8pt; color: #FFFFFF;
}
/****
 *	Google Services Img
 *	This hides the 1px * 1px google tracking image
 *****/
img#GoogleTrack {
	display: none;
}
/****
 *	End of File
 *****/