td {
	font-family: "µ¸¿ò";
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	line-height: 16pt;
}

.small_txt {
	font-family: "µ¸¿ò";
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	line-height: 14pt;
}

input {
	font-family: "µ¸¿ò";
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	line-height: 16pt;
	text-align: justify;
	border:#cccccc 1px solid;
}

select {
	font-family: "µ¸¿ò";
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	line-height: 16pt;
	text-align: justify;
	border:#cccccc 1px solid;
}

body {
	scrollbar-face-color:#eeeeee;
	scrollbar-highlight-color: #eeeeee;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-shadow-color: #f5f5f5;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-track-color: #ffffff;
	scrollbar-arrow-color: #ffffff;
	margin: 0px;
    background-color: #ffffff;
}

a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #ff0000;
	text-decoration: underline;
}
a:active {
	color: #333333;
}

a {selector-dummy: expression(this.hideFocus=true);} 