/* CSS Document */



#latest_news_header {
  height: 93px;
  background: url(/images/latest_news_header.jpg) center top no-repeat;
  font-size: 1px;
  color: #DBCB99;
  display: block;
}

ul.latest_news_list {
  margin: 20px 10px 0 15px;
  padding: 0;
  font-size: 12px;
  list-style: none;
}
ul.latest_news_list li {
  margin: 0 0 20px 0;
  padding: 0 0 0 20px;
  background: url(/images/latest_news_list_bullet.gif) left 2px no-repeat;
}
ul.latest_news_list li a {
  font-weight: bold;
}
ul.latest_news_list li span {
  position: relative;
  top: 5px;
  font-size: 11px;
}