@charset "euc-kr";
/*********************************************
* BODY
*********************************************/
Body		{ 
    MARGIN:0 ; 
}
	   
table           {border-collapse:collapse;}
Td 			    {FONT-FAMILY:µ¸¿ò, seoul, Arial; FONT-SIZE: 11px; COLOR: #949494; WORD-SPACING: NORMAL; WORD-BREAK:break-all; line-height:150%}
Img			    {BORDER: 0PX NONE;}

/*********************************************
* FORM
*********************************************/
select         {FONT-SIZE:11px; COLOR:#595959;} 
input          {border:solid 0 #cccccc; COLOR:#595959; LINE-HEIGHT:11px; FONT-FAMILY:dotum; background-color:#FFFFFF; padding-top:4;}
textarea       {border:solid 1 #B3C4CB; FONT-SIZE:11px; COLOR:#666666; LINE-HEIGHT:15px; PADDING:5px; FONT-FAMILY:dotum; background-color:#FFFFFF;}
input.radio     {HEIGHT: 12px; border:solid 0 #2B2B2B; background-color:#2B2B2B;}

/********************************************* 
* LINK 
****************************************/ 
A:LINK 	  		{FONT-FAMILY:µ¸¿ò, seoul, Arial; color:#949494; FONT-SIZE:11PX ; TEXT-DECORATION:NONE; WORD-SPACING: NORMAL; WORD-BREAK:break-all;}
A:VISITED	 	{FONT-FAMILY:µ¸¿ò, seoul, Arial; color:#949494; FONT-SIZE:11PX ; TEXT-DECORATION:NONE; WORD-SPACING: NORMAL; WORD-BREAK:break-all;}	
A:ACTIVE 		{FONT-FAMILY:µ¸¿ò, seoul, Arial; color:#949494; FONT-SIZE:11PX ; TEXT-DECORATION:NONE; WORD-SPACING: NORMAL; WORD-BREAK:break-all;}	
A:HOVER 		{FONT-FAMILY:µ¸¿ò, seoul, Arial; color:#666666; FONT-SIZE:11PX ; TEXT-DECORATION:NONE; WORD-SPACING: NORMAL; WORD-BREAK:break-all;}

/*********************************************
* subMenu_action
*********************************************/
#subMenu a {
  display: block;
  width: 159px;
  height: 23px;
 /* line-height: 25px;*/
  color: #5a5a5a;
 /*text-decoration: none;
   background: url(/images/L_bul.gif) no-repeat right center;*/
  text-indent: 35px;
  text-transform: uppercase;
 /* border-bottom:1px #EAEAEA solid;*/
}

#subMenu a:hover {  
  color: #ff3e33;
  font-weight:bold;
  /*  background: url(/images/L_bul.gif) no-repeat right center;*/
}

