/* begin styles for RSS Feed */

.rss_box {
	 margin: 10px auto;
	 padding: 4px 4px;
	 background-color: #FFFFFF;
	 border: 2px #7485CA ridge;
}
rss_title a {
	font-family: "Tw Cen MT Condensed";
	font-size: 12pt;
	font-weight:normal;
}

.rss_items {
; clip:      rect(   )
; list-style-type: disc
}

.rss_item  {
  font-family: verdana, arial, sans-serif;
  font-size: 9px;
  font-weight : bold;
; list-style-type: disc
; clip:   rect(   )
}

.rss_item a:link, .rss_item a:visited {
	text-decoration : none;
	color: #88b;
	}

.rss_item a:hover { 
	text-decoration : underline;
	color: #e0861e;
	}
	
.rss_date {
	font-size: 9px;
	font-weight : normal;
	color: #F60;
	}

.rss_title { 
	font-family: "Tw Cen MT Condensed";
	font-size: 13px;
	font-weight:bold;
	margin: 0;
	padding: 0 0;
 } 