.press_release {
  font-family:  'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', 'Lucida Sans Unicode', sans-serif; 
  font-size: 13px; 
}


div#preview_panel div.press_release {
    color: #000;
    font-family:  'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', 'Lucida Sans Unicode', sans-serif; 
    font-size: 12px;
    margin: 1.5em auto;
    padding: 1em;
    background-color: #fff;
    border: 1px solid black;
}


.press_release h1 {
    font-size: 15px;
    font-weight: bold;
    color: #CC0000;
    margin-top: 1.5em;
    border:none;
}

.press_release h2 {
    font-size: 13px;
    font-weight: bold;
    margin-top:2em;
    margin-bottom: 0;
    color: #CC0000;
    border:none;
}

.press_release h3, h4 {
	font-size: 13px;
	line-height: 13px;
	font-weight: bold;
	margin: 1.5em 0 0.5em 0;
  border:none;
}

.press_release h3 {
    color: #003366;
}

.press_release h4 {
    color: #000;
}


.press_release span.footnote {
	font-size: 9px;
	color: #E12E29;
	vertical-align: super;
}




.press_release  acronym .caps { 
  font-variant: small-caps; 
  letter-spacing: 1px; 
  text-transform: lowercase; 
  font-size:1.2em;
  font-weight: bold;
  line-height:1%;
  padding:0 2px;
}

