BODY {
    BACKGROUND-COLOR: #FFFFFF;
    FONT-FAMILY: ±¼¸²Ã¼;
    FONT-SIZE: 9pt;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
}

A:link, A:active, A:visited, A:hover {
	font-family: ±¼¸²Ã¼;
	font-size: 9pt;
	color: #000000;
	line-height:130%;
	text-decoration: none;
} 

TH {
	font-family: ±¼¸²Ã¼;
	font-size: 9pt;
	color: #000000; 
	line-height: 130%;
	text-decoration: none;
}


TD {
	font-family: ±¼¸²Ã¼;
	font-size: 9pt;
	color: #000000; 
	line-height: 130%;
	text-decoration: none;
}

IMG {
    border: 0;
    cursor: hand;
}

/* TextArea ¼³Á¤ */
.txtArea {
	margin-left : 5px;
	border : 1px solid #ACACAC;
	font-size: 9pt;
}	

/* Input-Box (¹®ÀÚ ÀÐ±âÀü¿ë) ¼³Á¤ */
.input_read {
	margin-left : 5px;
	border : 1px solid #ACACAC;
	font-family: ±¼¸²Ã¼;
	font-size : 9pt;
	background-color : #E8E8E8;	
}

/* Label-Box (¹®ÀÚ ÀÐ±âÀü¿ë) ¼³Á¤ */
.Label_read {
	margin-left : 5px;
	font-family: ±¼¸²Ã¼;
	font-size : 9pt;
	word-spacing : normal; 
	word-wrap : break-word;
	word-break : break-all;
}

/* Input-Box (¼ýÀÚ ÀÐ±âÀü¿ë) ¼³Á¤ */
.input_read_number {
	margin-left : 5px;
	border : 1px solid #ACACAC;
	font-family: ±¼¸²Ã¼;
	font-size : 9pt;
	background-color : #E8E8E8;
	text-align: right;
}
	
/* Input-Box (¹®ÀÚ) ¼³Á¤ */
.input_default {
	margin-left : 5px;
	border : 1px solid #ACACAC;
	font-family: ±¼¸²Ã¼;
	font-size : 9pt;

}		

/* Input-Box (¼ýÀÚ) ¼³Á¤ */
.input_default_number {
	margin-left : 5px;
	border : 1px solid #ACACAC;
	font-family: ±¼¸²Ã¼;
	font-size : 9pt;
	text-align: right;
}	

/* Button ¼³Á¤ */
.Btn_default {	
	margin-left : 5px;
	font-family: ±¼¸²Ã¼;
	font-size : 9pt;
	height:19px;
}

/* DropList ¼³Á¤ */
.DropList_default {	
  margin-left : 5px;
	font-family: ±¼¸²Ã¼;
	font-size : 9pt;
}

/* file Area ¼³Á¤ */
.File_Area {
	margin-left : 5px;
	border : 1px solid #ACACAC;
	font-family: ±¼¸²Ã¼;
	font-size : 9pt;
	background-color : #ECE9D8;
}

/* ¿ÞÂÊ¿¡¼­ 5px¶ç¿ì±â */
.obj5pxSpace {	
	margin-left : 5px;
	font-family: ±¼¸²Ã¼;
	font-size : 9pt;
	text-align: right;
}

.tbDivider {
	border-right:1px solid;
}