.rss_feed_head{
	
	color: #d6d6d6;
	font-size: 16px;
	text-align: right;
	
}
    /* these are the RSS classes - you can adapt them as you see fit
       values here override the defaults... */

    .rssxpresschannel {
      font-family : sans-serif;
      text-align : center;
	  margin-top: 10px;
    }
	.rssxpresschannel a {
		color: #2c2c2c;
		text-decoration: none;
		font-style: oblique;
	}
	
    .rssxpresschtitle {
      font-size : 13px;
      color : #d6d6d6;
	  padding-bottom: 8px;
	  display: none;
    }

    .rssxpresschdesc {
      color : black;
      text-align : center;
	  display: none;
    }

    .rssxpressittitle {
      font-size : 13px;
	  font-weight: bold;
      line-height : 120%;
      background-color : #333;
	  background-image: url("/images/nav/navbar.jpg");
	  border-bottom: 2px solid gray;
	  border-right: 2px solid gray;
    } 

    .rssxpressitdesc {
    	background-image: url("/images/nav/navbar.jpg");
      color: #333;
      background-color : transparent;
      padding-bottom : 15px;
	  padding-top: 4px;
	  padding-left: 4px;
	  text-align: left;
    }
	td.rssxpressitdesc {
		border-right: 1px solid #a1a893;
	 	border-bottom: 3px solid #a1a893;
	}
    .rssxpresstable {
      text-align : center;
    }

    /* rssxpressdivider is a special case - it is a single pixel, single column row on the rssxpress
       channel - to alter it's colour just change the background-color image. */

    .rssxpressdivider {
      background-color : black;
    }
