/* begin styles for RSS Feed 

     This is the most basic style to use for a list with no bullets */



.rss_box {

	 width: 335px;

	 background-color: #ffffff;

}



.rss_title, rss_title a {

	margin: 0px 0;
	
    font-family:Arial;

    font-size:12px;
	
	font-weight:normal;
  
    color:#000000;
	
	padding: 0;

}



.rss_items {

       list-style:none;

       margin:0;

       padding:0;
	   
       font-family:Arial;
 
       font-size:11px;
   
       color:#990000;

}



.rss_item  {


   font-family:Arial;

   font-size:11px;
  
   color:#990000;
   
   margin-bottom: 1em;;
  
}



.rss_item a:link, .rss_item a:visited, .rss_item a:active {

   font-family:Arial;

   font-size:12px;
  
   font-weight:normal;

   color:#000000;



	}



.rss_item a:hover { 

   font-family:Arial;

   font-size: 12px;

   font-weight:normal;
  
   color:#000000;


	}

	

.rss_date {

	font-size: xx-small;

	}