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


span.task:before {
	content: "P.O. Box 39574\00A0\00A0\00A0\00A0\00A0|\00A0\00A0\00A0\00A0\00A0Philadelphia, PA 19136\00A0\00A0\00A0\00A0\00A0|\00A0\00A0\00A0\00A0\00A0 610.726.1146\00A0\00A0\00A0\00A0\00A0|\00A0\00A0\00A0\00A0\00A0";
	font-size: 13px;
	padding-top: 20px;
	font-family: Arial;
	background-image: url(temp/images/footer.png);
	background-repeat: no-repeat;
	background-position: center center;
	padding-bottom: 20px;
	color: #fff;
	text-shadow: -1px -1px 0px #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000;
	font-weight: bold;
}

span.email:before {
	content: "kevin@cpsamerica.net";
	font-size: 13px;
	padding-top: 20px;
	font-family: Arial;
	background-image: url(temp/images/footer.png);
	background-repeat: no-repeat;
	background-position: center center;
	padding-bottom: 20px;
	color: #fff;
	text-shadow: -1px -1px 0px #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000;
	font-weight: bold;
	text-decoration:none;
}