#tableNewsItem {
	font-size: x-small;
	vertical-align: top;
	color: #FF0000;
}

#tableNewsItem a {
	color: #FF0000;
	/*	color:#307;*/
	text-decoration: none;
}
#tableNewsItem a:visited {
	color: #661111;
	text-decoration: none;
}
#tableNewsItem a:hover {
  background-color:#EE1111;
	color: #FFffff;
}

.tdNewsItemVSpace {
	/*border-left: solid silver 1px;*/
	/*background-color: silver;*/
	width:10px;
}
.tdNewsItemHSpace {
	height:10px;
}
.trNewsItemMajor{
	vertical-align:top;
	border-bottom-color: #000000;
}
.trNewsItemMinor{
	vertical-align:top;
}

/* news items with descriptive paragraph */
.divNewsItem1 {
	padding: 5px 5px 15px 0;
	border-top: dotted 1px black;
	margin-right: 15px;
	width: 200px;
}

.divNewsItemTitle1 {
	font-size: small;
	font-weight: normal;
}
.divFeedOrg {
	font-style: italic;
	font-size: 0.8em;
}
/* news item list */
.divNewsItem2 {
	padding: 5px 0 10px 0;
	border-top: dotted 1px black;
	margin-right: 15px;
	width: 330px;
}
.divNewsItemTitle2 {
	font-weight: normal;
	padding:0px
	margin:0px;
}
