.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #CC3300;
	line-height: 40px;
	font-weight: bold;
}

.subtitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #D98200;
	line-height: 30px;
	font-weight: bold;
}

.normal {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #1B1B1B;
	line-height: 20px;
}
.normal A:link { color: #333333; text-decoration : underline;}
.normal A:visited { color: #333333; text-decoration : underline;}
.normal A:active { color:#333333; text-decoration : underline;}
.normal A:hover { color: #FB8A06; text-decoration : none;}

.menu {
	font-family: "Arial", "Helvetica", "sans-serif", "돋움", "굴림";
	font-size: 12px;
	color: #1B1B1B;
	font-weight: bold;
	text-transform: uppercase;
}
.menu A:link { color: #FFFFFF; text-decoration : none;}
.menu A:visited { color: #FFFFFF; text-decoration : none;}
.menu A:active { color:#FFFFFF; text-decoration : none;}
.menu A:hover { color: #CC3300; text-decoration : none;}

.submenu {
	font-family: "Arial", "Helvetica", "sans-serif", "돋움", "굴림";
	;
	font-size: 13px;
	color: #1B1B1B;
	line-height: 20px;
	height: 25px;
}
.submenu A:link { color: #333333; text-decoration : none; }
.submenu A:visited { color: #333333; text-decoration : none; }
.submenu A:active { color:#333333; text-decoration : none; }
.submenu A:hover { color: #FFFFFF; text-decoration : none; background-color: #CC3300;}

.footer {
	font-family: "Arial", "Helvetica", "sans-serif", "돋움", "굴림";
	font-size: 12px;
	color: #1B1B1B;
	font-weight: ;
}
.footer A:link { color: #FFFFFF; text-decoration : none;}
.footer A:visited { color: #FFFFFF; text-decoration : none;}
.footer A:active { color:#FFFFFF; text-decoration : none;}
.footer A:hover { color: #FFFFFF; text-decoration : underline;}
.dot {
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	line-height: 20px;
}
