@charset "utf-8";
#footer {
	background-color: #002786;
	clear: both;
	background-image: url(../images/footer_fade.png);
	background-repeat: repeat-x;
	padding-top: 10px;
	padding-bottom: 10px;
	list-style-type: circle;
}
#footerTbl {
	margin-right: auto;
	margin-left: auto;
}
.footer {
	color: #999;
	font-size: 12px;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-left: -10px;
}
.footer a{
	color: #999;
	font-size: 12px;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
}
.footer a:hover {
	color: #999;
	font-size: 12px;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: underline;
}

.footerHeading {
	color: #999;
	list-style-type: circle;
	list-style-position: outside;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.footerHeading a{
	color: #999;
	list-style-type: circle;
	list-style-position: outside;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
}
.footerHeading a:hover {
	color: #999;
	list-style-type: circle;
	list-style-position: outside;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: underline;
}
