/* Main Listing headlines */
.newsroomheadlist {
  font-size: 1.2em;
  font-weight: bold;
  margin-left: 1em;
  text-decoration: none;
}
/* Main Listing leads */
.newsroomlead {
  font-size: 1em;
  margin-left: 2em;
  margin-right: 2em;
}
/* Main Listing dates */
.newsroomdate {
  font-size: 1em;
}
/* Main Listing dividing line */
.newsroomhr {
  text-align: center;
  margin: 1em;
}

/* Search Term */
#newsroomsearchterm {
  font-weight: bold;
}

/* Press Release headlines */
.newsroomheadline {
  font-size: 1.2em;
  font-weight: bold;
}
/* Press Release subhead */
.newsroomsubhead {
  font-size: 1em;
  font-weight: bold;
}
/* Press Release body */
.newsroombody {
  font-family: Times,"Times New Roman",serif;
  font-size: 1em;
}
.newsroombody a:link, a:visited {
  color: #2D6CC0;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}
.newsroombody a:link:hover, a:visited:hover {
  color: #2D6CC0;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}
.newsroombody a:link:active, a:visited:active {
  color: #2D6CC0;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}

/* Top Photo caption */
.newsroomphotocap {
  font-size: 0.8em;
}
/* Bulletted Items */
.newsroominfo {
  font-size: 1em;
  list-style-type: disc;
}
.newsroominfo a:link, a:visited {
  color: #2D6CC0;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}
.newsroominfo a:link:hover, a:visited:hover {
  color: #2D6CC0;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}
.newsroominfo a:link:active, a:visited:active {
  color: #2D6CC0;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}
/* Section title */
.newsroomsection {
  font-size: 1em;
  font-weight: bold;
  margin-top: 1em;
}
/* Boilerplate */
.newsroomboilerplate {
  font-family: Times,"Times New Roman",serif;
  font-size: 1em;
  font-style: italic;
  margin-top: 1em;
}
/* Contact Info */
.newsroomcontact {
  font-size: 1em;
  margin-top: 1em;
}
.printoption {
   font-size: 1em;
  text-decoration: none;
  text-align: right;
}
