.clearer {
	clear:both;
}
.rss_feed {
	border:1px solid #EEEEEE;
	float:left;
	margin:0 0 10px 10px;
	padding:5px;
	width:400px;
}
.rss_feed h3 {
	border-bottom:1px solid #666666;
	color:#666666;
	font-size:1.1em;
}
.news_section {
	border-bottom:1px solid #999999;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding:8px 0 4px;
}
.news_section p {
	color:#666666;
	display:none;
	font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size:11px;
	overflow:hidden;
	padding-left:10px;
	text-decoration:none;
	white-space:nowrap;
}
.news_section p:first-child {
	display: block;
	margin: 0px;
}
.news_section a {
	text-decoration: none;
}
.news_section a:hover {
	text-decoration: underline;
}
#tooltip {
	opacity:1;
	width:250px;
}