.main_bg {
	background-image:   url(../images/public/main_bg.jpg);
	background-repeat: repeat-x;
}
.sub_bg {
	background-image:   url(../images/public/sub_bg.jpg);
	background-repeat: repeat-x;
}
.carenda {
	background-image:   url(../images/public/carenda.gif);
	background-repeat: no-repeat;
}
	
td {
	color: #5F5F5F;
	font-size: 9pt;
	line-height: 150%;
	font-family: "돋움";
}

A {text-decoration: none;color: #5F5F5F; line-height: 150%;}
A:visited {text-decoration: none; color:#5F5F5F;}
A:hover {text-decoration: none;color:#5F5F5F;}

a.link1:hover {
	text-decoration:underline;
	background-repeat: repeat-x;
}


.small {
	font-size: 11px;
	line-height: 14px;
	font-family: "돋움";

}
.font10pt {
	font-size: 10pt;
	font-family: "돋움";
}
.font11pt {
	font-size: 11pt;
	font-family: "돋움";
}
.font9pt {
	font-size: 9pt;
}
.line200 {
	line-height: 200%;
}
.line120 {
	line-height: 120%;
}
.line160 {
	line-height: 160%;
}
.line170 {
	line-height: 170%;
}
.line180 {
	line-height: 180%;
}
.underbar {
	text-decoration: underline;
}