@charset "utf-8";
/* CSS Document */


.NewsTickerScroller div.iticker
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:px;
	line-height:13px;
	margin:20px;
}

.NewsTickerTeaser div.iticker
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:13px;
	margin-top:20px;
}

.NewsTickerTitle
{
	font-size:16px;
	text-decoration:underline;
	line-height:18px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.TickerTeaserText /*    The teaser story    */
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	line-height:18px;
	font-size:14px;
}

.TickerTeaserReadMoreText a /*    Mouseout of the "Read More >>" link    */
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#644700;
	font-size:13px;
	text-decoration:underline;
}

.TickerTeaserReadMoreText a:hover /*    Mouseover of the "Read More >>" link    */
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#3e3300;
	font-size:13px;
	text-decoration:underline;
}

