/* 
	Telford & Wrekin CVS Style sheet
	
	Main site template - News styles  
 */

/* Text styles */
	p { 
		text-align:left;
		font-family:Tahoma, Arial, Helvetica, sans-serif;
		font-size:11px;
	}
	.n_Date {
		font-size:12px;
		font-weight:bold;
		margin:0px 0px 5px 0px;
	}
	.n_Headline {
		font-family:Tahoma, Arial, Helvetica, sans-serif;
		font-size:12px;
		color: #016C40;
		font-weight:bold;
		margin:10px 0px 10px 20px;
	}
	.n_Body {
		font-size:12px;
		color: #666666;
		text-align:justify;
		margin:5px 0px 8px 20px;
		line-height:16px;
	}
	.n_Link {
		font-size:11px;
		text-align:right;
		margin:0px 0px 10px 0px;
	}
	

/* Link styles */
	a.more:link {
		color: #000000;
		text-decoration: none;
	}
	a.more:visited {
		color: #000000;
		text-decoration: none;
	}
	a.more:hover {
		color: #177B73;
		text-decoration: underline;
	}