.rss-js table,
.rss-js table tr,
.rss-js table td {
	margin:0;
	padding: 0;
}
.rss-js {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}
.rss-js table td {
}
.rss-js table tr {
	background: url(images/dia.gif) no-repeat left;
	text-indent: 16px;
	height: 13px;
}
.rss-js-header, .rss-js-header a:link, .rss-js-header a:visited, .rss-js-header a:active {
	font-size: 12px;
	background-color: #3399CC;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.rss-js-header a:hover {
	text-decoration: underline;
}
.rss-js-entry {
	width: 307px;
	height: 13px;
	overflow: hidden;
	margin: 5px 0 0 15px;
	background: url(images/dia.gif) no-repeat left;
	text-indent: 16px;
	font-size: 12px;
}
.rss-js-entry a:link, .rss-js-entry a:visited, .rss-js-entry a:active {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
.rss-js-entry a:hover {
	text-decoration: underline;
}
