.footer {
	font-family: arial;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
}
.text {
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	text-align: left;
}
.whitetext {
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.darkfootertext {
	font-family: arial;
	font-size: 10px;
	color: #333333;
}

a:link {
	text-decoration: none;
	color: #0099FF;
}
a:visited {
	text-decoration: none;
	color: #0099FF;
	line-height: normal;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
