/* begin styles for RSS Feed 

     This is the most basic style to use for a list with no bullets */


.rss_box {
	text-align:left;
	width:100%;

}


.rss_items {
       list-style:none;
       margin:0;
       padding:0;
}
.rss_item  {
  font-size: 12px;
  margin-bottom: 1em;;
}

li.rss_item {
	width:193px;
	padding:3px 0 3px 15px;
	background:url(../img/flag.gif) no-repeat 0 3px;
	list-style-type: none;
}
.rss_date {
	margin-left:15px:
	font-size: xx-small;
	}


