﻿/**********************************************/
/* App_Controls/RecentNews.ascx CSS Tags */
/**********************************************/

div#recentnews_wrapper
{
	padding-left:12px;	
}
div.recentnews_item
{
		
}
div.recentnews_headline
{
	/*background-image: url('images/Left_Nav_NewsListBullet.jpg');
	background-repeat: no-repeat;*/

}
div.recentnews_headline a
{
	color: #9e2e1d;
	text-decoration: none;
}
div.recentnews_headline a:hover
{
	color: #f6f6f6;
	text-decoration: none;
}
div.recentnews_headline a:visited
{
	text-decoration: none;
}
div.recentnews_headline a:active
{
	text-decoration: none;
}
div.recentnews_copy
{
	color:#ffffff;
	padding-left:6px;
	padding-bottom:7px;
}