@charset "utf-8";
/* CSS Document */

  /* A:link refers to all links on the page - not just the RSS content... 
/A:link { color : blue; font-weight : bold; }
   A:visited { color : blue; font-weight : bold; }*/

    /* these are the RSS classes - you can adapt them as you see fit
       values here override the defaults... */

    .rssxpresschannel {
	font-family : "Trebuchet MS";
	text-align : left;
	font-size: 11px;
	color: #666666;
    }

    .rssxpresschtitle {
	font-size : 10px;
	color : #666666;
	font-family: "Trebuchet MS";
    }

    .rssxpresschdesc {
	color : #000033;
	text-align : left;
    }

    .rssxpressittitle {
	font-size : 12px;
	line-height : normal;
	background-color: #BBD1E8;
	color: #FFFFFF;
    } 

	.rssxpressittitle a {
	font-size : 12px;
	line-height : normal;
	text-decoration: none;
	color: #666666;
    }
	
	.rssxpressittitle a:hover{
	font-size : 12px;
	line-height : normal;
	color: #990000;
    }
    .rssxpressitdesc {
	padding-bottom : 20pt;
    }

    .rssxpresstable {
	text-align : left;
	width: 650px;
    }

    /* 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 {
    }
