/* begin styles for RSS Feed */

.rss_box {
	 padding: 1px 2px;
	 width: 460px;
	 background-color: #ededed;
	 border: 1px dashed #bbbbbb;
	 
}
.rss_box2 {
	 padding: 1px 2px;
	 width: 356px;
	 background-color: #ededed;
	 border: 1px dashed #bbbbbb;
	 
}


.rss_title, rss_title a {
	font-family: "American Typewriter", "Trebuchet MS", Trebuchet, Lucida, sans-serif;
	font-size: 12px;
	font-weight:bold;
	margin: 2px 0;
	padding: 0;
	letter-spacing: 1px;
	color: #617179;
}

.rss_items {
  
}

.rss_item  {
  font-family: verdana, arial, sans-serif;
  font-size: 10px;
    margin: 2px 0;
}

.rss_item a:link, .rss_item a:visited, .rss_item a:active {
	font-family: "American Typewriter", "Trebuchet MS", Trebuchet, Lucida, sans-serif;
	font-size: 12px;
	font-weight:bold;
	margin: 2px 0;
	text-decoration : none;
	color: #5176B5;
	}

.rss_item a:hover { 
	text-decoration : none;
	color: #3D4D55;
	border-bottom: 1px dotted #e0861e;
	}
	
.rss_date {
	font-size: 9px;
	font-weight : normal;
	color: #3366FF;
	}

