@charset "euc-kr";
@import url('style.css');

*{	margin: 0px; }

body {
	font-family: Dotum, "µ¸¿ò", Tahoma;
	font-size: 9pt;
	color:#64644;
}
img { border:0px;}
table { border-collapse: collapse;}

td, select, textarea, text, input {
	font-family: "µ¸¿ò";
	font-size: 12px;
	line-height: 18px;
	color: 5b5b5b;
}

form, p, fieldset, label {
	margin: 0px;
	padding: 0px;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}

ul, li, p, form, dl, dt, dd {margin:0px; padding:0px;}
li {list-style:none;}

A:link,
A:visited {	text-decoration: none;	color:#636363;}
A:active,A:hover { text-decoration: underline;	color:#898989;
}