<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">

<!-- <meta name="viewport" content="width=device-width, initial-scale=1.0"> -->
<title>HSBC Beneficial HSBC Credit Center | HFC Beneficial
	Welcome</title>
<style type="text/css">

div.main{
background-color: white;
    
	margin: auto;
	height:800px;
	width: 1000px;
	
    border: 2px solid black;
    padding: 25px;
    
	
	
}
div.readLine {
	top: -5px; /* counter acts div.tab_nav ul offset */
	overflow: visible;
	/* safari & ie requires visible to to make div behave */
	clear: both;
	border-bottom: 4px solid #CC0000;
	height: .1em;
} /* ie gap hack */


p{
font-family:calibry;
font-size:120%


}
</style>
</head>
<body>
	
<div class="main">
		<img src="./bene_logo.png" width="676" height="55">
		<div class="readLine"></div>

		</br>
		<p>The Beneficial and HFC companies and HSBC Credit Centers have closed their consumer finance businesses in the United States.  Accordingly, this web site is no
			longer active.</p>


		<p>All loans have been sold and servicing has been transferred to third
			party servicers. Please refer to the Servicing Transfer Notice that
			was sent to you for your current servicer contact information.</p>
				
		<p>
			Please send any questions or inquiries you may have through written
			correspondence to the following address:
		</p>

		<p>
			HSBC<br> Attn: CML Customer Resolution Department<br> 1421
			W. Shure Drive, Suite 100<br> Arlington Heights, Illinois 60004<br>
		</p>
		</br>
		</br>
		<div class="footerLogo">
			&copy;Copyright HSBC Finance Corporation<span id="copyyear"></span>. All Rights Reserved.<br> <br><img
				style="width:15px;height:15px;" alt="Equal Housing Lender" src="ehlsmall.gif">&nbsp;Equal
			Housing Lender
		</div>
	</div>
	
	<script>
		copyyear = document.getElementById("copyyear");
		copyyear.innerHTML = " " + new Date().getFullYear();
	</script>
	
</body>
</html>