/********************************************************************* */
/*   Press releases view                                               */
/********************************************************************* */
.PageEmbeddedView {
  margin-top: -15px;
}
.PressReleasePageViewText {
  margin-bottom: 15px;
}
.PressReleasePageViewLink A {
  font-weight: bold;
  font-size: 10px;
  text-decoration: none;
}
.PressReleasePageViewLink A:hover {
  color: #FF6600;
  text-decoration: underline;
}
.PressReleasePageViewDate {
  color: #7B7D82;
}
/********************************************************************* */
/*   Press Release document                                            */
/********************************************************************* */
#PressReleaseContent {
  width: 456px;
  float: left;
  margin-bottom: 15px;
}
.PageHeadline {
  margin-bottom: 0px;
  padding-bottom: 4px;
}
#PressReleaseDate {
  margin-bottom: 15px;
  font-size: 10px;
  color: #B4B9BE;
}
#PressReleaseHeadline {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 18px;
}
#PressReleaseDescription {
  font-weight: bold;
  margin-bottom: 15px;
}
#PressReleaseImage {
  width: 142px;
  height: 142px;
  margin-bottom: 15px;
  float: right;
}
#PressReleaseImage IMG {
  width: 142px;
  height: 142px;
  margin-bottom: 3px;
}
