/* CSS Document */

* {
    margin: 0
}


body {
	font-family: "µ¸¿ò", "dotum";
	font-size: 12px;
	line-height: 160%;
	color: #666666;
	letter-spacing:-1px; 
/*	background-image: url(../img/bg.jpg) ;
	background-position: center; */
}

p {margin:0; padding:0}

BODY {
    scrollbar-3dlight-color:#ffffff;
    scrollbar-arrow-color:#FFFFFF;
    scrollbar-track-color:#ffffff;
    scrollbar-darkshadow-color:#000000;
    scrollbar-face-color:#000000;
    scrollbar-highlight-color:#ffffff;
    scrollbar-shadow-color:#ffffff;
}

img {border: none;}

a, img, input { selector-dummy: expression(this.hideFocus=true); } 

/* ¸µÅ©ÀÌ¹ÌÁö¿¡ Á¡¼± ¾È»ý±â´Â cssÀÔ´Ï´Ù. */
a,area { blr:expression(this.onFocus=this.blur()) }
:focus { -moz-outline-style: none; }

input {vertical-align: middle;}
textarea {border:1px solid #cccccc; vertical-align: middle;}

/* ÀÍ½º6¿¡¼­ pngÆÄÀÏ Åõ¸íÇÏ°Ô ¼³Á¤ÇØÁÖ´Â cssÀÔ´Ï´Ù. top.html¿¡ °ü·Ã½ºÅ©¸³Æ®¸¦ ³Ö¾î¾ßµË´Ï´Ù. */
.png24 {
   tmp:expression(setPng24(this)); }
   
/* ÀÌ¿ë¾à°ü °°Àº ½ºÅ©·Ñ¹Ú½º css ÀÔ´Ï´Ù. */
#scrollbox {width:600px; height:250px; overflow:auto; text-align:left; padding:5px; }
#scrollbox2 {width:600px; height:600px; overflow:auto; text-align:left; padding:5px; }


a:link     { color: #522d22; text-decoration: none; line-height: 160%; font-size: 12px;}
a:visited  { color: #333333; text-decoration: none; line-height: 160%; font-size: 12px;}
a:active   { color: #333333; text-decoration: none; line-height: 160%; font-size: 12px;}
a:hover    { color: #226735; text-decoration: none; line-height: 160%; font-size: 12px;} 

.middle {vertical-align:middle; margin-bottom:2px}
	 
.gray{ color;#a1a1a1; }
.text_box {
	background-color: #EBDDC5;
	height: 20px;
	border: 1px solid #E9DFC6;
}
