/* CSS Document */

.rss-box {
}
.rss-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	margin-bottom: 30px;
	color: #CCCCCC;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 10px;
	margin-top: 20px;
}
.rss-title a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	margin-bottom: 30px;
	color: #666666;
	border: none;
}
.rss-title a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	margin-bottom: 30px;
	color: #666666;
	border: none;
}
.rss-items {
	margin-bottom: 30px;
}
.rss-item {
	font-size: 12px;
	line-height: 150%;
	color: #666666;
	margin-bottom: 20px;
}
.rss-item a {
	font-size: 12px;
	line-height: 150%;
	color: #0099FF;
	margin-bottom: 20px;
	font-weight: bold;
}
.rss-item a:hover {
	font-size: 12px;
	line-height: 150%;
	color: #FF9900;
	margin-bottom: 20px;
	font-weight: bold;
}