.white-txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 18px;
}

a:link {
	color: #99FFFF;
	text-decoration: none;
}
a:visited {
	color: #99FFFF;
	text-decoration: none;
}
.gray-txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
}

a:hover {
	color: #99FFFF;
	text-decoration: underline;
}
a:active {
	color: #99FFFF;
	text-decoration: none;
}
.foot-links-txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #99FFFF;
	padding-bottom: 4px;
}

