DIV.feed
{
	width: 583px;
	float: none;
	padding: 2px 0px 14px 7px;
	margin: 0;
}
.feed DIV.feedtitle
{
	font-family: "Trebuchet MS", arial;
	font-size: 15pt;
	font-weight: bold;
	margin: 0px 0 0;
	padding: 0;
	text-transform: uppercase;
}
.feed DIV.feedtitle A:link, .feed DIV.feedtitle A:visited
{
	color: #D4A;
	text-decoration: none;
	font-family: Corbel, helvetica;
}
.feed UL
{
	margin: 0;
	padding: 0;
	list-style: none;
}
.feed LI
{
	font-family: Arial;
	font-size: 8pt;
	line-height: 2em;
}
.feeditem A:link, .feeditem A:visited
{
	position: relative;
	z-index: 24;
	text-decoration: none;
	color: #555;
	font-size: 10pt;
}
.feeditem A:hover
{
	z-index: 25;
	background: #DDD;
	color: #000;
}
.feeditem A SPAN
{
	display: none;
}
.feeditem A:hover SPAN
{
	display: block;
	position: absolute;
	top: 2em;
	left: 2em;
	width: 300px;
	border: 1px solid #CCC;
	padding: 5px;
	background-color: #DDD;
	color: #000;
	font-family: Arial;
	font-size: 10pt;
}

