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

span.shadow {
	top: 1px;
	left: 1px;
	color:#000066;
}

/*necessities*/
.highContrast {
	position: relative;
	color: #fff;
}
.highContrast span {
	position: relative;
}
span.shadow {
	position: absolute;
}	



