/*------------------------------------
	Title: Cross-Browser Text Drop Shadows
	Author: Scott Jehl, www.scottjehl.com, scott@scottjehl.com
	Date: 7/19/06
	http://creativecommons.org/licenses/by-nc-sa/2.5/
--------------------------------------*/

/*Appearance of Drop Shadow Text*/
span.shadow {
	top: 1px;
	left: 3px;
	color: #fff;
font-weight: bold;

}


span.shadow2 {
	top: 1px;
	left: 161px;
	color: #fff;
font-weight: bold;

}

span.shadow3 {
	top: 1px;
	left: 95px;
	color: #fff;
font-weight: bold;

}

/*necessities*/
.highContrast {
	position: relative;
	color: #000;
font-size: 24px;
}
.highContrast span {
	position: relative;
text-align: center;

}
span.shadow {
	position: absolute;
text-align: center;
}	

.highContrast2 {
	position: relative;
	color: #000;
font-size: 26px;
}
.highContrast2 span {
	position: relative;
text-align: center;

}
span.shadow2 {
	position: absolute;
text-align: center;
}	


.highContrast3 {
	position: relative;
	color: #8F1154;
font-size: 26px;
}
.highContrast3 span {
	position: relative;
text-align: center;

}
span.shadow3 {
	position: absolute;
text-align: center;
}
