/* begin styles for RSS Feed */


.rss_box {
margin: 0px;
padding: 0px;
width: 300px;
}


.rss_title, rss_title a {
font-family: ;
font-size: 14px;
font-weight:bold;
margin: 0px;
padding: 3px;
background-color: #9B72CF;
}


.rss_items {  font-size: 10px;
font-weight : normal; 
margin: 15px;  
}


.rss_item  {  font-size: 12px;
font-weight : normal; 
margin: 3px; 
}


.rss_title a:link, .rss_title a:visited, .rss_title a:active {
 
 text-decoration : none;
 color: #FFFFFF;
}


.rss_title a:hover { 
	text-decoration : underline;
	color: #FFFFFF;

}

/**************** link *****************/
.rss_item a:link{
text-decoration : none;
color: #0000D1;
}

.rss_item a:visited{
text-decoration : none;
color: #0000D1;
}

.rss_item a:active{
text-decoration : none;
color: #0000D1;
}

.rss_item a:hover{
text-decoration : underline;
color: #DB0000;
}
/************** link end ***************/


.rss_date {
	font-size: 10px;
	font-weight : normal;
	color: #000000;
	}
