﻿/**********************/
/* News.aspx CSS Tags */
/**********************/

div#news_wrapper{}

/* Item CSS */
div.news_itemwrapper{
  background-color: #e3e3e3;
}
div.news_itemheadline{
  font-weight: bold;
}
div.news_itemposted{
  font-size: 9px;
}
div.news_itemcopy{}
div.news_itemmore{
  font-size: 10px;
  text-align: right;
}

/* Alternate Item CSS */
div.news_alt_itemwrapper{
  background-color: #f7f7f7;
}
div.news_alt_itemheadline{
  font-weight: bold;
}
div.news_alt_itemposted{
  font-size: 9px;
}
div.news_alt_itemcopy{}
div.news_alt_itemmore{
  font-size: 10px;
  text-align: right;
}
