

    .rssxpresschannel {
      font-family : sans-serif;
      text-align : center;
    }

    .rssxpresschtitle {
      font-size : small;
      color : black;
    }

    .rssxpresschdesc {
      color : black;
      text-align : left;
    }

    .rssxpressittitle {
      font-size : 70%;
      line-height : 120%;
      background-color : white;
    } 

    .rssxpressitdesc {
      background-color : white;
	  font-size : 70%;
      padding-bottom : 10pt;
    }

    .rssxpresstable {
      text-align : left;
    }

    /* 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 : white;
    }



