/* Common Style */
html{height:100%;}
body {
	SCROLLBAR-FACE-color:#363027;			/* but bg */
	SCROLLBAR-HIGHLIGHT-color:#423b31;		/* but highlight */
	SCROLLBAR-SHADOW-color:#231e17;			/* but dark */
	SCROLLBAR-DARKSHADOW-color:#231e17;		/* but shadow */
	SCROLLBAR-3DLIGHT-color:#363027;		/* but 3D area */
	SCROLLBAR-TRACK-color:#1f1c17;			/* background color */
	SCROLLBAR-ARROW-color:#96856d;			/* arrow color */
	margin:0px;
	background-color:#1f1c17;
	font-family:verdana;
	color:#8f8879; 
	text-decoration:none; 
	line-height:140%;
	width:100%;
	height:100%;
 }
tr, td, div, span, p {
	font-family:verdana; 
	font-size:8pt;  
	text-decoration:none; 
	line-height:140%; 
	color:#8f8879;
}
ul, li, dl, dt, dd {
	list-style:none; 
}
img{
	vertical-align:middle;
	border:0px;
}

a{outline:none; select-dummy:expression(this.hideFocus=true);}

a:link{text-decoration:none;}
a:visited{text-decoration:none;}
a:active{text-decoration:none;}
a:hover{text-decoration:none;}

input.formbox			{font-family:verdana; font-size:8pt; color:#000000; text-decoration:none; line-height:140%; vertical-align:middle; height:20px; border:1px solid #191919; background:#666666;}
select					{font-family:verdana; font-size:8pt; color:#666666; text-decoration:none; line-height:140%; vertical-align:middle; }
/*--------------------------- ¡Ú BOTTOM ¡Ú ------------------------------------------------------------------*/
.footer_img{
	width:100%;
	float:left;
	position:relative;
	margin-top:-120px;
}
.footer_top{
	width:100%;
	height:12px;
	background:url("/images/footer_top.jpg") bottom repeat-x;
}
.footer_bottom{
	width:100%;
	height:74px;
  text-align:center;
	background:url("/images/footer_bg.jpg")
}
.footer_NV{	
	width:100%;
	height:30px;
	background-color:#070605;
}
.footer_NV a{
	color:#8f8879
}
.footer_NV ul{
	margin:0 auto;
	width:900px;
	text-align:right;
}
.footer_NV li{
	display:inline;
}
/* ÆäÀÌÂ¡*/
.Paging{
	color:#ffa800;
	font-size:8pt;
	font-weight:bold;
}
.link_paging{
	color:#8f8879;
	font-size:8pt;
	font-weight:bold;
}