/* tB[h */


.rss_box {
	border: 1px dashed #333333;
	background-color: #ffffff;
	padding: 5px;
	margin: 20px 0;
	}

.rss_title {
	font-size: 0.875em;
	margin: 5px 0;
	background-color: #b1cbe3;
	padding: 3px;
	}

.rss_title a {
	color: #ffffff;
	font-weight:bold;
	text-decoration: none;
	}

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

.rss_item  {
	color: #999999;
	margin-bottom: 5px;
	}

.rss_item a {
	font-size: 0.6em;
	font-weight: bold;
	color: #2c5e8a;
	text-decoration : none;
	}

.rss_item a:hover { 
	text-decoration : underline;
	}

.rss_date {
	font-size: 0.6em;
	color: gray;
	}

