/* begin styles for RSS Feed 

     This is the most basic style to use for a list with no bullets */



.rss_box {
	width: 480px;
	background-color: #ffffff;
	font-family: arial, sans-serif;
	line-height:14px;
}



.rss_title, rss_title a {
margin: 0px 0;
padding-bottom: 10px;
font-size: 16px;
text-decoration:none;
font-weight:bold;
line-height:18px;

}

.rss_title a:link, .rss_title a:visited, .rss_title a:active {

color:#3366CC;
}

.rss_title a:hover {
color:#990000;
}


.rss_items {
list-style:none;
margin:0;
padding:0;

}



.rss_item  {
font-size: 12px;
margin-bottom: 1em;

}

.rss_item a:link, .rss_item a:visited, .rss_item a:active {
text-decoration:none;
color:#3366CC;

}



.rss_item a:hover { 
color:#990000;
}

	

.rss_date {
font-size: 10px;
}

