/* CSS Document */

/* styles for RSS Feed */



.rss_box {

	 margin: 0;

	 width: 201px;

	 background-color: ;

	 border: 0px solid ##5F74CC;

	 

}

.rss_items {

	margin-top:1px;

	padding: 0em; 0em;

	margin-left:0px;

	color: #000099;

}

p.rss_title {padding:0em;}

.rss_title {

	text-decoration: none;

	font-family: verdana, sans-serif;

	font-size: 85%;

	background-color:#330066;

	color:#ffffff;

	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;
	padding-bottom:0.2em;
	text-decoration: none;
	list-style-type: none;
}



.rss_item a {

	color: #000099;

	font-size: 115%;

	font-weight: normal;

	font-family:arial, sans-serif;

	}
	
.rss_item a:hover {

	color: #999999;
	}

	

.rss_item a:visited {

	color: #000099;

}



.rss_date {

	font-size: 85%;

	font-weight : normal;

	color: #F60;

	}
