/* begin styles for RSS Feed */

.rss_title, rss_title a {
	font-family: "American Typewriter", "Trebuchet MS", Trebuchet, Lucida, sans-serif;
	font-size: 18px;
	font-weight:bold;
	margin: 0;
	padding: 0;
	letter-spacing: 1px;
	}

.rss_items {
  
	}

.rss_item  {
		font-family: verdana, sans-serif;  	
		font-size: 9px;  	
		line-height: 14px;  	
		color: #000000;  
	}

.rss_item a:link, .rss_item a:visited, .rss_item a:active {
		font-family: verdana, sans-serif;  	
		font-size: 9px;  	
		font-weight: bold;  	
		text-decoration:none;  	
		color: #2964B4;  
	}

.rss_item a:hover { 
		font-family: verdana, sans-serif;  	
		font-size: 9px;  	
		font-weight: bold;  	
		text-decoration:underline;  	
		color: #2964B4; 
	}
	
.rss_date {
	font-size: 9px;
	font-weight : normal;
	color: #F60;
	}

.rss_item ul, li {
	list-style-type: none;
	padding: 0;
	margin-right: 0;
	margin-left: -40px;
	margin-bottom: 4px;
	text-align:left;
}

/* ie fix to set minimum width as ie does not support min width style */
* html .minwidth { margin-left:800px; }
* html .container { margin-left:-800px; position:relative; }
/*\*/
* html .minwidth, * html .container { height: 1px; }
/**/