.footer {
	height: 25px;
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 100%;
	background-color: #333;
}
.footerText  {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #FFF;
}
.footerLinks  {
	text-align: center;
	position: relative;
	padding-top: 5px;
}
.footerTextLine {
	color: #747474;
	padding-top: 5px;
	text-align: center;
}

.footer a{
	color: #FFF;
	text-decoration: none;
}
.footer a:hover {
/*	color: #F60;
	text-decoration: none;*/
}

