@charset "utf-8";
/* CSS Document */
.style1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: white;
}
.style2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.highContrast {
position: relative;
color: white;
font-family: Veranda, sans-serif; 
font-size: 9;
}
span.shadow {
	top: 1px;
	left: 1px;
	color: #000;
}
.highContrast span {
	position: relative;
}
span.shadow {
	position: absolute;
}	

