/* begin styles for RSS Feed */

.rss_box {
	margin: 0px;
	width: 510px;
	background-color: #fff;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
}

.rss_title, rss_title a {
	font-size: small;
	font-weight:normal;
	margin: 0px;
	padding: 0;
}

.rss_items {
	margin: small;
	padding: 0px;
}

.rss_item  {
	padding-right: 0px;
	padding-left: 0px;
	font-weight : normal;
	font-size: x-small;
	padding-bottom: 3px;
	color: #666;
	word-break: break-all;
}

.rss_items li{
	list-style-position: outside;
	list-style-image: url(../images/burret.gif);
	list-style-type: disc;

}

.rss_item a:link, .rss_item a:visited, .rss_item a:active {
	font-weight: normal;
	font-size: small;
	color: #666;
	text-decoration : none;
}

.rss_item a:hover {
	font-weight: normal;
	font-size: small;
	text-decoration : underline;
	color: #6C0;
}

.rss_date {
	font-size: x-small;
	font-weight : normal;
	color: #333;
}

