/* CSS Document */

#local_news {
	margin: 20px 0 0 0;
	padding: 0 0 0 0;
	font-size: 14px;
	font-weight: normal;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: normal;
}

#local_news a {
	color: #333;
	text-decoration: none;
}
#local_news a:hover {
	color: #6C9ECD;
	text-decoration: none;
}
#local_news table {
	margin: 10px 0 0 20px;
}
#local_news table td {
	height: 30px;
}

#local_news h2, #local_news h2 a {
	padding: 0px 0 3px 20px;
	font-size: 23px;
	font-weight: lighter;
	text-decoration: none;
	color: #333;
	font-family: "Times New Roman", Times, serif;
	letter-spacing: .5pt;
}
#local_news h2 a:hover {
	color: #6C9ECD;
}

#local_news table td.report a {
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	letter-spacing: normal;
	color: #6C9ECD;
}


