/* begin styles for RSS Feed */

.rss-box {
     margin: 0em;
      width: 370px;
      background-color: transparent;	 
}
.rss-items {
	margin-top:0px;
	padding:1em;
	margin-left:0px;
	color:#000000;
}
.rss-title {
	font-size: 11pt;
	background-color: #000000;
	color: #990000;
	margin-left:1px;
	padding:0em;
	font-weight:normal;
}

.rss-item  {
  font-family: Arial, Helvetica, sans-serif;
  color:#990000;
  font-weight: bold;
  font-size: 14pt;
  list-style: outside;
  padding-bottom:2.0em;
}

.rss-item a {
	color:#990000;
	font-size: 14pt;
	font-weight:normal;
    padding:0em;
	text-decoration: none;
	}
	
.rss-item a:visited {
	color: #990000;
}

.rss-item a:hover {
	color: #990000;
	text-decoration: underline;
}


.rss-date {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #A8A97D;
	} 
