﻿/**********************/
/* News.aspx CSS Tags */
/**********************/

div#news_wrapper{
	width: 640px;
	padding: 10px;
}

img.news_image {
	padding: 5px ;
}

/* Item CSS */
div.news_itemwrapper{
  background-color: #ffffff;
  padding: 5px ;
}
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: #ffffff;
  padding: 5px ;
}
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;
}