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;
}