@import url("bg.css");


body {
	margin : 0;
	padding : 0;
	font-family : '돋움', dotum, AppleGothic, sans-serif;
	color : #383d41;
	line-height : 136%;
	font-size : 12px;
	text-align : left;
	letter-spacing : 0;
}
td {
	font-family : '돋움', dotum, AppleGothic, sans-serif;
	font-size : 12px;
	color : #383d41;
	line-height : 145%;
}
a:link, a:visited {
	color : #605e5f;
	text-decoration : none;
	cursor : pointer;
}
a:hover, a:active {
	color : #006633;
	text-decoration : none;
	cursor : pointer;
}
ul {
	list-style : none;
}
h1, h2, h3, h4, h5, h6 {
	margin : 0;
	padding : 0;
	font-size : 12px;
}
form, fieldset, p {
	margin : 0;
	padding : 0;
}
input, select, textarea {
	font-family : '돋움', dotum, AppleGothic, sans-serif;
	font-size : 12px;
	vertical-align : middle;
	color : #7d7d7d;
}
label {
	cursor : pointer;
}
radio {
	height : 13px;
	border : none !important;
}
img, fieldset {
	border : 0;
}
img[usemap] {
	border : 0;
}
a img {
	border : 0;
}
table {
	border : 0;
	border-collapse : collapse;
}

.lnb {
	color : #006633;
	font-weight : bold;
	text-decoration : none;
	cursor : pointer;
}

