body {
	margin:0;
	font-family:"Arial";
	font-size: 11px;
	line-height: 14px;
	color: #7a7e83;
	}
td {
	font-family: "Lucida Grande", "Tahoma", "Arial", "sans-serif";
	font-size: 11px;
	color: 7a7e83;
	line-height: 14px;
}

input { font-size:12px; font-family:"arial"; color:#7a7e83;}
textarea { font-size:12px; font-family:"arial"; color:#7a7e83;}


img {
	border:0
}

a:link {
	text-decoration: none;
	color: #7a7e83;
}
a:visited {
	text-decoration: none;
	color: #7a7e83;
}
a:hover {
	text-decoration: none;
	color: #00CCCC;
}
a:active {
	text-decoration: none;
	color: #7a7e83;
}



.input1 {
border:1px solid #c9c9c9;
background-color:#ebebeb;
height:20px;

}

.input2 {
border:1px solid #c2c2c2;
background-color:#efefef;
}




/* Foot 링크스타일 */
.foot { color:#949494; font-size:10px; }
a.foot:link  { color:#949494; text-decoration:none;}
a.foot:visited { color:#949494; text-decoration:none}
a.foot:hover  { color:#7a7e83; text-decoration:none}
a.foot:active  { color:#949494; text-decoration:none}


.link_s1 { color:#000000; font-size:11px; }
a.link_s1:link  { color:#000000; text-decoration:none;}
a.link_s1:visited { color:#000000; text-decoration:none}
a.link_s1:hover  { color:#000000; text-decoration:none}
a.link_s1:active  { color:#000000; text-decoration:none}



/***** text *****/
.s {font-size:9px;}
.b {font-weight:bold;}
.c_sky {color:#4fb8e0;}
.c_black {color:#000000;}
.c_white {color:#ffffff;}
.c_orange {color:#ff6e0e;}
.c_gray {color:#d1d1d1;}
.c_dark {color:#696969;}




/* 라인스타일 */
.line_l {border-left: #dedede 1px solid;}
.line_b {border-bottom: #e3e3e3 1px solid;}
.line_t {border-top: #e3e3e3 1px solid;}
.line_wl {border-left: #ffffff 1px solid;}
.line_wb {border-bottom: #ffffff 1px solid;}



/* padding */
.p_l_10 {padding:0 0 0 10;}
.p_l_11 {padding:3 0 3 11;}
.p_l_15 {padding:9 10 9 15;}

