table.contents td.newsDate {
	font-size: 12px;
	color: #18358E;
	padding: 5px 3px 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #aaaaaa;
	text-align: center;
	vertical-align: top;
}
table.contents td.newsSummary {
	font-size: 12px;
	color: #333;
	padding: 5px 3px 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #aaaaaa;
	vertical-align: top;
	text-align: left;
}
table.contents td.newsSummary a{
	font-size: 12px;
	color: #333;
	text-decoration: none;
}
table.contents td.newsSummary a:hover{
	font-size: 12px;
	color: #18358E;
	text-decoration: underline;
}

table.contents td.approach {
	background-color:#EDEDED;
}
