@charset "utf-8";

/* Body 기본 스타일 */
body
{
	margin:0px;
	margin-left:0px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	font-family:verdana; arial; 굴림;
	font-size:9pt;
	text-decoration:none;
	color:#404040;
	table-layout:fixed;
	line-height: 130%;
}


/* 링크 점선 없애기 */
a		{ selector-dummy : expression(this.hideFocus=true); }

/* 링크 기본 스타일 */
a			{ color:#404040; text-decoration:none; }
a:link		{ color:#404040; text-decoration:none; }
a:visited	{ color:#404040; text-decoration:none; }
a:hover		{ color:#BC2300; text-decoration:none; }

.subMT		{ padding-left:15px; text-align:left; font-weight:bold; background-color:#EFEFEF; font-family:tahoma,굴림체; }
.subT		{ text-align:center; font-weight:bold; background-color:#EFEFEF; font-family:tahoma,굴림체; }


/* LNB 스타일 */
.lnbMenu	{ font-size:13px; font-weight:bold; padding-top:15px; padding-left:10px; }