.NewsList
{
	color: #505050;
		
}

.NewsList .Headline
{
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
}

.NewsList .NewsItem
{
}

.NewsList .NewsItem .Title
{
	font-weight: bold;

}

.NewsList .NewsItem .Teaser
{
}

.NewsItem
{

}

.NewsItem .Title
{
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	color: #505050;
}

.NewsItem Story
{
	color: #505050;
}

.NewsListNewsPageContainer
{
	border-right: 1px solid gray;
}