/* CSS Document */
body{	background-color:#000000;}
.line_left{	border-left:1px solid #eeeeee;}
.line_left5{border-left:5px solid #eeeeee;}
.line_right{border-right:1px solid #eeeeee;}
.line_top{	border-top:1px solid #eeeeee;}
.line_bottom{	border-bottom:1px solid #eeeeee;}
.line_bottom_dot{border-bottom:1px dotted #eeeeee;}
.line_bottom_brown{border-bottom:1px solid #653200;}
.line_bottom_brownC90{border-bottom:1px solid color:#CC9900;}
.fs12{	font-size:12px;}
.fs10{	font-size:10px;}
.fs14{	font-size:14px;}
.color_grayE{	color:#CCCCCC;}
.color_brownC90{ color:#CC9900;}
.lh_15{	line-height:150%;}
.letter_15{	letter-spacing:1.5;}
.pd_left5{	padding-left:5px;}
.pd_left10{	padding-left:10px;}
.pd_right5{	padding-right:5px;}
.pd_top5{	padding-top:5px;}
.pd_bottom5{	padding-bottom:5px;}
.pd_bottom10{	padding-bottom:10px;}
.width400{		width:400px;}
.bgcolor_grayE{	background-color:#eeeeee;}
.margin_left10{	margin-left:10px;}
.margin5{ margin:5px;}