/*Styles for press releases*/

.headline {
	font-size: 112.5%;
	font-weight: bold;
	padding: 10px 0 8px 0;
}

.tagline {
	font-style: italic;
	font-size: 87.5%;
	margin-bottom: -8px;
	padding-top: 10px;
}

.prAttributes {
       font-style: italic;
       font-size: 95%;
}

.prAttributeLabel {
        font-weight: bold;
}

.prSection {
	margin-bottom: 2em;
}

.prContributor dt {
	display: none;
}

.prContributor dd {
	margin: 0px;
}

.prContributor {
	margin-bottom: 1em;
}

/*Archived Press releases*/

#pressArchives, #pressCurrent {
	width:100%;
}
#pressCurrent a{
	font-weight:bold;
}
#pressCurrent td {
	padding:1em;
	border-bottom:1px solid #ddd;	
}
