body,td {	font-family: "±¼¸²", "µ¸¿ò";font-size: 9pt;color: #FFFFFF;line-height: 13pt; } 
/* etc ========================================================================== */
.b {font-weight:bold;}
.s10 {font-size:10px; }
.s11 {font-size:11px; }
.s13 {font-size:13px; }
.lh16 {line-height: 16px;}
.lh18 {line-height: 18px;}
.letter1 {letter-spacing : 0;}
.center {text-align:center;}
.right	  {text-align:right;}
/* color ========================================================================== */
.c0 { color:#FFFFFF; }		/* white */
.c1 { color:#000000; }		/* black */
.c2 { color:#3072BB; }		/* ¹Ù´Ù»ö :calendar */
.c3 { color:#A38E55; }		/* ±Ý»ö :calendar [¼³¸í±Û] */
/* input ========================================================================== */
.input {
	color:#555555;
	font-size: 9pt; 
	background-color:#F2F2F2; 
	border-width:1pt; 
	border-color:#F2F2F2; 
	border-style:solid;
	padding-left:5px;
}
.input1 {
	color:#FFFFFF;
	font-size: 9pt; 
	background-color:#1A3C5D; 
	border-width:3pt; 
	border-color:#1A3C5D; 
	border-style:solid;
	padding-left:5px;
}
/* scrollbar ========================================================================== */
BODY {
	SCROLLBAR-FACE-COLOR: #999999; 
	SCROLLBAR-HIGHLIGHT-COLOR: #01274B; 
	SCROLLBAR-SHADOW-COLOR: #01274B; 
	SCROLLBAR-3DLIGHT-COLOR: #ffffff; 
	SCROLLBAR-ARROW-COLOR: #01274B; 
	SCROLLBAR-TRACK-COLOR: #ffffff; 
	SCROLLBAR-DARKSHADOW-COLOR: #ffffff
}
body {
	background-image: url('../mainskin/images/bg.gif');
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
}
/* link ============================================================================== */
a:link {
	font-family: "±¼¸²";
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	font-family: "±¼¸²";
	font-size: 12px;
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	font-family: "±¼¸²";
	font-size: 12px;
	text-decoration: underline;
	color: #0099FF;
}