/* begin styles for RSS Feed */

.rss-box {
	width : 98%;
	margin : 0;
    font-size : 11px;
	border : 0 solid #d6d9dc;
}
.rss-title {
	text-decoration : none;
	font-family : Arial, Verdana, sans-serif;
	font-size : 12px;
	background : #1e467d;
	color : #ffffff;
	font-weight : bold;
	margin : 0;
	padding : 0;
	text-align : left;
}
.rss-items {
	margin-top : 1px;
	padding : 0;
	margin-left : 1px;
}
.rss-item  {
	font-family : Arial, Verdana, sans-serif;
	font-size : 10px;
	font-weight : normal;
	list-style : none;
	background : #ffffff;
	color : #3f5151;
	margin-top : 0;
	margin-left : 1px;
	padding-bottom : 0.5em;
}
.rss-item a:link, .rss-item a:active {
  	font-size : 12px;
	font-weight : bold;
	text-decoration : underline;
	background : #ffffff;
	color : #1e467d;
	padding-bottom : 0.5em;
}
.rss-item a:visited {
  	font-size : 12px;
	font-weight : bold;
	text-decoration : line-through;
	background : #ffffff;
	color : #46978e;
}
.rss-item a:hover {
  	font-size : 12px;
	text-decoration : none;
	font-weight : bold;
	background : #ffffff;
	color : #fabd3a;
}
.rss-item a:active {
  	font-size : 12px;
	font-weight : bold;
	text-decoration : none;
	background : #ffffff;
	color : #46978e;
	padding-bottom : 0.5em;
}
.rss-date {
	text-decoration : "none";
	font-style : "italic";
	font-size : "9px";
	font-weight : "normal";
	background : "#ffffff";
	color : "#1e467d";
	margin-left : "1px";
	padding-bottom : "2em";
}
/* begin styles for RSS Feed for "Rsidebar" CSS */

.rss-box-r_sidebar {
	width : 100%;
	margin : 0;
    font-size : 8px;
	border : 1px solid #d6d9dc;
}
.rss-box-r_sidebar .rss-items {
	margin-top : 0;
	padding : 0.5em;
	margin-left : 0;
	font-family : verdana;
	color : #000000;
}
.rss-box-r_sidebar p.rss-title {
	padding : 0.5em;
	background : #1e467d;
	color : #ffffff;
}
.rss-box-r_sidebar .rss-title {
	text-decoration : none;
	font-family : verdana;
	font-size : 12px;
	background : #1e467d;
	color : #ffffff;
	font-weight : bold;
	margin : 0;
	padding : 0;
	text-align : left;
}
.rss-box-r_sidebar .rss-item {
	font-family : verdana;
	font-size : 8px;
	font-weight : normal;
	list-style : none;
	padding-bottom : 1em;
}
.rss-box-r_sidebar .rss-item a {
	font-family : verdana;
	font-size : 9px;
	font-weight : bold;
	text-decoration : underline;
	color : #000000;
}
.rss-box-r_sidebar .rss-item a:visited {
	color : #1e467d;
}
.rss-box-r_sidebar .rss-date {
	font-family : verdana;
	font-size : 85%;
	font-weight : normal;
	font-style : italic;
	color : #918185;
}
