
body,td {

scrollbar-face-color:#ffffff;
scrollbar-highlight-color:#646464;
scrollbar-3dlight-color:#ffffff;
scrollbar-shadow-color:#646464;
scrollbar-darkshadow-color: white;
scrollbar-track-color: #ffffff;
scrollbar-arrow-color:#646464;

font-size:9pt;
line-height:18px;
color:#6A6A6A;
}

img {border: none;}

/*
input [type="text"]{color:#6A6A6A; background-color:#ffffff; border:1 solid #B9B9B9; font-size:9pt; padding:3 3 2 3; height:21px; width:150px}
*/

input.text {color:#6A6A6A; background-color:#ffffff; border:1 solid #B9B9B9; font-size:9pt; padding:3 3 2 3; height:21px; width:150px}

textarea.content {
    font-family : "µ¸¿ò";
    font-size : 9pt;
    color : #6A6A6A;
	padding-top:3px;
	padding-left:3px;
    border : 1px #B9B9B9 solid;
    //background-image: url(image/textline.gif); /* ¶óÀÎ ÀÌ¹ÌÁö */
    line-height: 15pt;
    scrollbar-face-color: #FFFFFF;
    scrollbar-shadow-color: #C9C9C9;
    scrollbar-highlight-color: #C9C9C9;
    scrollbar-3dlight-color: #FFFFFF;
    scrollbar-darkshadow-color: #FFFFFF;
    scrollbar-track-color: #FFFFFF;
    scrollbar-arrow-color: #666666
}

A:link		{text-decoration:none;color:#666666}
A:Visited	{text-decoration:none;color:#666666}
A:Active 	{text-decoration:none;color:#000000}
A:hover  	{text-decoration:underline;color:#000000}

#A_1:link	 {text-decoration:none;color:#5B5B5B}
#A_1:Visited {text-decoration:none;color:#5B5B5B}
#A_1:Active  {text-decoration:none;color:#5B5B5B}
#A_1:hover   {text-decoration:underline;color:#000000}

.b {font-weight:bold}
.bg_norepeat {background-repeat:no-repeat}

.cssBtn {
	position:relative;top:2;
	width:65px;height:28px;
	border:0 solid transparent;
	background-color:transparent;
	font-family:gulim, Gulim, AppleGothic, Seoul, Arial;
	font-size:12px;
	color:#414141;
	background-image:url("../img/btn_bg.gif");
	cursor:pointer;
}


.cssBtn_Over {
	position:relative;top:2;
	width:65px;height:28px;
	border:0 solid transparent;
	background-color:transparent;
	font-family:gulim, Gulim, AppleGothic, Seoul, Arial;
	font-size:12px;
	color:#414141;
	background-image:url("/GWImages/Yellow/Covi/Proposal/But/btn_65_line.gif");
	cursor:pointer;
}