/* ================================================= */
/* update : 2005-12-21                                               */
/* ================================================= */
/* 1. default                                                             */
/* 2. LINK CLASS                                                     */
/* 3. TD CLASS                                                        */
/* 4. Textbox Class                                                   */
/* 5. ETC CONTROL Class                                         */
/* 6. SPAN CONTROL Class                                      */
/* ================================================= */



/* 1. Default ------------------------------------*/

	BODY {			
			color: #828282;
			font-family: ±¼¸², sans-serif;
			font-size : 9 pt;
			line-height : 160%;
			scrollbar-face-color:#EBEBEB;
			scrollbar-highlight-color:#FFFFFF;
			scrollbar-3dlight-color:#C8C8C8;
			scrollbar-darkshadow-color:#EEEEEE;
			scrollbar-shadow-color:#C0C0C0;
			scrollbar-arrow-color:#BCBCBC;
			scrollbar-track-color:#F3F3F3;
			margin : 0 px;
		}		
		A:link {
			text-decoration: none;
			color: #7D838E;
			line-height : 170%;
			font-family: ±¼¸², sans-serif;
			font-size: 9pt;
			font-weight: normal;
		}
		A:visited {
			text-decoration: none;
			color: #7D838E;
			line-height : 170%;
			font-family: ±¼¸², sans-serif;
			font-size: 9pt;
			font-weight: normal;
		}
		A:hover {
			text-decoration: none;
			line-height : 170%;
			color: #1E3E80;
			font-family: ±¼¸², sans-serif;
			font-size: 9pt;
			font-weight: normal;
		}
		A:active {
			text-decoration: none;
			line-height : 170%;
			color: #7D838E;
			font-family: ±¼¸², sans-serif;
			font-size: 	9pt;
			font-weight: normal;
		}
					 
		INPUT  {
			font-family: sans-serif;
			font-size: 8pt;
			font-weight: normal;
			font-style: normal;
			color: #282828;							
			margin-left : 1px;
			margin-right : 1px;
			padding-top : 1px;
			padding-bottom : 1px;
			padding-left : 1px;
			padding-right : 1px;
			ime-mode: inactive;
		}

		INPUT:Text  {
			font-family: sans-serif;
			font-size: 8pt;
			font-weight: normal;
			font-style: normal;			
			color: #282828;
			margin-left : 1px;
			margin-right : 1px;
			padding-top : 1px;
			padding-bottom : 1px;
			padding-left : 1px;
			padding-right : 1px;
			border-width : 1pw;
		}
		
		SELECT  {
			font-family: ±¼¸², sans-serif;
			font-size: 9pt;
			font-weight: normal;
			font-style: normal;
			color: #000000;
			background-color: #FFFFFF;						
			margin-left : 0px;
			margin-right : 0px;
			padding-top : 2px;
			padding-bottom : 2px;
			padding-left : 2px;
			padding-right : 2px;			
		}
							
		TEXTAREA  {
			font-family: ±¼¸², sans-serif;
			font-size: 9pt;
			line-height:160%;
			font-weight: normal;
			font-style: normal;
			color: #747474;							
			border: 1px solid #F4F4F4;																
			margin-left : 0px;
			margin-right : 0px;
			padding-top : 2px;
			padding-bottom : 2px;
			padding-left : 2px;
			padding-right : 2px;
			ime-mode: active;	
			scrollbar-face-color:#F7F7F7;
			scrollbar-highlight-color:#FFFFFF;
			scrollbar-3dlight-color:#F7F7F7;
			scrollbar-darkshadow-color:#EEEEEE;
			scrollbar-shadow-color:#C0C0C0;
			scrollbar-arrow-color:#BCBCBC;
			scrollbar-track-color:#F3F3F3;
		}

		TABLE {
			color: #6F6F6F;
			font-family: ±¼¸², sans-serif;
			font-size: 9pt;
			line-height : 160%;
		}
		TABLE:TD {
			color: #6F6F6F;
			font-family: ±¼¸², sans-serif;
			font-size: 9pt;
			font-weight: normal;
			font-style: normal;
			line-height : 160%;
		}
		
		.RadioStyle {
                        border: 0px;	
        }
                
        .CheckStyle {
                        border: 0px;	
        }		
	

/* 2. Link Class ---------------------------------*/

	  	
      /* ¼­ºê Å¸ÀÌÆ² ¸µÅ© ÄÃ·¯ ()-------*/
       a.link_history {
			font-family: µ¸¿ò;
			font-size: 8pt; 
			color:#8C8C8C; 
			text-decoration:none; 			
		}
        a:visited.link_history {
		        	font-family: µ¸¿ò;
		        	font-size: 8pt; 
		        	color:#8C8C8C; 
		        	text-decoration:none;
        }
        a:hover.link_history{
			font-family: µ¸¿ò; 
			font-size: 8pt; 
			color:#663377; 
			text-decoration:none; 
        }
        
        /* ¸ÞÀÎ ³ëÆ¼½º ¸µÅ© ÄÃ·¯ ()-------*/
        a.link_notice {
			font-family: µ¸¿ò;
			font-size: 8pt; 
			color:#7E7E7E; 
			text-decoration:none; 			
		}
        a:visited.link_notice {
		    font-family: µ¸¿ò;
		    font-size: 8pt; 
		    color:#7E7E7E; 
		    text-decoration:none;
        }
        a:hover.link_notice{
			font-family: µ¸¿ò; 
			font-size: 8pt; 
			color:#1D1D1F; 
			text-decoration:none; 
        }
       

/* 3. TD CLASS -----------------------------------*/		

		.TD_history {
			color: #8C8C8C;
			font-family: µ¸¿ò, sans-serif;
			font-size: 10pt;
			font-weight: normal;
			font-style: normal;
		}
		
		.TD_company {
			color: #7E7E7E;
			font-family: µ¸¿ò, sans-serif;
			font-size: 9pt;
			font-weight: normal;
			font-style: normal;
			line-height : 160%;
		}
		
		.sub_title_left {
			font-family: ±¼¸², µ¸¿ò, sans-serif;
			font-size: 9pt;
			background-color:F7FDFF;
			COLOR: #06437C; 
			padding-left : 15px;
			padding-right : 5px;
			padding-top : 4px;
			padding-bottom : 4px;
		}
		.sub_contents_left {
			font-family: ±¼¸², µ¸¿ò, sans-serif;
			font-size: 9pt;
			background-color:ffffff;
			COLOR: #666666; 
			padding-left : 10px;
			padding-right : 10px;
			padding-top : 4px;
			padding-bottom : 4px;
		}


/* 4. Textbox Class ------------------------------*/	
									
		.TB_OLK_01 {
			background-color: #FFFFFF;								
			border: 1px solid #CCCCCC;			
			text-align: left;
			padding-left : 5px;						
			ime-mode: active;
		}		
		.TB_OLK_02 {			
			background-color: #FFFAEF;								
			border: 1px solid #CCCCCC;
			text-align: left;
			padding-left : 3px;
			padding-left : 3px;
                        COLOR: #878787;
			ime-mode: active;
		}

		.TB_OLE_01 {			
			background-color: #FFFFFF;								
			border: 1px solid #CCCCCC;
			text-align: left;
		}
		.TB_OLE_02 {			
			background-color: #FFFFFF;								
			border: 1px solid #CCCCCC;
			text-align: left;
			padding-left : 3px;
			padding-left : 3px;
                        ime-mode: inactive;
		}
		.TB_OLE_03 {			
			background-color: #FFFAEF;								
			border: 1px solid #CCCCCC;
			text-align: left;
			padding-left : 3px;
			padding-left : 3px;
                        COLOR: #878787;
                        ime-mode: inactive;
		}
		.TB_XLE_01 {
			color: #888888;			
			background-color: #F6F6F6;								
			border: 1px solid #CCCCCC;
			text-align: left;
		}
		.TB_XLK_01 {
			color: #888888;
			background-color: #F6F6F6;								
			border: 1px solid #CCCCCC;			
			text-align: left;
			ime-mode: active;
		}
		.TB_ORK_01 {
			background-color: #FFFFFF;								
			border: 1px solid #CCCCCC;			
			text-align: right;
			padding-left : 5px;						
			ime-mode: active;
		}		
		.TB_ORE_01 {			
			background-color: #FFFFFF;								
			border: 1px solid #CCCCCC;
			text-align: right;
		}
		.TB_XRE_01 {
			color: #888888;			
			background-color: #F6F6F6;								
			border: 1px solid #CCCCCC;
			text-align: right;
		}
		.TB_XRK_01 {
			color: #888888;
			background-color: #F6F6F6;								
			border: 1px solid #CCCCCC;			
			text-align: right;
			ime-mode: active;
		}


/* 5. ETC CONTROL Class --------------------------*/										



/* 6. SPAN CONTROL Class -------------------------*/


		.SPAN_history {
			color: #663377;
			font-family: µ¸¿ò, sans-serif;
			font-size: 8pt;
			font-weight: normal;
			font-style: normal;
		}
		
		
		
		
