/*
------------------------------------------------------------------------------
 File Name      : txtStyle.css
 Title          : ÀüÃ¼ ÆäÀÌÁö ³» HTML Text°ü·Ã style Á¤ÀÇ
 ------------------------------------------------------------------------------
 @author  Jung Hee Kyoung, chalie@chundo.co.kr
 @version   1.0, 08/July/2008
==============================================================================
     * history :
     *    DATE             AUTHOR                DESCRIPTION
     * ------------     -------------        -------------------
     *  2008.07.08       Á¤  Èñ  °æ          common_txt		[default font style]
------------------------------------------------------------------------------
 Copyright(c) 2008 Chundo Co.,Ltd. All rights reserved.
*/

.common_txt {  
		font-family: µ¸¿ò; 
		font-size: 9pt; 
		line-height: 14pt; 
		color:#1a1a1a;
    } /* dark gray */
	.common_txt A:link    {color: #0a52aa;text-decoration:none}
	.common_txt A:visited {color: #096cc7;text-decoration:none}
    .common_txt A:hover   {color: #0072ff;text-decoration:underline}
    
.sml_txt {  
		font-family: µ¸¿ò; 
		font-size: 8pt; 
		line-height: 12pt; 
		color:#1a1a1a;
    } /* dark gray */
	.sml_txt A:link    {color: #227AC4;text-decoration:none}
	.sml_txt A:visited {color: #81A9CC;text-decoration:none}
    .sml_txt A:hover   {color: #2B2BCD;text-decoration:underline}
    
.rst_list {  
		font-family: µ¸¿ò; 
		font-size: 8pt; 
		line-height: 12pt; 
		color:#FFFFFF;
    } /* white */
	.sml_txt A:link    {color: #FFFFFF;text-decoration:none}
	.sml_txt A:visited {color: #fffeac;text-decoration:none}
    .sml_txt A:hover   {color: #fefb01;text-decoration:underline}
    
.st_rstList {  
		font-family: µ¸¿ò; 
		font-size: 9pt; 
        font-weight: bold;
		line-height: 12pt; 
		color:#2c71c5;
    } /* blue */
    
.rst_name {  
		font-family: µ¸¿ò; 
		font-size: 10pt; 
        font-weight: bold;
		line-height: 12pt; 
		color:#FFFFFF;
    } /* white */
    
.tbl_title {  
		font-family: µ¸¿ò; 
		font-size: 9pt; 
        font-weight: bold;
		line-height: 12pt; 
		color:#FFFFFF;
    } /* white */
    .tbl_title A:link    {color: #FFFFFF;text-decoration:none}
	.tbl_title A:visited {color: #fffeac;text-decoration:none}
    .tbl_title A:hover   {color: #fefb01;text-decoration:underline}
    
.ifm_yellow {  
		font-family: µ¸¿ò; 
		font-size: 9pt; 
        font-weight: bold;
		line-height: 12pt; 
		color:#edff22;
    } /* light yellow */     
    
.tbl_navy {  
		font-family: µ¸¿ò; 
		font-size: 9pt; 
        font-weight: bold;
		line-height: 12pt; 
		text-align : center;
		color:#174e62;
    } /* navy */ 

.tx_info {  
		font-family: µ¸¿ò; 
		font-size: 8pt; 
		line-height: 12pt; 
		color:#ea4f4f;
    } /* pale red */ 
    
.pht_rstName {  
		font-family: µ¸¿ò; 
		font-size: 10pt; 
        font-weight: bold;
		line-height: 12pt; 
		color:#4ca5e6;
    } /* pale blue */
    
.cns_rstName {  
		font-family: µ¸¿ò; 
		font-size: 9pt; 
        font-weight: bold;
		line-height: 18pt; 
		text-align:  center;
        background-color:#51b6e0;
		color:#FFFFFF;
    } /* blue bgColor_white font */
    
.inf_desc1 {  
		font-family: µ¸¿ò; 
		font-size: 9pt; 
		line-height: 14pt;
		color:#ff5408;
    } /* orange */ 
    
.inf_desc2 {  
		font-family: µ¸¿ò; 
		font-size: 9pt;
		text-align:center;
		font-weight: bold;
		line-height: 14pt;
		color:#086cab;
    } /* blue */       
    
.inf_nav {  
		font-family: µ¸¿ò; 
		font-size: 9pt; 
		line-height: 14pt; 
		color:#084ad1;
    } /* blue */
	.inf_nav A:link    {color: #084ad1;text-decoration:none}
	.inf_nav A:visited {color: #10b6ff;text-decoration:none}
    .inf_nav A:hover   {color: #10b6ff;text-decoration:underline}