/********************************************************************* */
/*   News view                                                         */
/********************************************************************* */
.PageEmbeddedView {
  margin-top: -15px;
}
.NewsPageViewText {
  margin-bottom: 15px;
}
.NewsPageViewLink A {
  font-weight: bold;
  font-size: 10px;
  text-decoration: none;
}
.NewsPageViewLink A:hover {
  color: #FF6600;
  text-decoration: underline;
}
.NewsPageViewDate {
  color: #7B7D82;
}
/********************************************************************* */
/*   News document                                                     */
/********************************************************************* */
#NewsPageContent {
  width: 456px;
  float: left;
}
.PageHeadline {
  margin-bottom: 0px;
  padding-bottom: 4px;
}
#NewsPageDate {
  margin-bottom: 15px;
  font-size: 10px;
  color: #B4B9BE;
}
#NewsPageHeadline {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 18px;
}
#NewsDescription {
  font-weight: bold;
  margin-bottom: 15px;
}
#NewsPageImage {
  width: 142px;
}
#NewsPageImage IMG{
  width: 142px;
}
