body,td,tr,th{
	font-size:12px;
	font-family:Arial;
	color:#ead19a;
}

body{
	margin:0;
	padding:0;
	background-color:#000000;
}

p{ line-height:180%;}

a,area { blr:expression(this.onFocus=this.blur()) } /* for IE */
:focus { -moz-outline-style: none; } /* for Firefox */  

a:link{color:#ead19a; text-decoration:none;}
a:visited{color:#ead19a; text-decoration:none;}
a:hover{color:#ead19a; text-decoration:none; }

/*scroll*/
.Container {
	position: absolute;
	width: 620px;
	height: 310px;
	line-height:180%;
}
#Scroller-1 {
	position: absolute;
	overflow: hidden;
	width: 620px;
	height: 310px;
	left: 1px;
}
.Scroller-Container {
	position: absolute;
	top: 0px;
	left: 0px;
	line-height:25px;
	width: 570px;
	padding-left:20px;
	padding-top:10px;
  
}
.Scrollbar-Track {
	width: 11px;
	height: 310px;
	position: absolute;
	left: 605px;

}
.Scrolbar-line{
	width:1px;
	height:310px;
	background-color:#dbc18b;
	position:absolute;
	left:5px;
}
.Scrollbar-Handle {
  position: absolute;
  top: 0px; 
  left: 0px;
  width: 11px;
  height: 31px;
  background:url(../images/gun.png) no-repeat center;
}
/*end scroll*/



