/* begin styles for RSS Feed */

.rss_box {
	width: 100%;
	margin-top: -5px;
}

.rss_title, rss_title a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	color: #000000;
	text-decoration: none;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
}

.rss_items {
	text-decoration: none;
	margin-left: 0px;
}

.rss_item  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight : normal;
	color: #666666;
	text-decoration: none;
	list-style-type: none;
}

.rss_item a:link, .rss_item a:visited, .rss_item a:active {
	text-decoration : none;
	color: #74851c;
	font-size: 12px;
	font-weight: bold;
	}

.rss_item a:hover { 
	}
	
.rss_date {
	font-size: 10px;
	font-weight : normal;
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding-bottom: 5px;
	}

