/* begin styles for RSS Feed */



.rss-box {

	 margin: 0em;

	 width: 190px;

}
a:hover{
background-color: #ffcc66;
text-decoration: underline;
}

.rss-title {

	text-decoration: none;

	font-family: verdana, sans-serif;

	font-size: 9pt;

	background-color:#fff7e7;

	color:#E7A25A;

	font-weight:bold;

	margin: 0px 0px;

	padding: 5px 0px;

	text-align: left;

	line-height: 150%;

}


.rss-items {

	margin-top: 5px;
	margin-left: 0px;

}

.rss-item  {

	text-decoration : none;  
	font-family: verdana, arial, sans-serif;
	margin: 3px 0px 6px; 

  	font-size: 9pt;
	color:#5A5D5A;
	background-color:#fff7e7;
  	font-weight : normal;
	list-style:circle;
 	padding-bottom:0em;
	line-height: 150%;

}
