@charset "UTF-8";
.footerText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.3em;
	color: #CCC;
	text-decoration: none;
	text-align: left;
}
.footerText a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.3em;
	color: #99FFFF;
	text-decoration: underline;
	text-align: left;
}
.footerText a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.3em;
	color: #99FFFF;
	text-decoration: underline;
	text-align: left;
}
.footerText a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.3em;
	color: #99FFFF;
	text-decoration: underline;
	text-align: left;
}
.footerText a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.3em;
	color: #99FFFF;
	text-decoration: underline;
	text-align: left;
}
#footerContainer {
	width: 929px;
	height: 145px;
	background-color: #929497;
	background-image: url(../images/footer-background.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	float: left;
}
ul.footerText {
	list-style-type: none;
	padding-right: 15px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: block;
	float: left;
}
