@charset "UTF-8";
/* CSS Document */

.rss_box {
	margin: 1em;
	width: 600px;
	border: 0px;
}

.rss_items {
	margin-top:0px;
	padding:0.5em;
0.5em;
	margin-left:0px;
	color:#99CC00;
}

p.rss_title {padding:0.5em;}

.rss_title {
	text-decoration: none;
	font-family: small tahoma, "Bitstream Vera Sans", "Trebuchet MS", "Lucida Grande", lucida, helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight:bold;
	margin: 0px;
	padding:0em;
	text-align: left;
}



.rss_item  {
	font-family: "small tahoma", "Bitstream Vera Sans", "Trebuchet MS", "Lucida Grande", lucida, helvetica, sans-serif;
	font-size: 12px;
	font-weight : normal;
	list-style:none;
	padding-bottom:1em;
	color: #FFFFFF;
}



.rss_item a {

	text-decoration : none;

	color: white;

	font-size: 12px;

	font-weight:light;

	font-family:small tahoma, "Bitstream Vera Sans", "Trebuchet MS", "Lucida Grande", lucida, helvetica, sans-serif;

	}

	

.rss_item a:visited {

	color:white;

}



.rss_date {
	font-size: 9px;
	font-weight : normal;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
