﻿
#newsMarquee
{
	width:100%;
	height:280px;
}
#marquee_replacement{
 width:200px;
 height:280px;
 overflow:auto;
}
#marquee_replacement p.spacer{
 height:150px;
}

.newsItemContainer
{
	font-family: Tahoma, Arial, Verdana;
	margin-top:5px;
	margin-left:10px;
	margin-bottom:8px;	
	height: auto;
	width: 190px;
}

.feedTitle
{	

	font-size: 11px;
	color:#666666;
	font-weight: bold;

}

.feedDesc
{

	font-size: 11px;
	color:#666666;
	font-weight:lighter;
}

.feedLink
{
	font-size:11px;
	color:#ff3300;
}

.feedLink a, .feedLink a:visited
{
	text-decoration: none;
	color:#ff3300;
}

.feedLink a:hover
{
	text-decoration: none;
	color:#666666;
}


