body,td,p {
        color : #909090;
        font-family : Arial;
        text-decoration : none;
        font-size : 11px;
}

table { border-spacing:0; border-collapse:collapse; }
table td { margin:0; vertical-align:top; }

.red {color:#e42284;font-size:11px;}

img {
	border: none;
}

a {
        color : #d4d4d4;
        font-family : Arial;
        text-decoration : none;
        font-size: 11px;
}
a:hover {
        color : #787878;
        font-family : Arial;
        text-decoration : none;
        font-size: 11px;
}

div.shadow 
{
 float:right;
 background: url(../images/dropunshadow.gif) no-repeat bottom right;
 margin: 0px 5px 5px 5px;
}

.menu {
 margin: 0 0 0 20px;
}

.menu {
	margin: 0 0 0 20px;
}

.menuA {
 margin: 0 0 0 20px;
 color:#787878;
}

div.shadow img 
{
  position: relative;
  display: block;
  margin: -3px 6px 6px -3px;
}

body
{
	margin:0px;
	padding:0px;
	overflow:hidden;
}


#mainDiv{
	width:100%;
	position:relative;
	vertical-align:top;
	left:0px;
	top:0px;
	height:400px;
	z-index:0;

}


#mainText{
	width:600px;
	position:absolute;
	vertical-align:middle;
	left:10px;
	top:15px;
	height:370px;
	z-index:1;
	clip:rect(0,600px,370px,0);
}


#autoText{
	position:absolute;
	top:0px;
	left:0px;
	width:190px;
}

#scrollBody{
	position:absolute;
	height:370px;
	width:20px;
	top:0px;
	left:200px;
	background-image:url('../images/scrollbody.gif');
	background-position:5px 0px;
	background-repeat:no-repeat;
	z-index:1;
}

#scrollMove{
	position:absolute;
	width:20px;
	height:100px;
	left:200px;
	top:0px;	
	background-image:url('../images/scrollmain.gif');
	background-position:0px 5px;
	background-repeat:no-repeat;
	z-index:2;
}

