/* CSS Document for RSS Feeds display - May 2010 */

#rssLatestNews, #rssSecurityNews, #rssVesselNews, #rssLegalNews {
	width:210px;
	float:left;
	overflow:hidden;
	height:auto;
	padding:10px;
	text-align:left;
}
.rssBoxesHeader {
	font-weight:bold;
	font-size:12px;
	width:220px;
}
.rssFeedclass ul {
	float:left;
	width:230px;
	padding:0;
}
.rssFeedclass li {
	list-style:none;
	margin-bottom:5px;	
}
.rssFeedclass li > .datefield {
	font-style:italic;
	color:#444;
}
.rssFeedclass a {
	color:Black;
	text-decoration:none;
}
.rssFeedclass a:hover {
	text-decoration:underline;
}