a:link {
   background: #fff;
   color: #037;
}
a:visited {
   background: #fff;
   color: #636;
}
a:active {
   background: #ffc;
   color: #900;
   text-decoration: none;
}
a img { color: #fff; }         /* hide the border in Netscape 4 */
@media all {                   /* hide from Netscape 4 */
   a img { color: inherit;     /* undo the rule above */
   border: none;               /* hide from Netscape 4 */
   }
}
A:hover {
        TEXT-DECORATION: underline
}
BODY {
	FONT: 12px Tahoma,굴림체;
	line-height: 150%;
}
TD {
        FONT: 12px Arial,굴림체;
	COLOR: #555555
}
LI {
        FONT: 12px/120% Tahoma,굴림체;
	text-align: justify;
	line-height: 150%;
	padding-top: 3px;
	padding-bottom: 3px;
}
SELECT {
        BORDER-RIGHT: #b5b5c5 1px solid;
	BORDER-TOP: #b5b5c5 1px solid;
	FONT: 9pt 굴림체;
	BORDER-LEFT: #b5b5c5 1px solid;
	COLOR: #555555;
	BORDER-BOTTOM: #b5b5c5 1px solid;
	BACKGROUND-COLOR: #ffffff
}
#en {
        FONT-FAMILY: Tahoma;
	COLOR: white
}
P {
	text-align: justify;
}
div.box {
        FONT: 14px/120% Tahoma,굴림체;
	COLOR: #FFFFFF;
	background-color: maroon;
	padding: 3px;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 15px;
}
div.tree {
	margin-left: 20px;
}
span.shade {
	background-color: #DDDDDD;
}
/* styles for the tree */
SPAN.TreeviewSpanArea A {
  font-size: 10pt;
  font-family: verdana, helvetica, 굴림체;
  text-decoration: none;
  color: black;
}
SPAN.TreeviewSpanArea A:hover {
  color: #820082;
}
TD.TreeViews {
  font-size: 10pt;
  font-family: verdana, helvetica, 굴림체;
}
