#rssBox{ /* The main box for the rss scroller */
	width:167px;
	margin-top: 5px;
	margin-right: 5px;
	float:right;
	height:230px;
	border:1px solid #A2B9CE;
	padding:1px;
/*	font-size:0.8em;*/
	background-color:#D9E3EB;
	/* Never change these two values */
	overflow:hidden;
	position:relative;
}

#rssBox .slide{	/* A specific slide */
	background-color:#A2B9CE;	/* Light blue background color */
}
.rssBoxDate{
	/*display:none;	I don't want to show the date */
}
.rssBoxHeading{	/* Heading of RSS item */
	font-weight:bold;
	color:#317082;
	margin:0px;
}
.rssBoxDescription{	/* Description of RSS item */
	font-weight:normal;
}
.rssBoxLink{	/* Read more link */
	color:#F00;
	text-decoration:none;
}
.rssBoxLink:hover{	/* Read more link - mouse over */
	text-decoration:underline;
}

.rss {
	margin-left: 0px;
	margin-top: 0px;
}

a rss{	/* Read more link */
	color:#F00;
	text-decoration:none;
}

