body{
	background:#000000;
}
body,td{
	font-size:12;
	font-family: Trebuchet MS, Arial, sans serif;
	color:#C98151;
	margin:0px;
}


/* description link */

a:link, a:visited{
	color:#CD7F4A;
	text-decoration: none;
	font-size:12px;
	font-family: Trebuchet MS, Arial, sans serif;
}

a:hover, a:active{
	color:#ffffff;
	text-decoration: none;
	font-size:12px;
	font-family: Trebuchet MS, Arial, sans serif;
}


/* decription text color */
.red{
	color:#BD1017;
}
.green{
	color:#10BF1C;
}
.blue{
	color:#4370FF;
}
.white{
	color:#ffffff;
}
.brown{
	color:#C64F24;
}
.bg_brown{
	background:#422517;
}
.left_padd10{
	padding-left:10;
}
/* description border */
.br_t, .br{
	border-top-width:1;
	border-top-style:dashed;
	border-top-color:#6A3D23;
}
.br_b, .br{
	border-bottom-width:1;
	border-bottom-style:dashed;
	border-bottom-color:#6A3D23;
}
.br_r, .br{
	border-right-width:1;
	border-right-style:dashed;
	border-right-color:#6A3D23;
}
.br_l, .br{
	border-left-width:1;
	border-left-style:dashed;
	border-left-color:#6A3D23;
}

/* Description ScrollBar */

div#hold{ 
	overflow:hidden;
	z-index:100; 
}
div#wn{ 
	overflow:hidden;	
	z-index:1; 
}
div.content { 
	visibility:hidden; 
	z-index:2; 
}
div#scrollbar1 { 
  z-index:2
}
div#track1 { 
  height:230px;
  background:#472411;
  z-index:1
}
div#dragBar, div#up1, div#down1,div#linksLyr, div.content, div#hold, div#wn{
	position:relative; 
} 
a img { 
	border:none 
}

#imgTbl table, #imgTbl td{
  color:#000000;
}
#scrollbar1{
  padding:2;
}

