body {
	background-color:#F0E8B9;
}
#tableNewsItem {
	font-size: 1em;
	background-color:#F0E8B9;
/*	width:180px; */
}
#tableNewsItem a {
	color:#307;
	text-decoration: none;
}
#tableNewsItem a:visited {
	color:#307;
	text-decoration: none;
}
#tableNewsItem a:hover {
  background-color:#EE1111;
	color: #FFffff;
}

.trNewsItemMajor{
	vertical-align:top;
}

/* news items with descriptive paragraph */
.divNewsItem1 {
	font-family: Arial, sans-serif;
	font-size: 0.8em;
	
	padding: 5px 5px 5px 5px;
/*	border-top: dotted 1px black; */
	margin-right: 5px;
/*	width: 185px;
	overflow: hidden; */
}
.divNewsItem1:first-child {
/*	padding: 0px 5px 15px 0; */
	border: none;
	margin-right: 15px;
/*	width: 330px;*/
}
.divNewsItemTitle1 {
	font-size: 1.1em;
	font-weight: bold;
}
.divFeedOrg {
	font-style: italic;
	font-size: 0.8em;
}
