.rss_box {
	padding-top: 4px;
	padding-bottom: 4px;
}

.rss_title, rss_title a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	padding: 0;
}

.rss_items {
	border: 1px solid #0099cc;
	list-style-type: none;
	color: #336666;
	padding: 5px;
	margin: 0px;
}

.rss_item  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight : normal;
	list-style-type: none;
	margin-top: 2px;
	margin-right: 2;
	margin-bottom: 2px;
	margin-left: 2;
	color: #0099cc;
	padding: 0px;
}

.rss_item a:link, .rss_item a:visited, .rss_item a:active {
	color: #602757;
	font-weight: bold;
	text-decoration: underline;
	}

.rss_item a:hover {
	text-decoration : none;
	color: #336666;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #336666;
	}
	
.rss_date {
	font-size: 10px;
	font-weight : normal;
	color: #0099CC;
	}

