
#MainColumn  .LatestNews .DocTitle
{
  font: bold 1.4em/1.2em Courier New; 
  color: white; 
  background-image: url("../Styles/images/NewsHead.gif");
  background-position:top left;
  width:360px;
  text-align:center;
  margin:0px;	
	
}
#MainColumn .LatestNews
{
  background-image:none;
 
}
#MainColumn .LatestNews .InnerContainer
{

  background-color:#f5f1cd;
  border:solid 1px #a89e92;
  padding:5px;
  height:310px;
  width:350px;
  overflow:auto;
}
body
{
	scrollbar-base-color:#cdc2b6;
	scrollbar-arrow-color:#877e73;
	scrollbar-darkshadow-color:#877e73;
}