<!--
#loadingMask {
	position: fixed; 
	z-index: 9999; 
	top:0px; 
	left:0px; 
	width: 100%; 
	height: 100%; 
	background-color:rgba(255, 255, 255, 0.7);
}

#loadingMask span {
	position: absolute; 
	top: 50%; 
	margin-top: -5px; 
	left:50%; 
	margin-left: -5px; 
	line-height: 10px;
}

.linkFooter { text-decoration: none; color: #999999; font-family: Arial, Helvetica, sans-serif;}
.linkFooter:hover {text-decoration: underline; color:#7CC241;}
-->