/* CSS Document */

	#AboutUs      { position:relative; width:740px; height:430px; background-color:#0F0909}
	#TextBox      { position:absolute; z-index:1; width:700px; height:364px; top:23px; left:20px; /*background-color: #707070; */ }
	#TextRelative { position:relative; /*width:653px;*/ height:364px; /*background-color:#707070;*/ overflow:auto; }
	#TextMoving   { position:absolute; z-index:1; width:auto; top:0px; left:0px; 
						 color:#C1BDBC; font-family:Tahoma;  line-height:15px; } 

	#TextMoving td  {  color:#C1BDBC; font-family:Tahoma; line-height:15px;  } 


	#ScrollBar    { position:absolute; z-index:2; width:4px; height:264px; top:23px; left:701px; visibility:hidden; /*background-color: #3c3e3d;*/ }
	#ScrollTrack  { position:relative; width:12px; height:364px; background-color:#3C3E3D; 

			}
	#ScrollBox    { position:absolute; z-index:1; width:12px; height:81px; top:0px; left:0px; background-color:#BABABA; 
			/* cursor:pointer; */
			margin-left: -4px;
			border-right-width: 4px;
			border-left-width: 4px;
			border-right-style: solid;
			border-left-style: solid;
			border-right-color: #0F0909;
			border-left-color: #0F0909;
 }

	
