@charset "utf-8";
/* CSS Document */

#marqueecontainer{
	position: relative;
	width: 220px; /*marquee width */
	height: 320px; /*marquee height */
	overflow: hidden;
}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666
}
.style2 {font-size: 11px}
.style3 {
	font-size: 10px;
	color: #CCCCCC;
}
.style4 {
	color: #000000
}
