
/****  Used to expand descriptions on long services pages   *****/

.newsItem a.newsTitle {
	font: bold 11px Arial, Helvetica, sans-serif;
	text-align: left;
}

.newsContent {
	padding: 10px;
	margin: 0px;
	text-align: justify;
} 

.newsItem { 
	padding: 0px; 
	margin: 0px; 
} 

.newsItem a.newsTitle, .newsItem a.newsTitle:visited { 
	display: block; 
	text-decoration: none; 
	cursor: pointer!important; 
	cursor: hand; 
	padding: 3px; 
} 

