.rss_box {
	border: 1px dashed #006699;
	margin: 0px 0px;
	padding: 5px 5px;
	width: 160px;
	background-color: #FFFFFF;
}
.rss_title {
	font-family: Arial, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	background-color: #D2F5FF;
	height: 20px;
	width: 160px;
}

.rss_item {
	font-family: Arial, sans-serif;
	font-size: 8pt;
	text-align: left;
	list-style-position: inside;
}
.rss_items {
	list-style-position: outside;
	list-style-type: disc;
	text-indent: 6px;
	white-space: normal;
	display: list-item;
}

