@charset "utf-8";
/* CSS Document */

#marqueecontainer{
	position: relative;
	width: 140px; /*marquee width */
	height: 160px; /*marquee height */
	overflow: hidden;
}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFCC33
}
.style2 {font-size: 11px}
.style3 {
	font-size: 10px;
	color: #FFCC33;
}
.style4 {
	color: #FFFFFF
}
.style6 {
	color:#FFCC00
}

