td.newsHeader {
	background-color:#BBD3EE;
	border-left:1px solid #4B4B4B;
	border-right:1px solid #4B4B4B;
}

td.newsContent {
	background-color:#FCFCFC;
	padding:13px 21px 13px 13px;
	border-left:1px solid #4B4B4B;
	border-right:1px solid #4B4B4B;
	border-bottom:1px solid #4B4B4B;
}

span.title {
	color:#2D92D1;
	font-weight:bold;
}

a.title {
	color:#2D92D1;
	font-weight:bold;
	text-decoration:none;
}

a.title:hover {
	color:#2D92D1;
	font-weight:bold;
	text-decoration:underline;
}

span.shortDescription {
	color:#000000;
}

a.shortDescription {
	color:#000000;
	text-decoration:none;
}

a.shortDescription:hover {
	color:#000000;
	text-decoration:underline;
}

a.details {
	color:#2D92D1;
	text-decoration:underline;
}

a.details:hover {
	color:#2D92D1;
	text-decoration:underline;
}

hr.newsSeparator {
	color: #2D92D1;
	background-color: #2D92D1;
	height: 1px;
}
