/**********Rss Styles****************/
/* Div holding one item */
.rssItem
{
	padding-bottom:15px;
}
/* Title */
.rssItem h2
{
	margin-bottom: 4px;
	padding-bottom: 4px;
	border-bottom-style:solid;
	border-bottom-width:1px;
}
/* Title link */
.rssItem h2 a
{
	text-decoration:none;
}
/* Category */
.rssItem .category
{
}
/* publication date */
.rssItem .date
{
}
/* Div holding description */
.rssItem .description
{
	padding: 4px 15px;
}