﻿.newsletter {
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 6px;
	letter-spacing: 1pt;
}
.footer {
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	color: #32260c;
	padding-left: 6px;
	letter-spacing: 1pt;
	text-transform:uppercase;
}
.content {
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	color: #FFFFFF;
}
.content_sm {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
a:link {
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	font-style: italic;
	color: #cd2e2e;
	text-decoration:none;
}
a:active {
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	font-style: italic;
	color: #cd2e2e;
	text-decoration:none;
}
a:visited {
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	font-style: italic;
	color: #cd2e2e;
	text-decoration:none;
}
a:hover {
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	font-style: italic;
	color: #FFFFFF;
	text-decoration:none;
}

/* New Splash Code */
.NJ {
	background-image: url(/images/splash_04.jpg);
	background-repeat: no-repeat;
	width: 137px;
	height: 25px;
}
	.NJ:hover {
		background-image: url(/images/splash_hvr_04.jpg);
		background-repeat: no-repeat;
	}
	
.PHL {
	background-image: url(/images/splash_06.jpg);
	background-repeat: no-repeat;
	width: 136px;
	height: 25px;
}
	.PHL:hover {
		background-image: url(/images/splash_hvr_06.jpg);
		background-repeat: no-repeat;
	}

.PITT {
	background-image: url(/images/splash_08.jpg);
	background-repeat: no-repeat;
	width: 136px;
	height: 25px;
}
	.PITT:hover {
		background-image: url(/images/splash_hvr_08.jpg);
		background-repeat: no-repeat;
	}

.address {
	font-family: Arial;
	font-size: 11px;
	color:#FFF;
	font-weight:bold;
	text-align:center;
	
}
