<!--

/* 반드시 들어가야 하는 스타일 시작 */

/* 1. 본문 전체  */

	body,td {
		font-size:9pt;
		font-family: 돋움;
		line-height:140%;
	}

/* 2. 기본 링크 */

	A:link { color:#0D864C; text-decoration:none; }
	A:visited { color:#0D864C; text-decoration:none; }
	A:hover { text-decoration:underline; }

/* 3. 이미지 */

	img {
		border-width:0;
	}

/* 4. 이미지 버튼 */

	.ib {
		cursor:hand;
	}

/* 5. 입력 텍스트 */

	.text {
		font-family: 돋움;
		font-size:9pt;
		padding-top:2;
		border-color: #E5E5E5;
		border-style: solid;
		border-width: 0px;
		border-bottom-width: 1px;
	}

	.txx {
		font-family: 돋움;
		font-size:9pt;
		border-color: #E5E5E5;
		border-style: solid;
		border-width: 0px;
		border-top-width: 1px;
		border-bottom-width: 1px;
		border-left-width: 1px;
		border-right-width: 1px;
	}

/* 6. 트리 레이블 */

	.branch2 {
		font-size:9pt;
		padding:0;
		line-height:100%;
	}

/* 7. 트리 폴더 */

	.branch3 {
                font-family: verdana;
		font-size:7pt;
		cursor:hand;
                font-weight:bold; 
		line-height:100%;
	}

/* 8. 달력 월 표시 */

	.cal_month {
		font-size:8pt;
		font-family:verdana;
		text-align:center;
		height:20;
		background-color:#EAF2F2;
	}

/* 9. 달력 요일 표시 */

	.cal_week1 {
		text-align:center;
		font-size:7pt;
		font-family:verdana;
		font-weight:bold;
	}

/* 10. 달력 일요일 표시 */

	.cal_week2 {
		color:#CC0000;
		text-align:center;
		font-size:7pt;
		font-family:verdana;
		font-weight:bold;
	}

/* 11. 달력 지난 달 날짜 표시 */

	.cal_day1 {
		color:#C0D0D0;
		font-size:8pt;
		font-family:tahoma;
		text-align:center;
		height:18;
	}

/* 12. 달력 다음 달 날짜 표시 */

	.cal_day2 {
		color:#C0D0D0;
		font-size:8pt;
		font-family:tahoma;
		text-align:center;
		height:18;
	}

/* 13. 달력 이번 달 날짜 표시 */

	.cal_day3 {
		font-size:8pt;
		font-family:tahoma;
		text-align:center;
		height:18;
	}

/* 14. 달력 오늘 날짜 표시 */

	.cal_day4 {
		font-size:8pt;
		font-family:tahoma;
		text-align:center;
		padding-left:2;
		background-color:#D0E8E8;
		font-weight:bold;
		height:18;
	}

/* 15. 달력 글쓴 날 링크 스타일 */

	// A.cal_click:link { color:#0000DD; }
	// A.cal_click:visited { color:#0000DD; }

/* 16. 이미지 아래 캡션 스타일 */

	.cap1 {
		text-align:center;
		color:#300099;
		word-break:break-all;
	}

/* 16. 키워드 스타일 */

	.key1 {
		cursor:hand;
		text-decoration:none;
		border-bottom: 1px solid gray;
	}

/* 반드시 들어가야하는 스타일 끝 - 이 아래는 자유롭게 추가, 삭제 가능 */

	.tl {
		background-color: ;
		color: #C6332D;
                font-family: verdana;
		font-size:7pt;
		font-weight:bold;
		padding: 5 5 3 3;
                margin-left:8;
		border-color: #E5E5E5;
		border-style: solid;
		border-width: 0px;
		border-bottom-width: 1px;
	}
	.tll {
		background-color: ;
		color: #0D864C;
                font-family: verdana;
		font-size:7pt;
		font-weight:bold;

        }  
	.t2 {
		color: #C6332D;
                font-family: verdana;
		font-size:8pt;
		font-weight:bold;
                margin-left:8;
	}

	.t3 {
		color: #C6332D;
                font-family: verdana;
		font-size:8pt;
		font-weight:bold;
	}

	.contents {
		background-color: #F5F7F7;
		color: #005FA9;
		font-size: 10pt;
		font-weight:bold;
		padding: 5 0 3 9;
	}

/* 잠시죽여놓음
	.sh {
		border-color: #8C8C8C;
		border-style: solid;
		border-width: 0px;
		border-right-width: 1px;

	}
*/

/* 수정클래스 */
	.border {
		border-color: #cccccc;
		border-style: solid;
		border-width: 0px;
		border-right-width: 0px;
		border-left-width: 0px;
		border-top-width: 1px;
		border-bottom-width: 1px;
	}

	.search_box {
		height:8;
		cursor:hand;
		margin:15 0 10 7;
        }

	.ct {
                font-family: 돋움;
		font-size:9pt;
		padding: 3 12 3 12;
	}
/* 여기까지 수정 클래스 */

	.menu_line {
		width:100%;
		height:2;
		margin-top:15;
		background-image:url(./images/line.gif);
	}

	.menu_cap {
		height:8;
		margin:15 0 10 7;
	}


	.h1 {
		font-size:7pt;
		font-family: verdana, 돋움;
	}

	.h2 {
		font-size:8pt;
		font-family:verdana, 돋움;
	}

	.box1 {
		background-color:#;
		border-style:solid;
		border-width:1;
		border-color:#C0C0C0;
		margin-top:5;
	}

	.plink {
		padding:5;
		color:#A0A0A0;
	}

	.title1 {
		background-color:#E9EAEC;
		background-image:url(./images/menu_back.jpg);
		padding-left:5;
		width:210;
		height:22;
	}

-->

