@charset "UTF-8";
/* CSS Document */

/* begin styles for RSS Feed */

.rss_box {
	width: 750px;
}

.rss_title, rss_title a {
	color:#40a7cb;
	width:750px;
	float:left;
	text-align:left;
	font-weight: bold;
}

.rss_items {
	border-bottom: 1px solid #ededed;
}

.rss_item  {
	margin-bottom:30px;
	margin-left:5px;
	font-family: verdana, arial, sans-serif;
	font-size: 16px; /*20px;*/
  	font-weight: normal; /*bold;*/
	font-variant:normal;
	font-style:normal;

}

.rss_item a:link, .rss_item a:visited, .rss_item a:active {
	text-decoration : none;
	color:#40a7cb;
	font-weight: bold;
	font-size: 20px;
	}

.rss_item a:hover {
	color:#3f4b58;
	text-decoration:none;
	}

.rss_date {
	float:left;
	/* width:150px; */
	margin-top:3px;
	margin-bottom:3px;
	text-align:left;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	font-weight : normal;
}


