/*
	기본 스타일
*/
html * { margin:0px; padding:0px }
html {
	font-family: "Gulim", Arial;
	font-size: 9pt; 
	overflow:scroll
}

img { border: 0px }

a {	
  color: #333;	
  text-decoration :none;	
  cursor:pointer; 
}

a:hover {	
  color: #909;	
  text-decoration: underline; 
}

/*
	FORM 관련 스타일
*/
form * { vertical-align:middle }
textarea { font-family: "굴림" }
input { 
  font-family: "굴림"; 
  font-size:9pt; 
}
