
#sections {
	height: 17px;
	width: 100%;
	border: 0px;
        background-color: #FFFF00;
        color: #0000FF;
	position: relative;
	overflow: hidden;
}
#sections div {
        font-weight: bold;
        font-family:ARIAL;
        font-size: 14px;        
	position: relative;
	white-space: nowrap;
}

#goods {
	height: 17px;
	width: 100%;
	border: 0px;
        background-color: #FFFFFF;
        color: #FF0000;
	position: relative;
	overflow: hidden;
}
#goods div {
        font-weight: bold;
        font-family:ARIAL;
        font-size: 14px;        
	position: relative;
	white-space: nowrap;
}

