#label {
	width: 49%;
	float: left;
	font-size: 80%;
	margin-top: 8px;
	margin-bottom: 0px;
	color: #999;
}
.pressReleaseTable {
	/*width: 568px;
	margin-right: auto;
	margin-left: auto;*/
}
.pressReleaseTable td {
	vertical-align: top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d7d7dc;
	padding-top: 14px;
	padding-right: 6px;
	padding-bottom: 14px;
	padding-left: 0px;
}
/* News Release Index List */
.pressReleaseTable .date {
	/*width: 8em;*/
	padding-right: 10px;
	padding-left: 0px;
	width: 16em;
}
.pressReleaseTable .headline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d7d7dc;
}
/* End News Release Index List */

/* News Release Page */
.wrapper {
	width: 686px;
	text-align: left;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
}
.wrapper .logo {
	height: 800px;
	float: left;
	width: 168px;
	margin-top: 50px;
	margin-bottom: 30px;
	margin-right: 30px;
}
.wrapper .content {
	float: left;
	width: 420px;
	margin-top: 50px;
	margin-bottom: 50px;
	margin-left: 0px;
	position: relative;
}
.wrapper .content .printVersion {
	position: absolute;
	top: -26px;
	right: 0px;
}

.wrapper .content .newsAdvisory {
	float: left;
	margin: 0px;
	font-weight: normal;
}
.wrapper .content .date {
	margin: 0px;
	float: right;
	font-weight: normal;
	text-align: right;
}
.wrapper .content .contactName {
	float: left;
	width: 50%;
}
.wrapper .content .contactPhone {
	float: right;
	width: 48%;
	text-align: right;
}

.wrapper .content strong {
	color: #333333;
}
.wrapper .content h1 {
	font-size: 140%;
	color: #333;
	clear: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 6px;
}
.wrapper .content h4 {
	font-weight: bold;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}
.wrapper .content h3 {
	font-weight: normal;
	font-size: 110%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.wrapper .content p {
	margin-bottom: 12px;
	line-height: 1.5em;
}
.back {
	float: right;
	margin-top: 10px;
	margin-right: 0px;
	clear: both;
	margin-bottom: 0px;
	line-height: 2em;
	text-align: right;
}
.logo p {
	margin-left: 10px;
}
.logo h2 {
	font-size: 100%;
	margin-bottom: 6px;
	margin-left: 10px;
}
.wrapper .content table {
	font-size: 100%;
}

