.txtFoot {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	text-decoration: none;
}
.linksFoot {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	text-decoration: none;
}
.linksFoot:active {
	text-decoration: none;
}

.linksFoot:link {
	text-decoration: none;
}
.linksFoot:visited {
	text-decoration: none;
}

.linksFoot:hover {
	text-decoration: underline;
}
.txtNormal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #818181;
	text-align: justify;
}
a.txtNormal:link {
	text-decoration: none;

}
a.txtNormal:visited {
	text-decoration: none;
}
a.txtNormal:active {
	text-decoration: none;
}
a.txtNormal:hover {
	text-decoration: underline;
}
