@charset "utf-8";
/* CSS Document */

/* begin styles for RSS Feed */



.rss_box {
	width: 300px;
}



.rss_title, rss_title a {

	font-family: "verdana, arial, sans-serif;

	font-size: 11;

	font-weight:normal;

	margin: 0px 0;

	padding: 0;

	letter-spacing: 1px;

}



.rss_items {

  

}



.rss_item  {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	font-weight : normal;
	margin: 0px 0;
	list-style-type: decimal;
}
.rss_Cell {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-left-style: dotted;
}




.rss_item a:link, .rss_item a:visited, .rss_item a:active {

	text-decoration : none;

	border-bottom: 1px solid #336699;

	color: #336699;

	}



.rss_item a:hover { 

	text-decoration : none;

	color: #336699;

	border-bottom: 1px dotted #336699;

	}

	

.rss_date {
	font-size: 9px;
	font-weight : normal;
	color: #336699;
	}
.rss_feeds {
	border: thin none #000000;
}
