#news{
  float: right;
  margin: 5px 20px 0px 0px;
}

#news-title{
  width: 115px;
  height: 15px;
  margin: 0px 0px 0px 0px;
  padding: 5px 5px 5px 5px;
  background-image: url('../images/news_title_back.png');
  background-position: top left;
  background-repeat: no-repeat;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
}

div.news-gray{
  width: 115px;
  padding: 5px 5px 5px 5px;
  background-image: url('../images/news_gray.png');
  background-position: top left;
  background-repeat: repeat-y;
  font-size: 10px;
  text-align: left;
}

div.news-blue{
  width: 115px;
  padding: 5px 5px 5px 5px;
  background-image: url('../images/news_blue.png');
  background-position: top left;
  background-repeat: repeat-y;
  font-size: 10px;
  text-align: left;
}

div.news-blue-gray{
  width: 125px;
  height: 5px;
  background-image: url('../images/news_blue_gray.png');
  background-position: top left;
  background-repeat: no-repeat;
}

div.news-gray-blue{
  width: 125px;
  height: 5px;
  background-image: url('../images/news_gray_blue.png');
  background-position: top left;
  background-repeat: no-repeat;
}

#news-footer-gray{
  width: 125px;
  height: 3px;
  background-image: url('../images/news_footer_gray.png');
  background-position: top left;
  background-repeat: no-repeat;
}

#news-footer-blue{
  width: 125px;
  height: 3px;
  background-image: url('../images/news_footer_blue.png');
  background-position: top left;
  background-repeat: no-repeat;
}

