a:link      { font-weight:normal; color:#444444; text-decoration:none; }
a:visited   { font-weight:normal; color:#444444; text-decoration:none; }
a:active    { font-weight:normal; color:#FF8080; text-decoration:none; } 
a:hover     { font-weight:normal; color:#FF8080; text-decoration:none; }  


body, table, td, th, p, textarea, select, input { 
    font-family: Verdana,Tahoma 
    color: 444444;
    font-size: 9pt;
}

img { border: 0 }

form { margin: 0 }

textarea {
    font-family:Verdana,Tahoma; 
    border:1pt #eeeeee solid; 
    background:; 
    ime-mode: active;
}

BODY {	
	scrollbar-3dlight-color:595959;
	scrollbar-arrow-color:ffffff;
	scrollbar-base-color:CFCFCF;
	scrollbar-darkshadow-color:FFFFFF;
	scrollbar-face-color:CFCFCF;
	scrollbar-highlight-color:FFFFF;
	scrollbar-shadow-color:595959 
}
    
    
.input { 
    font-family:Verdana,Tahoma; 
    border: #999999 1px solid; 
    background:; 
    background-color: #ffffff;
	height: 20px;
}

.button { 
    font-family: Verdana,Tahoma;
    color: gray;
    font-size: 8pt; 
    border: #dddddd 1px solid; 
    background-color: #ffffff;
	padding-top: 3px;
	height: 20px;
}

.u_line { 
    border-bottom: #eeeeee 1px solid; 
}



.table_title {
	padding: 2 5 0;
	border-left: #999999 solid 5;
	color: #4B4B4B;
	font-weight: bold;
}

/* 타이틀 */
.table_title2 {
	padding-top: 5; 
	padding-left: 20; 
	border-right: #aaaaaa solid 1; 
	border-bottom: #aaaaaa solid 1; 
	background: #f6f6f6; 
	text-align: left; 
	font-weight: bold;
}

/* 테이블 머리 장식 */
.table_top {
	table-layout: fixed;
	background-color: #A8A8A8;
	border-top: #A8A8A8 solid 5;
	border-left: none;
	border-right: none;
}

/* 항목 먼저 나오고 리스트 출력시 사용 */
.table_head {
	background-color: #E6E6E6;
	padding-top: 5;
	border-top: #FFFFFF solid 1;
	border-bottom: #FFFFFF solid 1;
	border-left: none;
	border-right: none;
	text-align: center;
	color: #4B4B4B;
}

/* 항목과 내용이 같은 줄에 출력 시 */
.table_head2 {
	background-color: #E6E6E6;
	padding-top: 5;
	border-top: #FFFFFF solid 1;
	border-bottom: #A8A8A8 solid 1;
	border-left: none;
	border-right: none;
	text-align: center;
	color: #4B4B4B;
}

/* 가운데 정렬 */
.table_body {
	background-color: #FFFFFF;
	text-align: center;
	color: #4B4B4B;
}

/* 왼쪽 정렬 */
.table_body2 {
	background-color: #FFFFFF;
	text-align: left;
	color: #4B4B4B;
}

/* 오른쪽 정렬 여백 15 */
.table_body3 {
	background-color: #FFFFFF;
	padding-right: 15;
	text-align: right;
	color: #4B4B4B;
}

/* table_head2 와 같이 씀 */
.table_body4 {
	background-color: #FFFFFF;
	padding-top: 2;
	padding-left: 10;
	padding-bottom: 2;
	border-bottom: #A8A8A8 solid 1;
	border-left: none;
	border-right: none;
	text-align: left;
	color: #4B4B4B;
}

.table_foot {
	height: 2;
}

.table_line {
	height: 1;
}


/* 테이블 헤드 글씨 */
.tf1 {
	font-weight: normal;
	color: #444444;
	text-align: right;
	padding-right: 10;
}

/* 테이블 내용 글씨 */
.tf2 {
	color: #444444;
	text-align: left;
	padding-left: 10;
}