.rssstyletitle {
	font-size: 12px;
	color: #339966;
}
.rssstylebox {
	font-size: 12px;
	line-height: 140%;
	margin-bottom: 10px;
	/*
	background-color: #f8fdfb;
	border: 1px solid #CCCCCC;
	*/
	padding: 0 5px 5px 0;
	height: 15em;
	overflow: auto;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #FC0;
	border-bottom-color: #FC0;
}
.rssstylebox ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.rssstylebox ul li{
	padding: 5px;
}

.rssstylebox ul li a{
	color: #000000;
	text-decoration: none;
}

.rssstylebox ul li a:visited, .rssstylebox ul li a:active{
	color: #000000;
	text-decoration: none;
}

.rssstylebox ul li a:hover{
	text-decoration: underline;
	background: #cccccc;
}

.rssstylebox ul li span{
}
.rss_more {
	padding:0 20px;
	text-align:right;
	font-weight:bold;
}
.rss_title {
	font-size: 12px;
	background-image: url(../images/rss_title.png);
	line-height: 140%;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 0;
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left: 15px;
}
.rss_desc {
	margin-bottom: 10px;
	padding-left: 40px;
}
.rss_desc p {
	margin: 0;
	padding: 0;
}
.rss_desc a:link, .rss_desc a:visited {
	text-decoration: none;
	color: #000000;
}
.rss_desc a:hover, .rss_desc a:active {
	text-decoration: underline;
	color: #000000;
}

