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

.rssxpresschannel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	text-align: left;
	color: #333333;
}

.rssxpresschtitle {
	font-size : 11px;
	color : #006393;
}

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

.rssxpressittitle {
	font-size : 11px;
	line-height : 120%;
	background-color : #FFFFFF;
} 

.rssxpressitdesc {
	background-color : #FFFFFF;
	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 : #FFFFFF;
}
