/*Generic Styling for the myAdvantage RSS feeds of Events*/

	.pubDate {display:none;}
	.channel>H2.title {display:none;}
	p.description {font-family:Verdana,Geneva,Arial,Helvetica,sans-serif; font-size: 90%; font-weight:normal; text-decoration:none; line-height:100%;}
	H2.title {font-family:Verdana,Geneva,Arial,Helvetica,sans-serif; font-size: 95%; font-weight:normal; text-decoration:none; line-height:50%;}
	#feed a:link {text-decoration:none;color:#003399;}
	#feed a:visited {text-decoration:underline;color:#003399;}
	#feed a:active {text-decoration:underline;}
	#feed a:hover {text-decoration:underline;}
        #feed ul li {display:none;}
	p.startDate {font-family:Verdana,Geneva,Arial,Helvetica,sans-serif; font-size: 80%; font-weight:bold; text-decoration:none; line-height:50%; }
        
	.item {
  	background-color:#E8E7EA;
  	margin-bottom:5px;
  	padding-bottom:2px;
  	padding-left:10px;
  	padding-right:10px;
 	 padding-top:10px;
	}