/* CSS Document */

body,td,th {
    font-family: 맑은 고딕, 굴림, 돋움;
	font-size: 12px;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(/images/header_bg.jpg);
    background-color: #f2f2f2;	
	background-repeat: repeat-x;
}

.td_12pt_white {
	color: #FFFFFF;
	font-family: "맑은 고딕", "굴림", "돋움";
	font-size: 12px;
}
.td_12pt_red {
	font-family: "맑은 고딕", "굴림", "돋움";
	font-size: 12px;
	color: #CC0000;
	font-weight: bold;
	line-height: 20px;
}

.td_12pt_blue {
	font-family: "맑은 고딕", "굴림", "돋움";
	font-size: 12px;
	color: #003399;
	line-height: 20px;
}

.title_18pt_blue {
	font-family: "맑은 고딕", "굴림", "돋움";
	font-size: 18px;
	color: #003399;
	line-height: 30px;
}


.td_12pt_black {
	color: #000000;
	font-family: "맑은 고딕", "굴림", "돋움";
	font-size: 12px;
	line-height: 18px;
}

.td_12pt_black_bold {
	color: #000000;
	font-family: "맑은 고딕", "굴림", "돋움";
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
}

.title_24pt_red {
	font-family: "맑은 고딕", "굴림", "돋움";
	font-size: 20px;
	color: #CC0000;
}

.title_20pt_black {
	font-family: "맑은 고딕", "굴림", "돋움";
	font-size: 20px;
	color: #000000;
}

.td_12pt_green {
	font-family: "맑은 고딕", "굴림", "돋움";
	font-size: 12px;
	color: #316500;
	line-height: 20px;
}

.td_14pt_blue_bold {
	font-family: "맑은 고딕", "굴림", "돋움";
	font-size: 14px;
	font-weight: bold;
	color: #003399;
	line-height: 20px;
}

.td_12pt_green_bold {
	font-family: "맑은 고딕", "굴림", "돋움";
	font-size: 12px;
	font-weight: bold;
	color: #316500;
	line-height: 20px;
}


.td_12pt_white_link:link {
	font-family: "맑은 고딕", "굴림", "돋움";
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
.td_12pt_white_link:visited {
	font-family: "맑은 고딕", "굴림", "돋움";
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
.td_12pt_white_link:active {
	font-family: "맑은 고딕", "굴림", "돋움";
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
.td_12pt_white_link:hover {
	font-family: "맑은 고딕", "굴림", "돋움";
	font-size: 12px;
	color: #316501;
	text-decoration: none;
	background-color: #FFFFFF;
}

.td_12pt_green_bold_link:link {
	font-family: "맑은 고딕", "굴림", "돋움";
	font-size: 12px;
	font-weight: bold;
	color: #316500;
	text-decoration: none;
}
.td_12pt_green_bold_link:visited {
	font-family: "맑은 고딕", "굴림", "돋움";
	font-size: 12px;
	font-weight: bold;
	color: #316500;
	text-decoration: none;
}
.td_12pt_green_bold_link:active {
	font-family: "맑은 고딕", "굴림", "돋움";
	font-size: 12px;
	font-weight: bold;
	color: #316500;
	text-decoration: none;
}
.td_12pt_green_bold_link:hover {
	font-family: "맑은 고딕", "굴림", "돋움";
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #316500;
}

.td_12pt_black_link:link {
	color: #000000;
	font-family: "맑은 고딕", "굴림", "돋움";
	font-size: 12px;
	text-decoration: none;
}
.td_12pt_black_link:visited {
	color: #000000;
	font-family: "맑은 고딕", "굴림", "돋움";
	font-size: 12px;
	text-decoration: none;
}
.td_12pt_black_link:active {
	color: #000000;
	font-family: "맑은 고딕", "굴림", "돋움";
	font-size: 12px;
	text-decoration: none;
}
.td_12pt_black_link:hover {
	color: #FFFFFF;
	font-family: "맑은 고딕", "굴림", "돋움";
	font-size: 12px;
	text-decoration: none;
	background-color: #000000;
}

.td_12pt_blue_link:link {
	color: #003399;
	font-family: "맑은 고딕", "굴림", "돋움";
	font-size: 12px;
	text-decoration: none;
}
.td_12pt_blue_link:visited {
	color: #003399;
	font-family: "맑은 고딕", "굴림", "돋움";
	font-size: 12px;
	text-decoration: none;
}
.td_12pt_blue_link:active {
	color: #003399;
	font-family: "맑은 고딕", "굴림", "돋움";
	font-size: 12px;
	text-decoration: none;
}
.td_12pt_blue_link:hover {
	color: #FFFFFF;
	font-family: "맑은 고딕", "굴림", "돋움";
	font-size: 12px;
	text-decoration: none;
	background-color: #003399;
}

.td_12pt_red_link:link {
	color: #CC0000;
	font-family: "맑은 고딕", "굴림", "돋움";
	font-size: 12px;
	text-decoration: none;
}
.td_12pt_red_link:visited {
	color: #CC0000;
	font-family: "맑은 고딕", "굴림", "돋움";
	font-size: 12px;
	text-decoration: none;
}
.td_12pt_red_link:active {
	color: #CC0000;
	font-family: "맑은 고딕", "굴림", "돋움";
	font-size: 12px;
	text-decoration: none;
}
.td_12pt_red_link:hover {
	color: #FFFFFF;
	font-family: "맑은 고딕", "굴림", "돋움";
	font-size: 12px;
	text-decoration: none;
	background-color: #CC0000;
}


.td_11pt_gray {
	font-family: "맑은 고딕", "굴림", "돋움";
	font-size: 11px;
	color: #999999;
}
.footer {
	background-image: url(../images/footer_bg.gif);
	background-repeat: repeat-x;
	font-family: "맑은 고딕", "굴림", "돋움";
	font-size: 12px;
	color: #000000;
}


a:link {
	font-family: "맑은 고딕", "굴림", "돋움";
	font-size: 12px;
	color: #003399;
	text-decoration: none;
}
a:visited {
	font-family: "맑은 고딕", "굴림", "돋움";
	font-size: 12px;
	color: #003399;
	text-decoration: none;
}
a:active {
	font-family: "맑은 고딕", "굴림", "돋움";
	font-size: 12px;
	color: #003399;
	text-decoration: none;
}
a:hover {
	font-family: "맑은 고딕", "굴림", "돋움";
	font-size: 12px;
	color: #003399;
	text-decoration: none;
	background-color: #FFFFFF;
}


.td_18pt_blue_link:link {
	font-family: "맑은 고딕", "굴림", "돋움";
	font-size: 18px;
	color: #003399;
	line-height: 30px;
	text-decoration: none;
}
.td_18pt_blue_link:visited {
	font-family: "맑은 고딕", "굴림", "돋움";
	font-size: 18px;
	color: #003399;
	line-height: 30px;
	text-decoration: none;
}
.td_18pt_blue_link:active {
	font-family: "맑은 고딕", "굴림", "돋움";
	font-size: 18px;
	color: #003399;
	line-height: 30px;
	text-decoration: none;
}
.td_18pt_blue_link:hover {
	font-family: "맑은 고딕", "굴림", "돋움";
	font-size: 18px;
	line-height: 30px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #003399;
}


.td_12pt_blue_bold_link:link {
	color: #003399;
	font-family: "맑은 고딕", "굴림", "돋움";
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.td_12pt_blue_bold_link:visited {
	color: #003399;
	font-family: "맑은 고딕", "굴림", "돋움";
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.td_12pt_blue_bold_link:active {
	color: #003399;
	font-family: "맑은 고딕", "굴림", "돋움";
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.td_12pt_blue_bold_link:hover {
	color: #FFFFFF;
	font-family: "맑은 고딕", "굴림", "돋움";
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	background-color: #003399;
}

.td_12pt_black_bold_link:link {
	color: #000000;
	font-family: "맑은 고딕", "굴림", "돋움";
	font-size: 12px;
	text-decoration: none;
}
.td_12pt_black_bold_link:visited {
	color: #000000;
	font-family: "맑은 고딕", "굴림", "돋움";
	font-size: 12px;
	text-decoration: none;

}
.td_12pt_black_bold_link:active {
	color: #000000;
	font-family: "맑은 고딕", "굴림", "돋움";
	font-size: 12px;
	text-decoration: none;

}
.td_12pt_black_bold_link:hover {
	color: #000000;
	font-family: "맑은 고딕", "굴림", "돋움";
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}



.td_14pt_blue_link:link {
	font-family: "맑은 고딕", "굴림", "돋움";
	font-size: 14px;
	color: #003399;
	line-height: 30px;
	text-decoration: none;
}
.td_14pt_blue_link:visited {
	font-family: "맑은 고딕", "굴림", "돋움";
	font-size: 14px;
	color: #003399;
	line-height: 30px;
	text-decoration: none;
}
.td_14pt_blue_link:active {
	font-family: "맑은 고딕", "굴림", "돋움";
	font-size: 14px;
	color: #003399;
	line-height: 30px;
	text-decoration: none;
}
.td_14pt_blue_link:hover {
	font-family: "맑은 고딕", "굴림", "돋움";
	font-size: 14px;
	line-height: 30px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #003399;
}
