#NewsContainer 		{ 
	height:200px;
	margin-left:10px;
	margin-right:13px;
	overflow:hidden;
}

.head	{ 
	color: #000000;
	text-decoration: underline; 
	display:block;
	font-weight:bold;
}

#NewsDiv a 		{
	text-decoration: none; 
	color: #444444;
}

.coloured { 
	color: #000000;
}

#tsvcont{
	position:relative;
	width:100%;          /* width = target width - (border * 2) */
	height:200px;
	overflow:hidden;
}

#tsvdiv0, #tsvdiv1{
	position:absolute;
	width:100%;          /* width = tsvcont width - ((border + padding) * 2) */
	padding:0 5 10 5
}

#tsvdiv0 a, #tsvdiv1 a{
	text-decoration: none; 
	color: #444444;
}
