/* begin styles for RSS Feed */

.rssbox {
        width:250px;
}

.rss_box {
        border: #EEEEEE solid; border-width: 1px 1px 1px 1px;
        padding-top: 5pt; padding-right: 6px; padding-bottom: 5px; padding-left: 6px;
}

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

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

.rss_item  {
        font-family: verdana, arial, sans-serif;
        font-size: 10px;
        font-weight : bold;
        padding-top: 5px;
        padding-bottom: 5px;
}

.rss_item a:link, .rss_item a:visited, .rss_item a:active {
	text-decoration : none;
	border-bottom: 1px solid #ededed;
	color: #88b;
	}

/*.rss_item:hover {
    background: #FCFFFC;
    color: #000000;
}*/

.rss_item a:hover { 
	text-decoration : none;
	color: #E0861E;
	border-bottom: 1px dotted #e0861e;
	}
	
.rss_date {
	font-size: 8px;
	font-weight : normal;
	color: #F60;
	}
