/* begin styles for RSS Feed */



.rss_box {

	 margin: 1em;

	 width: 90%;

	 /* background-color: #99CCFF; */

	 /* border: 1px solid ##5F74CC; */

	 

}

.rss_items {

	margin-top:0px;

	padding: 0 0.5em;

	margin-left:0px;

	color:#000;

}

p.rss_title {/* padding:0.5em;*/}

.rss_title {

	text-decoration: none;

	font-family: verdana, sans-serif;

	font-size: 110%;

	/* background-color:#330066; */

	color:###800000;

	font-weight:bold;

	margin: 0px;

	padding:0em;

	text-align: left;

}



.rss_item  {

  font-family: verdana, arial, sans-serif;

  font-size: 0.75em;

  font-weight : normal;

  list-style:none;

  text-decoration:none;

  padding-bottom:1em;

}



.rss_item a {

	color:#800000;

	font-size: 105%;

	font-weight:bold;

	font-family:arial, sans-serif;

	}

.rss_item a:hover {
      
       text-decoration:underline;
}
	

.rss_item a:visited {

	color:color:#800000;

}



.rss_date {

    text-align: right;
	font-size: 85%;

	font-weight : normal;

	color: #aaa;

	}