@charset "euc-kr";

.font {
	font-family: "Arial Unicode MS";
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: lighter;
	letter-spacing: -0.5px;
	color: #333;
}

.font bold {
	font-family: "Arial Unicode MS";
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	letter-spacing: -0.5px;
	color: #333;
}

.font small {
	font-family: "Arial Unicode MS";
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	letter-spacing: -0.5px;
	color: #333;
}

tr td {
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	font-weight: lighter;
	color: #505656;
	font-size-adjust: 24;
}

a:visited {
	text-decoration: none;
	color: #666666;

}
a:hover {
	text-decoration: none;
	color: #999999;

}
a:active {
	text-decoration: none;
	color: #CCCCCC;

}

a:link {
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	font-weight: normal;
}
a:visited {
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}
