<!-- CSS(ÆùÆ®, ÅØ½ºÆ®¹Ú½º, ÇÏÀÌÆÛ¸µÅ©¿¡ ´ëÇÑ CSS ¸ðÀ½) -->

<style>

<!-- ±âº» ÆùÆ® --> 

BODY {
	SCROLLBAR-FACE-COLOR: #eeeeee;
	SCROLLBAR-HIGHLIGHT-COLOR: #ffffff;
	SCROLLBAR-SHADOW-COLOR: #ffffff;
	SCROLLBAR-3DLIGHT-COLOR: #ffffff;
	SCROLLBAR-ARROW-COLOR: #666666;
	SCROLLBAR-TRACK-COLOR: #ffffff;
	SCROLLBAR-DARKSHADOW-COLOR: #ffffff;
}

td {
    font-family: µ¸À½; 
    font-size: 9pt; 
    color: #333333;
}

<!-- Bottom¿¡ µé¾î°¥ ÆùÆ® -->

.font01 {
    font-family: µ¸À½; 
    font-size: 8pt; 
    color: #666666;
}

<!-- bottom¿¡ ±Û¾¾»ö±ò ³Ö±â --> 
.font001 {
    font-family: Verdana,Dotum; 
    font-size: 8pt; 
    color: #666666;
}

<!-- textbox¿¡ ±Û¾¾»ö±ò ³Ö±â --> 
.font02 {
    font-family: µ¸À½; 
    font-size: 9pt; 
    color: #CC0000;
	font-weight: bold;
}

<!-- ÀÚµ¿Â÷´º½º¿¡ µé¾î°¥ ÆùÆ® -->

.font03 {
    font-family: µ¸À½, Arial; 
    font-size: 9pt; 
    color: #666666;
}

<!-- ÅØ½ºÆ® ¹Ú½º --> 

.text_box {
	font-family: µ¸¿ò;
	font-size: 9pt;
	color: #333333;
	background-color: #FFFFFF;
	border: 1px solid #666666;
}

<!-- ·Î±×ÀÎ ÅØ½ºÆ® ¹Ú½º -->

.text_box01 {
	font-family: µ¸¿ò;
	font-size: 9pt;
	color: #333333;
	background-color: #efefef;
	border: 1px solid #777777;
}

.text_box02 {
	font-family: µ¸¿ò;
	font-size: 9pt;
	color: #333333;
	background-color: #FFE6E6;
	border: 1px solid #326192;
}

<!-- ±âº» ÇÏÀÌÆÛ¸µÅ©¿¡ µé¾î°¥ CSS --> 

.link_01 {color:#333333; font-size: 9pt; font-family: µ¸À½, Arial}
.link_01 A:link {color:#333333; font-size: 9pt; text-decoration: none}
.link_01 A:visited {color:#333333; font-size: 9pt; text-decoration: none}
.link_01 A:hover {color:#333333; font-size: 9pt; text-decoration: underline}

.link_02 {color:#1C74D0; font-size: 7pt; font-family: µ¸À½, Arial}
.link_02 A:link {color:#1C74D0; font-size: 7pt; text-decoration: none}
.link_02 A:visited {color:#1C74D0; font-size: 7pt; text-decoration: none}
.link_02 A:hover {color:#1C74D0; font-size: 7pt; text-decoration: underline}

.link_03 {color:#1C74D0; font-size: 9pt; font-family: µ¸À½, Arial}
.link_03 A:link {color:#1C74D0; font-size: 9pt; text-decoration: none}
.link_03 A:visited {color:#1C74D0; font-size: 9pt; text-decoration: none}
.link_03 A:hover {color:#1C74D0; font-size: 9pt; text-decoration: underline}

.link_04 {color:#666666; font-size: 9pt; font-family: µ¸À½, Arial}
.link_04 A:link {color:#666666; font-size: 9pt; text-decoration: none}
.link_04 A:visited {color:#666666; font-size: 9pt; text-decoration: none}
.link_04 A:hover {color:#666666; font-size: 9pt; text-decoration: underline}

.link_05 {color:#666666; font-size: 7pt; font-family: ±¼¸², Arial}
.link_05 A:link {color:#666666; font-size: 8pt; text-decoration: none}
.link_05 A:visited {color:#666666; font-size: 8pt; text-decoration: none}
.link_05 A:hover {color:#666666; font-size: 8pt; text-decoration: underline}

.use01 {color:#ffffff; font-size: 9pt; font-family: µ¸À½, Arial; font-weight: bold}
.use01 A:link {color:#ffffff; font-size: 9pt; text-decoration: none}
.use01 A:visited {color:#ffffff; font-size: 9pt; text-decoration: none}
.use01 A:hover {color:#ffffff; font-size: 9pt; text-decoration: underline}

<!-- ²À¾Ë¾ÆµÎ±â¿¡ µé¾î°¡´Â CSS -->
.use02 {color:#ffffff; font-size: 9pt; font-family: µ¸À½, Arial; font-weight: none}
.use02 A:link {color:#ffffff; font-size: 9pt; text-decoration: none}
.use02 A:visited {color:#ffffff; font-size: 9pt; text-decoration: none}
.use02 A:hover {color:#ffffff; font-size: 9pt; text-decoration: underline}


.link_07 {color:#333333; font-size: 9pt; font-family: µ¸À½, Arial}
.link_07 A:link {color:#333333; font-size: 9pt; text-decoration: none}
.link_07 A:visited {color:#333333; font-size: 9pt; text-decoration: none}
.link_07 A:hover {color:#F36D6F; font-size: 9pt; text-decoration: underline}

<!-- °øÁö»çÇ×¿¡ µé¾î°¡´Â Å¬·¡½º -->
.link_notice {FONT-FAMILY: Dotum,AppleGothic,sans-serif; FONT-SIZE: 9pt; COLOR: #777777; FONT-WEIGHT: none; TEXT-DECORATION: none}
.link_notice A:link {FONT-FAMILY: Dotum,AppleGothic,sans-serif; FONT-SIZE: 9pt; COLOR: #777777; FONT-WEIGHT: none; TEXT-DECORATION: none}
.link_notice A:visited {FONT-FAMILY: Dotum,AppleGothic,sans-serif; FONT-SIZE: 9pt; COLOR: #777777; FONT-WEIGHT: none; TEXT-DECORATION: none}
.link_notice A:hover {FONT-FAMILY: Dotum,AppleGothic,sans-serif; FONT-SIZE: 9pt; COLOR: #777777; FONT-WEIGHT: none; TEXT-DECORATION: none}

<!-- ±×¸°È¸¿ø °æ.°ø¸Å ¸®½ºÆ®¿¡ µé¾î°¡´Â ¸µÅ© (°æ.°ø¸Å¹øÈ£) -->
.link_au {color:#999999; font-size: 9pt; font-family: µ¸À½, Arial; font-weight: bold}
.link_au A:link {color:#999999; font-size: 9pt; text-decoration: underline}
.link_au A:visited {color:#999999; font-size: 9pt; text-decoration: none}
.link_au A:hover {color:#999999; font-size: 9pt; text-decoration: none}

<!-- ºñÈ¸¿ø °æ.°ø¸Å ¸®½ºÆ®¿¡ µé¾î°¡´Â ¸µÅ© (°æ.°ø¸Å¹øÈ£) -->
.link_m {color:#999999; font-size: 9pt; font-family: µ¸À½, Arial; font-weight: bold}

<!-- Á¡¼±(±¸ºÐ¼±:¸ð¾ç³»±â) -->
.hr_01{color:777777; border-style:dotted;}

<!-- Á¦ÈÞ»ç Á¢¼öÆäÀÌÁö µðÀÚÀÎ ¼öÁ¤À» À§ÇÑ ºÎºÐ -->
.tble_a {font-family:gulim,dotum,applegothic,sans-serif; font-size:12px; color:#000000; font-weight:bold;}/*Á¦¸ñÅ¸ÀÌÆ²*/
.tble_b {background-color:#FFFFFF; font-family:gulim,dotum,applegothic,sans-serif; font-size:12px; color:#383838; border-collapse:collapse; border-top-width:1px;}/*³»¿ëÅ×ÀÌºí*/
.tble_c {background-color:#F5F6FA; font-family:gulim,dotum,applegothic,sans-serif; font-size:12px; color:#335191; font-weight:bold;}/*³»¿ëÅ¸ÀÌÆ²*/
.tble_d {background-color:#FFFFFF; font-family:gulim,dotum,applegothic,sans-serif; font-size:12px; color:#383838; border-collapse:collapse; border-top-width:3px;}/*¸®½ºÆ®Å×ÀÌºí*/
.tble_e {background-color:#FFFFFF; font-family:gulim,dotum,applegothic,sans-serif; font-size:12px; color:#383838; border-collapse:collapse; border-top-width:1px; TABLE-LAYOUT: fixed;}/*°Ô½ÃÆÇ³»¿ëº¸±âÅ×ÀÌºí*/

<!--Top¼­ºê¸Þ´º ¸µÅ©-->
.link_ts {color:#333333; font-size: 9pt; font-family: µ¸À½, Arial;}
.link_ts A:link {color:#FFFFFF; font-size: 9pt; text-decoration: none}
.link_ts A:visited {color:#FFFFFF; font-size: 9pt; text-decoration: none}
.link_ts A:hover {color:#fff799; font-size: 9pt; text-decoration: underline}

</style>