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

/* Marquee CSS */

.marqueecontainer{
	width: 180px;
	float: left;
	overflow: hidden;
	padding-left: 15px;
}
.marqueehdr{
	width: 180px;
	float: left;
	background-image: url(../images/marqueehdr.png);
	height: 14px;
}
.marqueebody{
	width: 160px;
	float: left;
	background-image: url(../images/marqueebody.png);
	padding-left: 10px;
	padding-right: 10px;
}
.marqueeftr{
	width: 180px;
	float: left;
	background-image: url(../images/marqueeftr.png);
	height: 14px;
}
