@charset "UTF-8";
/* CSS Document */


    /* 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;*/
    }

    .rssxpresschtitle {
     /* font-size : large;
      color : #006393;
	  */
	  margin: 0px;
	padding-top: 6px;
	font-family: Tahoma, Trebuchet, Verdana, serif;
	font-style: normal;
	font-size: 105%;
	font-weight: bold;
	text-align: left;
	color: #006393;
	text-decoration: none;
    }

    .rssxpresschdesc {
      color: #333;
      text-align : left;
    }

    .rssxpressittitle {
      font-size : 110%;
      line-height : 120%;
     /* background-color : #F90;*/
    } 

    .rssxpressitdesc {
      /*background-color : #c6c6de;*/
      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 : #006393;
    }
