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

#footerText{
	color: gray;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: center;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	width: 950px;
	display: block;
	clear: both;
}
#footerText a:link  {
	color: #297FB8;
	text-decoration:none;
	border: none;
}

#footerText a:hover {
	color: #297FB8;
	text-decoration: underline;
	border: none;
}

#footerText a:over {
	color: #297FB8;
	text-decoration: underline;
	border: none;
}


#footerText a:active, a:visited, a:focus  {
	color: #297FB8;
	text-decoration:none;
	border: none;
}