/**Å×ÀÌºíÀ» »ç¿ëÇÑ ÄÜÅÙÃ÷ ÆäÀÌÁö¿¡ Ãß°¡ÇØÁÖ¼¼¿ä**/
table {
	table-layout:auto;
}

table td {
	text-align:left;
}
/**Å×ÀÌºíÀ» »ç¿ëÇÑ ÄÜÅÙÃ÷ ÆäÀÌÁö¿¡ Ãß°¡ÇØÁÖ¼¼¿ä**/
	 
BODY,TD,SELECT,input,DIV,form,TEXTAREA,center,option,pre,br {
	font-family: Arial, Helvetica, sans-serif,±¼¸²,±¼¸²Ã¼; 
	color:#333333; 
	font-size:12pt; 
	line-height:150%
	} 

	td {
	font-size: 12pt;
	line-height:150%;
	color:  #666
}
	tr {
	    font-size: 12pt;line-height:150%;
		color:  #333333}

h1 {
	margin: 0 0 0 0;
	padding-left: 14px;
	padding-bottom: 14px;
	font-size: 25px;
	font-weight: normal;
	background: url(../images/sub_title_bg.gif) bottom left;
}
		
.textarea
{
    BACKGROUND-COLOR: #ffffff;
    BORDER-BOTTOM: #DBDBDB 1px solid;
    BORDER-LEFT: #DBDBDB 1px solid;
    BORDER-RIGHT: #DBDBDB 1px solid;
    BORDER-TOP: #DBDBDB 1px solid;
    COLOR: black;
    FONT-SIZE: 14pt;
    MARGIN: 0px;
    PADDING-LEFT: 2px;
    PADDING-TOP: 2px
}

a {
  color: blue;                 /* ÆÄ¶õ»ö ±ÛÀÚ */
  text-decoration: underline;  /* ¹ØÁÙ Ç¥½Ã */
}

a:visited {
  color: purple;               /* ¹æ¹®ÇÑ ¸µÅ©´Â º¸¶ó»ö (¼±ÅÃ»çÇ×) */
}

a:hover {
  color: darkblue;             /* ¸¶¿ì½º¸¦ ¿Ã·ÈÀ» ¶§ ÁøÇÑ ÆÄ¶õ»ö (¼±ÅÃ»çÇ×) */
}