@charset "UTF-8";
/* CSS Document */

#hpFooter {
	width: 990px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	padding-top: 8px;
	margin-top: 15px;
	margin-bottom: 50px;
}
#hpFooter p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 100;
	color: #999999;
	margin: 0px;
	padding: 0px;
}
.footer_links {
	float: right;
}
#hpFooter a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 100;
	color: #0c8dce;
	text-decoration: none;
}
#hpFooter a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 100;
	color: #0c8dce;
	text-decoration: none;
}
#hpFooter a:hover {
	text-decoration: underline;
}
#footer {
	width: 990px;;
	margin-top: 15px;
	margin-bottom: 50px;
}

#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 100;
	color: #999999;
	margin: 0px;
	padding: 0px;
}
#footer a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 100;
	color: #0c8dce;
	text-decoration: none;
}
#footer a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 100;
	color: #0c8dce;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}