﻿/***** Mooquee *****/
.marquee
{
    line-height: 24px;
	height: 24px;
	border: 0px solid;
	color: #073DAC;	font-weight: bold;
	font-size: 18px;
	width: 440px;
}

.mooquee
{
	border: 0px solid;
	margin: 0;
	
	/* don't change */
    position: absolute;
	overflow: hidden;
	white-space: nowrap;
	
}
.mooquee-text
{
	/* don't change */
	position: absolute;
}