<!--
.rssttl {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 9px;
 font-style: normal;
 color: #000000;
 font-weight: bold;
 margin: 0px 0;
 padding: 0;
}
/* begin styles for RSS Feed */
 
/*define the bounding div for the entire display- use to define borders, fill, etc.*/
.rss_box {
 width: 180px;
 background-color: #FFFFFF;
 text-align: left;
 vertical-align: middle;
 margin: 0px;
 padding: 0px;
 height: 100%;
}
 
/* defines the unordered list <ul>...</ul> for the feed items- use to define the padding/margins for items. */
.rss_items {
 
 color:#000000;
  margin: 0px;
 padding:0px;
 
}
 
/* the title of the feed and link style if displayed. Use with variants of rss_title a:link, rss_title a:hover, etc for rollowver styles*/
p.rss_title {
 margin: 0px;
 padding:3px;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 10px;
 font-weight: bolder;
 color: #FFFFCC;
 background-color:#FFFFCC;
 border-top: 1px solid #FFCC33;
 border-right: 1px solid #FFCC33;
 border-bottom: 1px solid #FFCC33;
 border-left: 1px solid #FFCC33;
 
 
}
.rss_title, rss_title a {
 text-decoration: none;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 9px;
 background-color: #FFFFCC;
 color:#000000;
 font-weight:bold;
 margin: 0px;
 padding:0px;
 text-align: left;
 font-size: 12px;
 border-left-width: 0px;
 border-left-style: solid;
 border-left-color: #ffffff;
}
/* display of each feed item description and title, <li>...</li> as well as the channel description, if displayed*/
.rss_item  {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 9px;
 font-weight : normal;
 color: #000000;
 list-style:none;
 margin-bottom: 6px;
 padding:0;
}
/* variant for the item title and link style */
.rss_item a {
 color:#A05A1F;
 font-size: 12px;
 font-weight: bold;
 font-family: Arial, Helvetica, sans-serif;
 font-style: normal;
 text-decoration: none;
 text-indent: 0px;
 line-height: 16px;
 letter-spacing: normal;
 text-align: left;
 vertical-align: bottom;
 word-spacing: normal;
 }
 
.rss_item a:visited {
 color:#003366;
}
.rss_item a:hover {
 color:#000099;
 text-decoration: underline;
}
/* defines the display of item posting dates */
.rss_date {
 font-size: 10px;
 font-weight : normal;
 color: #0033CC;
 font-family: Arial, Helvetica, sans-serif;
 }
-->

.rss-box {
 width: 180px;
 background-color: #FFFFFF;
 text-align: left;
 vertical-align: middle;
 margin: 0px;
 padding: 0px;
 height: 100%;
}
p.rss-title {
 margin: 0px;
 padding:3px;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 10px;
 font-weight: bolder;
 color: #FFFFCC;
 background-color:#FFFFCC;
 border-top: 1px solid #FFCC33;
 border-right: 1px solid #FFCC33;
 border-bottom: 1px solid #FFCC33;
 border-left: 1px solid #FFCC33;
 
 
}
.rss-title, rss-title a {
 text-decoration: none;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 9px;
 background-color: #FFFFCC;
 color:#000000;
 font-weight:bold;
 margin: 0px;
 padding:0px;
 text-align: left;
 font-size: 12px;
 border-left-width: 0px;
 border-left-style: solid;
 border-left-color: #ffffff;
}
/* display of each feed item description and title, <li>...</li> as well as the channel description, if displayed*/
.rss-item  {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 9px;
 font-weight : normal;
 color: #000000;
 list-style:none;
 margin-bottom: 6px;
  margin: 0px;
 padding:0px;
}
/* variant for the item title and link style */
.rss-item a {
 color:#A05A1F;
 font-size: 12px;
 font-weight: bold;
 font-family: Arial, Helvetica, sans-serif;
 font-style: normal;
 text-decoration: none;
 text-indent: 0px;
 line-height: 16px;
 letter-spacing: normal;
 text-align: left;
 vertical-align: bottom;
 word-spacing: normal;
 }
 
.rss-item a:visited {
 color:#003366;
}
.rss-item a:hover {
 color:#000099;
 text-decoration: underline;
}
/* defines the display of item posting dates */
.rss-date {
 font-size: 10px;
 font-weight : normal;
 color: #0033CC;
 font-family: Arial, Helvetica, sans-serif;
 }
 
 p,ul
 {
  margin: 0px;
 padding:3px;}