@charset "euc-kr";

/**
 * =================================================================================
 * INFORMATION
 * ---------------------------------------------------------------------------------
 * @Author 			: JJang. Seon-joo, Jang (jeuse7@hanmail.net)
 * @File Name 	: com.Basis.css
 * @Description : Common Basis Style Sheet
 * @Version 		: 1.1.0
 * @Create Date : 2009.09.07
 * @Update Date : N/A
 * @History			: N/A
 * =================================================================================
 */


/*=================================================================================
 * Default Tag Style Definition
 =================================================================================*/
* {
	border-collapse: collapse;
}

html, body {
	  height: 100%;
}

body {
	font-family: "굴림", Gulim, Tahoma, Verdana, AppleGothic, sans-serif;
	font-size: 12px;
	color: #878787;
	line-height: 18px;
	border-collapse: collapse;
}



ol, ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}


legend, hr {
	display: none;
}

label {
	vertical-align: middle;
}




a:link, a:visited {
	font-size: 1em;
	color: #555555;
	text-decoration: none;
}
a:hover, a:active {
	font-size: 1em;
	color: #3264c6;
	text-decoration: underline;
}


 
