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

.footer {
	background-color: #05461D;
	background-image: url(../images/footer-bg.png);
	background-repeat: repeat-x;
	background-position: right top;
	height: auto;
	width: 960px;
	padding: 0px;
	margin: 0px;
}
.footer p {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
.footerLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
a.footerLink:link {
	color: #FFC;
	text-decoration: none;
	text-shadow: 1px 1px 0px #012E13;
}
a.footerLink:visited {
	color: #FFC;
	text-decoration: none;
	text-shadow: 1px 1px 0px #012E13;
}
a.footerLink:hover {
	color: #FF0;
	text-decoration: none;
	text-shadow: 0px 0px 5px #6ff;
}
a.footerLink:active {
	color: #FFF;
	text-decoration: none;
	text-shadow: 0px 0px 5px #6ff;
}
