.rss-box {
	width: 796px;
	background-color: #ECF3FF;
	text-align: left;
	vertical-align: middle;
	margin: 0px;
	padding: 5px;
	height: 100%;
	border-top: 1px solid #99CCFF;
	border-right: 1px solid #99CCFF;
	border-bottom: 1px solid #99CCFF;
	border-left: 1px solid #99CCFF;
}
.rss-items {
	padding:5px;
	color:#0066FF;
	margin: 0px;

}
p.rss-title {
	margin: 0px;
	padding:3px;
	font-family:Arial;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color:#0066CC;
	border-top: 1px solid #99CCFF;
	border-right: 1px solid #99CCFF;
	border-bottom: 1px solid #99CCFF;
	border-left: 1px solid #99CCFF;
	
	
}
.rss-title, rss_title a {
	text-decoration: none;
	font-family: Tahoma;
	font-size: 11px
	background-color:#000000;
	color:#000000;
	font-weight:bold;
	margin: 0px;
	padding:0px;
	text-align: left;
        text-transform: uppercase;
        letter-spacing: 1;
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #ffffff;
}

.rss-item  {
	font-family: Arial;	
	color: #000000;
	text-transform: uppercase;
	letter-spacing: 1;
	list-style: none;
	margin-bottom: 6px;
	padding:0;
}

.rss-item a {
	color:#0066cc;
	font-size: 12px;
	font-weight:bold;
	font-family: Arial;
	font-style: bold;
	text-decoration: none;
	text-indent: 0px;
	line-height: 14px;
	/* letter-spacing: 1; */
	text-align: left;
	vertical-align: bottom;
	word-spacing: normal;
	}
	
.rss-item a:visited {
	color:#0066cc;
}
.rss-item a:hover {
	color:#0066cc;
	text-decoration: underline;
}

.rss-date {
	font-size: 9px;
	font-weight : normal;
	color: #000;
	font-family: Arial;
	} 

/*
.rss-box {
	 margin: 0.5em;
	 width: 786px;
	 background-color: #D3DFEF;
     border: 7px solid #94B5E0;
	 text-align:left;
}
.rss-items {
	margin-top:0px;
	padding:0.5em; 0.5em;
	margin-left:0px;
	color: #000000;
}
p.rss-title {padding:0.5em;}
.rss-title {
	text-decoration: none;
	font-family: small tahoma, "Bitstream Vera Sans", "Trebuchet MS", "Lucida Grande", lucida, helvetica, sans-serif;
	font-size: 15px;
	background-color:#94B5E0;
	color:white;
	font-weight:bold;
	margin: 0px;
	padding:0em;
	text-align: left;
}

.rss-item  {
  font-family: small tahoma, "Bitstream Vera Sans", "Trebuchet MS", "Lucida Grande", lucida, helvetica, sans-serif;
  font-size: 10px;
  font-weight : normal;
  list-style:none;
  padding-bottom:1em;
}

.rss-item a {
	text-decoration : none;
	color: #0066cc;
	font-size: 12px;
	font-weight:light;
	font-family:small tahoma, "Bitstream Vera Sans", "Trebuchet MS", "Lucida Grande", lucida, helvetica, sans-serif;
	}
	
.rss-item a:visited {
	color: #0066cc;
}

.rss-date {
	font-size: 85%;
	font-weight : normal;
	color: #000;
} 

*/