/* begin styles for RSS Feed */

.rss-box {
	 margin: 0%;
	 padding: 2px 2px;
/*	 background-color: #ededed; */
	 border: 2px dashed #7485CA;
}

.rss-title, rss-title a {
	font-family:  "Comic Sans MS", Trebuchet, Lucida,  sans-serif;
	font-size: 18pt;
	font-weight: normal;
	color: White;
	margin: 2px 0;
	padding: 0;
	letter-spacing: 1px;
	background-color: Blue;
}


.rss-item  {
  font-family: "Comic Sans MS", Trebuchet, Lucida,  sans-serif;
  font-size: 10pt;
  font-weight : normal; 
  margin: 4px 0;
}

.rss-item a:link, .rss-item a:visited, .rss-item a:active {
	font-size: 10pt;
	text-decoration : none;
	border-bottom: 1px solid #ededed;
	color: Blue;
   font-weight : normal;
	background-color: #FFFF99;
	}

.rss-item a:hover { 
	text-decoration : none;
	color: #e0861e;
	border-bottom: 1px dotted #e0861e;
	}
	
.rss-date {
	font-size: 10pt;
	font-weight : normal;
	color: Red;
	}