/* Start of CMSMS style sheet 'smoothDivScroll' */
#logoParade{
           position:relative;
	width:735px;
            height:20px;
}

#logoParade div.scrollableArea *{
	position: relative;
	margin: 0;
	padding: 0;
}
div.scrollWrapper{
	position: relative;
	overflow: hidden;
	width:735px;
            height:20px;
}
div.scrollableArea{
	position: relative;
	width: 735px;
            height:20px;
	padding: 0;
}

	#logoParade div.scrollableArea a
	{
                 float:left;
                 
	         color: #FFFC55;
                 text-decoration:none;
	}

	#logoParade div.scrollableArea a:hover
	{
                 text-decoration:underline;
                 color: #FFFC55;
	}

.scrollingtext{
 float:left;
 min-width:735px;
}
/* End of 'smoothDivScroll' */

