/* news.css */

#MainContent #NewsBox h2 {
  background: transparent url(/images/content/header-title-long.png) no-repeat bottom left;
}
#NewsBox .photo {
  float: left;
  margin-right: 10px;
}
#NewsBox .photo .legend strong {
  font-size: 11px;
  font-weight: normal;
  font-style: italic;
  width: 300px;
  display: block;
}
#NewsBox p {
  font-size: 12px;
  //margin: 10px;
  text-align: justify;
}
#NewsBox .NewsArchive li .photo img {
  height: 38px;
  border: none;
  margin: 2px 5px 0 2px;
  float: left;
}
#NewsBox .NewsArchive {
  list-style-type: none;
}
#NewsBox .NewsArchivePage {
  cursor: pointer;
}
#NewsBox ul {
  margin-left: 15px;
}
#NewsBox ul li {
  margin: 10px 0;
  font-size: 12px;
}
#NewsBox ul li a,
#NewsBox .NewsTitle a {
  font-weight: bold;
  font-size: 12px;
}
#NewsBox .NewsDescription {
  color: black;
  font-weight: normal;
}
#NewsBox embed {
  margin: auto;
  clear: both;
  display: block;
}
#NewsBox a:hover {
  text-decoration: underline;
}
#NewsBox .backTop {
  position: absolute;
  font-weight: bold;
  margin-top: 10px;
}
#NewsBox .newsSmallTitle {
  font-size: 10px;
}
#NewsBox .back {
  font-weight: bold;
}
#NewsBox .source {
  text-align: right;
  margin: 20px 0;
}