.NewsList 
{
}

.NewsList .Title 
{
    font-size:11px;
    color:#505050;
    font-weight: bold;
    font-family: Arial, Sans-Serif;	
}

.NewsList .NewsDate 
{
	color: #959595;
	font-size: 8px;	
	font-family: Arial, Sans-Serif;	
}

.NewsList .BackLink 
{
	color: #b60000;
	font-size: 11px;
	font-family: Arial, Sans-Serif;		
}

.NewsList .BackLink:hover 
{
	text-decoration: underline;	
}

.NewsList a 
{
	color: #505050;
	font-size: 10px;
	font-family: Arial, Sans-Serif;			
}

.NewsList a:hover 
{
	text-decoration: underline;	
}

.NewsItem 
{
    font-size:10px;
}

.NewsItem .Title 
{
	font-weight: bold;
	font-style: normal;
	color: #505050;
	font-size:11px;
	font-family: Arial, Sans-Serif;	
}

.NewsItem .Story 
{
	color: #505050;
	font-size:10px;
	font-style:normal;
	font-family: Arial, Sans-Serif;	
}

.NewsItem .NewsDate 
{
	color: #959595;
	font-size: 8px;	
    font-family: Arial, Sans-Serif;	
}

.NewsItem .BackLink 
{
	color: #505050;
	font-size: 10px;
	font-family: Arial, Sans-Serif;		
}

.NewsItem .BackLink:hover 
{
	text-decoration: underline;	
}

.NewsItem a 
{
	color: #505050;
	font-size: 10px;
	font-family: Arial, Sans-Serif;			
}

.NewsItem a:hover 
{
	text-decoration: underline;	
}

