@charset "utf-8";
/* CSS Document */

.nonCSS-hide {
	display: none;
	visibility: collapse;
}

.nonCSS-text {
	font-size: 0; 
	letter-spacing: -5000px; /* Minimize visibility on IE */
	content: ""; /* Opera */ 
}

/* IE Fix: Blend to background */
.Splash.nonCSS-text {
	color: #D74141;	
}