
.mooquee {
position:absolute;
overflow:hidden;
white-space:nowrap;
margin-top:1em;
margin-right:0em;
margin-bottom:0em;
margin-left:2em;
}
* html .mooquee {
position:relative;
overflow:hidden;
white-space:nowrap;
margin-top:1em;
margin-right:0em;
margin-bottom:0em;
margin-left:2em;
}
* + html .mooquee {
position:relative;
overflow:hidden;
white-space:nowrap;
margin-top:1em;
margin-right:0em;
margin-bottom:0em;
margin-left:2em;
}

.mooquee-text {
position:absolute;
}

.layer_one {
z-index:10000;
}
.layer_two {
z-index:50000;
}
.layer_one, .layer_two {
position:absolute;
width:720px;
height:35px;
line-height:35px;
font-family:arial,helvetica,sans-serif;
font-size:12px;
color:#3300CC;
font-weight:bold;
font-variant:small-caps;
text-transform:uppercase;
letter-spacing:0px;
border:outset 3px #000000;
background-color:#ffffff;
}

.layer_one a:link, .layer_one a:active, .layer_one a:visited,
.layer_two a:link, .layer_two a:active, .layer_two a:visited {	
color:#cc3300;
text-decoration:underline;
}
.layer_one a:hover, .layer_two a:hover {	
color:#ff6600;
text-decoration:underline;
}

.smtclr {
clear:both;
margin-top:0;
}