.newsItem {
	font-size: 90%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-top-color: #FFFFFF;
	border-right-color: #333333;
	border-left-color: #333333;
	padding-top: 6px;
	float: left;
	padding-bottom: 4px;
	padding-left: 10px;
	line-height: 95%;
	width: 161px;
	background-image:url(../images/content_news_back.gif);
	border-right-style: solid;
	border-left-style: solid;
}

.news_events {
	text-transform: uppercase;
	font-weight: bold;
	padding-left: 12px;
	padding-top: 8px;
	font-size: 120%;
	padding-bottom: 6px;
	background-image:url(../images/content_news_back.gif);
	color: #FFFFFF;
	width: 159px;
	border-left-color: #333333;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #333333;
	border-right-style: solid;
	border-right-width: 1px;
}	
.newsBullet {
	float: left;
	width: 12px;
	padding-top: 3px;
	background-image:url(../images/content_news_back.gif);
}
.newsDescription {
	float: left;
	width: 130px;
	font-size: 80%;
	background-image:url(../images/content_news_back.gif);
	color: #FFFFFF;
	text-decoration:none;
}

#newsDescription a{
	text-decoration:none;
	font-size: 80%;
}


