/* Start of CMSMS style sheet 'rss' */
	#rssBox{
		width:1016px;
                padding:5px  0px 0px 243px;
		height:15px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		border:none;
		color:#666666;
		background-color:transparent;

	
	}		
	.rssBoxDate{
		display:none;	/* I don't want to show the date */
	}
	.rssBoxHeading{	/* Heading of RSS item */
		font-weight:bold;
		color: #666666;
		background-color:transparent;
		margin:0px 0px 0px 0px;

	}


	.rssBoxDescription{	/* Description of RSS item */
	
	}	
	.rssBoxLink{	/* Read more link */
		color:#F00;
		text-decoration:none; 
	}
	.rssBoxLink:hover{	/* Read more link - mouse over */
		text-decoration:underline;}



/* End of 'rss' */

