*{
	margin:0;
	padding:0;
}

html, body{
	width:100%;
	height:100%;
}

html{
	_background:url(temp) fixed;
	/******IE6에서 고정 엘레먼트 생성시 떨림 방지용, temp는 가짜 이미지******/
	_filter:expression(document.execCommand("BackgroundImageCache", false, true));
	/******IE6에서 링크 배경 이미지 깜빡임 방지******/
}

body{
	font-family:"Gulim";
	font-size:12px;				/******사이트의 기본 텍스트 크기******/
	color:#2D2D2D;				/******사이트의 기본 텍스트 색******/
	background:url("/image/leftLine.gif") repeat-y left top;
}

table{
	border-collapse:collapse;
}

img{
	border:none;
}

img, input, a, object{
	display:block;
}

a{
	color:#2D2D2D;				/******사이트의 기본 링크 색******/
}

a:link{
	text-decoration:none;
}
a:visited{
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
a:active{
	text-decoration:none;
}

ul{
	list-style:none;
}

.clear{
	clear:both;
}
/******float 해제******/

.fixing{
	position:relative;
	top:0;
	left:0;
}
/******해상도 상관없이 엘레먼트 위치 고정할 때 부모창******/

.currentList{
	background:#BFDFFF;
}
/******선택한 목록******/

.currentPage{
	font-weight:bolder;
	color:#0075c8;
	text-decoration:underline;
}

.currentPage:link{
	text-decoration:underline;
}
.currentPage:visited{
	text-decoration:underline;
}
.currentPage:hover{
	text-decoration:underline;
}
.currentPage:active{
	text-decoration:underline;
}
/******선택한 페이지******/

*html .png24{
	tmp:expression(setPng24(this));
}
/******IE6에서 png파일 투명한 부분 적용******/

html*input{
	/*margin:-1px 0 -1px 0;*/
}
/******IE에서 input 상하 여백 없애기******/

a, area{
	blr:expression(this.onFocus=this.blur());
}
/******IE에서 링크 점선 없애기******/

:focus{
	-moz-outline-style:none;
}
/******IE외에서 링크 점선 없애기******/