/* CSS Document */

a:link {color:#666666; text-decoration: none;}
a:visited {color:#666666; text-decoration: none;}
a:hover {color:#6e6e6e; text-decoration:underline;}
A.Linkblack:link {color:#666666; text-decoration:none}
A.Linkblack:visited {color:#666666; text-decoration:none}
A.Linkblack:hover {color:#000000; text-decoration:none}

/* body, table, tr, td, select, div,form,textarea { line-height:140%} */
/* font-family는 항상 영문폰트를 한글 폰트 앞에 둘것 영문 폰트 적용 후 한글 폰트가 적용되어야 원하는 영문폰트를 지정할 수 있음. */
body,  select, div,form,textarea, checkbox, div { line-height:100%}

body, div {  /*body margin에 의해서 페이이전체의 처음 마진이 결정됨. */
	margin:3; padding:0;
	font-family:  "Arial", "굴림체";
	font-size: 12px;
	color:#666666; 
	line-height: "180%";
}

td{
	color:#666666; 
	text-decoration:none;
	font-family:  "Arial", "굴림체";
	font-size: 12px;
}

.tr_1 { 
	font-family:  "Arial", "굴림체";
	height:25px; 
}
.tr_2 { 
	font-family:  "Arial", "굴림체";
	  text-align:left;
	  height:25px; 
 }

.txt1{
	color:#333333;
	text-decoratiom:none;
	font-family: "굴림체";
	font-size: 12px;
	font-weight: bold;
}

.txt2{
	color:#333333;
	text-decoratiom:none;
	font-family:  "Arial", "굴림체";
	font-size: 11px;
}

.menu{
	color:#678EAA;
	font-family:  "Arial", "굴림체";
	font-size: 12px;
	text-align:center;
	font-weight: bold;
}

.title{
	color:#666666;
	font-family: "??";
	font-size: 14px;
	font-weight: bold;
}

.bo_t1{
	color:#7b7c78;
	font-family:  "Arial", "굴림체";
	font-size: 12px;
	font-weight: ;
	text-align:center;
	vertical-align:bottom;
	background-color: #f9f9f6;
	line-height:23px;
}

.bo_t1_bo{
	color:#7b7c78;
	font-family:  "Arial", "굴림체";
	font-size: 12px;
	font-weight: ;
	text-align:center;
	vertical-align:bottom;
	background-color: #f9f9f6;
	line-height:23px;
	border-left: 1px #a9a9a9 solid;
	border-top: 1px #a9a9a9 solid;
	border-bottom: 1px #a9a9a9 solid;
	border-right: none;
}

.board1{ /* 제대로 안먹고 있슴 이후 반드시 확인할 것 */
	color:#666666;
	font-family:  "Arial", "굴림체";
	font-size: 12px;
	/*text-align:center; TblColField내에서 지정됨.*/
	text-indent:1px;
	text-decoration:none;
	vertical-align:super;
	line-height:25px;
}

.navigator1{
	color:#666666;
	font-family:  "Arial", "굴림체";
	font-size: 12px;
	text-indent:1px;
	text-decoration:none;
	vertical-align:super;
	line-height:25px;
}

select {
	font-family:  "Arial", "굴림체";
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	border: 1px solid #D1D1D1;  /*테두리 값 설정*/
}

checkbox {
	font-family:  "Arial", "굴림체";
	font-size: 12px;
	text-decoration: none;
}

textarea {
	font-family:  "Arial", "굴림체";
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	border: 1px solid #D1D1D1;  /*테두리 값 설정*/
}

input {
	font-family:  "Arial", "굴림체";
	font-size: 12px;
	color: #666666;
	background-color: #ffffff;
	border: expression((this.type == "checkbox" || this.type == "radio") ? "" : "1px solid #D1D1D1");
}