.newsContainer
{
}

.newsTextContainer
{
	padding: 0 0 0 20px;
	background: transparent url(images/circle-white.png) no-repeat 0px 5px;
}
* html .newsTextContainer
{
	padding: 0;
	background: none;
}

.currentNewsItem
{
	background: #EEE;
	padding: 5px;
	margin: 5px 0;
}

.newsIcon{
}

.readmore
{
}

.dotLine
{
	height: 2px;
	background: transparent (images/dot.jpg) repeat-x;
	padding: 5px 0;
}

.newsItemLink *,
.newsItemLink:visited,
.newsItemLink:link
{
	color: #FFF;
	text-decoration: none;
}

.newsItemLink:hover
{
	text-decoration: underline;
}

.newsItemLink span.Head
{
	font-size: 12px;
	font-weight: bold;
}