/* Page Setting */
body	{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	scrollbar-face-color: #F1F1F1;
	scrollbar-shadow-color: #E4E4E4;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-track-color: #E4E4E4;
	scrollbar-arrow-color: #D2D2D2;
}

/* Gneral Link */
a:link 		{font-family:µ¸¿ò; text-decoration:none; color=#666666;}
a:visited	{font-family:µ¸¿ò; text-decoration:none; color=black; font-size: 9pt; color: #666666;}
a:hover		{font-family:µ¸¿ò; text-decoration:none; color=#333366;}
a:active 	{font-family:µ¸¿ò; text-decoration:none; color:#999999;}

/* All Text */
body, table, tr, td	{
	font-family: µ¸¿ò;
	font-size: 9pt;
	line-height: 19px;
	color: #666666;
}

/* Text */
.w_text {
	font-family: µ¸¿ò;
	font-size: 10pt;
	font-weight: bold;
	color: #535353;
	line-height: 16px;
}
.j_text  	{font-family:µ¸¿ò; line-height: 19px; color: #666666; text-align: justify}

/* Navigation Text */
.nav_text	{
	font-family: µ¸¿ò;
	font-size: 9pt;
	line-height: 19px;
	color: #999999;
	letter-spacing: -1pt;
}
.local_nav_text	{
	font-family: µ¸¿ò;
	font-size: 9pt;
	line-height: 19px;
	color: #666666;
	letter-spacing: -1pt;
}

/* Image */
img,table {border:0px;}

/* cursor */
.cursor {cursor:hand;} 

/* page_bg */
.page_bg {
	background-image: url(/image/page_bg.gif);
	background-repeat: repeat-x;
}
.subpage_bg {
	background-image: url(/image/subpage_bg.gif);
	background-repeat: repeat-x;
}