/* begin styles for RSS Feed */

.rss-box {
	 padding: 2px 4px;
	 background-color: #F2F2F2;
	 border-top: 1px dotted #006699;
	 border-right: 2px solid #006699;
	 border-bottom: 3px solid #006699;
	 border-left: 4px solid #006699;
}
p.rss_title {padding:0.5em;}
.rss-title, .rss-title a:link
{
	font-size: 85%;
	font-weight: 600;
	margin: 5px 0;
	padding: 0;
	text-align:center;
}

.rss-title a:visited, .rss-title a:active, .rss-title a:hover {
	color: #000000;
}

.rss-items {
	list-style:none;
	padding:0.5em;   
}

.rss-item  {
  font-size: 85%;
  margin-bottom: 1em; 
  text-decoration : underline;
  padding-bottom: 0.5em;
}

.rss-item a:link, .rss-item a:visited, .rss-item a:active {
	text-decoration : underline;
	color: #000000;
	font-size: 85%;
	font-weight: bold;
	}

.rss-item a:hover { 
	text-decoration : none;
	color: #000000;
	}
	
.rss-date {
	font-size: 10px;
	font-weight : normal;
	color: #333;
	} 

