@charset "utf-8";
body {
	margin: 0;
    font-size: 12px;
	line-height: 120%;
	font-family: Dotum, "돋움", sans-serif;
	color: #787878;
}
	
form {
	margin: 0;
}

table {
	border-collapse: collapse;
}

select  {
	border:1px #8b9ac6; solid; background:#ffffff; width:78; height:15px; font-size:12px; font-family:Arial; color:#4a5e98; 
}

td {
	font-size: 12px;
	line-height: 120%;
	font-family: "돋움", sans-serif;
	color:#424242;
}

hr {
	display: none;
}

li img {
	vertical-align: middle;	/* for IE imge margin */
}

p, div, select {
	color: #424242;
}

a:link, a:visited {
	COLOR: #787878; FONT-FAMILY: arial, 굴림,Verdana; TEXT-DECORATION: none
}

a.menu:link, a.menu:visited {
	COLOR: #787878; FONT-FAMILY: 돋움, Verdana; TEXT-DECORATION: none;font-weight:bold;
}

a.menuselect:link, a.menuselect:visited {
	COLOR: #000; FONT-FAMILY: 돋움, Verdana; TEXT-DECORATION: none;font-weight:bold;
}

a.menu:active, a.menu:hover {
	color: #FF6600;
	TEXT-DECORATION: none;
	font-weight:bold;
}


a.global:link, a.global:visited {
	color: #757575;
	text-decoration: none;
}

a.global:active, a.global:hover {
	color: #FF6600;
	text-decoration: underline;
}

img, input.type-image {
	border: 0 none;
}

input.type-text, textarea {
	border-top: 1px solid #797979;
	border-right: 1px solid #D4D1C8;
	border-bottom: 1px solid #D4D1C8;
	border-left: 1px solid #797979;
	background: #fff;
}
input.type-text:hover, input.type-text:focus, textarea:hover, textarea:focus {
	
}

input, select, textarea {
	vertical-align: middle;
	font-size: 1em;
	color: #757575;
}

span.button, img.button, a.button {
	cursor: pointer;
	vertical-align: middle;
}
