/* news.css */

#NewsBox {
  margin: 10px;
  width: 780px;
  text-align: justify;
}

#NewsBox h1 {
  color: #f56202;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}

#NewsBox .legend {
  width: 300px;
  display: block;
  font-style: italic;
  font-weight: normal;
  font-size: 11px;
}

#NewsBox .photo {
  float: left;
  margin-right: 10px;
}

#NewsBox h2 {
  padding-top: 20px;
  font-size: 14px;
  color: #2f2f2f;
  border-bottom: 1px solid #f56202;
  font-weight: bold;
  text-transform: uppercase;
  margin: 10px 40px 10px 0px;
}

#NewsBox .NewsArchive li .photo img {
  height: 38px;
  border: none;
  margin: 2px 5px 0 2px;
  float: left;
}

#NewsBox .NewsArchive a:hover {
  text-decoration: none;
}

#NewsBox .NewsArchive .NewsCategory {
  color: #595959;
}

#NewsBox .NewsArchive .NewsArchivePage .photo img {
  height: 50px;
  border: none;
  margin: 2px 5px 0 2px;
}

#NewsBox .NewsArchive li.NewsArchivePage {
  clear: both;
  padding-bottom: 20px;
  height: 55px;
  cursor: pointer;
}

#NewsBox p {
  font-size: 12px;
  margin-bottom: 10px;
  color: #63686d;
  text-align: justify;
}


#NewsBox ul {
  list-style-type: none;
}

#NewsBox a {
  text-decoration: none;
  color: #093F59;
}

#NewsBox ul li {
  margin: 10px 0;
  font-size: 12px;
  color: #63686d;
}

#NewsBox ul li a,
#NewsBox .NewsTitle a {
  color: #2f2f2f;
  font-weight: bold;
  font-size: 12px;
}

#NewsBox .NewsDescription {
  color: #63686d;;
  font-weight: normal;
  font-size: 11px;
}

#NewsBox a:hover {
  text-decoration: underline;
}

#NewsBox .backTop {
  position: absolute;
  font-weight: bold;
}

#NewsBox .newsSmallTitle {
  font-size: 10px;
}

#NewsBox .back {
  font-weight: bold;
}

#NewsBox .source {
  text-align: right;
}
#NewsBox .source a,
#NewsBox .back a,
#NewsBox .backTop a {
  color: #f56202;
}