#marquee_outer
	{
/*
	background-image: url(../images/bck_marquee.png);
	background-repeat: repeat-x;
*/
	background-color: #0089c1;
	clear: both;
	}

#marquee
	{
	position: relative;
	overflow: hidden;
	font-weight: bold;
	color: white;
	margin-bottom: 1px;
	padding-top: 3px;
	padding-bottom: 3px;
	width: 100%;
	white-space: nowrap;
	font-size: 10pt;
	}

#marquee *
	{
	position: relative;
	padding-left: 10px;
	visibility: hidden;
	}

