.rssstylebox {
}
.rss_title {
	font-size: 13px;
	font-weight: bold;
	background-image: url(../images/rss_titlebg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 15px;
}
.rss_title_date {
	margin: 0;
	color: #666666;
	font-size: 12px;
}
.rss_title a:link, .rss_title a:visited {
	text-decoration: none;
	color: #0C3A88;
}
.rss_title a:hover, .rss_title a:active {
	text-decoration: underline;
	color: #0C3A88;
}

.rss_desc {
	color:#666666;
	padding: 2px 0 10px 10px;
}
.rss_more {
	padding:0;
	text-align:right;
	font-size: 11px;
}
.rss_more a:link, .rss_more a:visited {
	text-decoration: none;
	color: #999999;
}
.rss_more a:hover, .rss_more a:active {
	text-decoration: underline;
	color: #999999;
}

