/* basic style */
body, td, option, textarea, form, input{ font-family:Arial; font-size: 12px; color:#6B6B6B; line-height:150%; word-break:}
body { background-color:#FFFFFF; margin:0; overflow-x:hidden;}
table { border:0px; }
img { border:0px; }
form { margin:0px; }
select { font-size:11px; height:18;}
option { color:#0E0E0E;}

A:link { color:#6B6B6B;  TEXT-DECORATION: none; }
A:visited {color:#6B6B6B;  TEXT-DECORATION: none; }
A:active { color:#6B6B6B;  TEXT-DECORATION: none; }
A:hover { color:#6B6B6B;  TEXT-DECORATION:underline;}

/* a tag, img tag focus blur */
a { selector-dummy : expression(this.hideFocus=true); outline: none;}
img { selector-dummy : expression(this.hideFocus=true);}
input { selector-dummy : expression(this.hideFocus=true);}


/* background class */
.main {background:url(../_img/bg_main.jpg) repeat-x top;}
.about {background:url(../_img/bg_about.jpg) repeat-x top;}
.implementation {background:url(../_img/bg_implementation.jpg) repeat-x top;}
.performance {background:url(../_img/bg_performance.jpg) repeat-x top;}
.stakeholder {background:url(../_img/bg_stakeholder.jpg) repeat-x top;}
.information {background:url(../_img/bg_information.jpg) repeat-x top;}
.recycling {background:url(../_img/bg_recycling.gif) no-repeat top center;}

/* font class */
.12_ff, a.12_ff:link, a.12_ff:visited, a.12_ff:hover, a.12_ff:active{color:#ffffff;}
.12_33, a.12_33:link, a.12_33:visited, a.12_33:hover, a.12_33:active{color:#333333;}














.navi_prev, a.navi_prev:link, a.navi_prev:visited, a.navi_prev:hover, a.navi_prev:active{font-size:11; color:8E8E8E;}
.navi_now, a.navi_now:link, a.navi_now:visited, a.navi_now:hover, a.navi_now:active{font-size:12; color:161616; font-weight:bold;}


.11, a.11:link, a.11:visited, a.11:hover, a.11:active{font-size:11;}
.11_33, a.11_33:link, a.11_33:visited, a.11_33:hover, a.11_33:active{font-size:11; color:#333333;}
.paging_off, a.paging_off:link, a.paging_off:visited, a.paging_off:hover, a.paging_off:active{font-size:11; color:#333333; font-weight:bold;}
.paging_on, a.paging_on:link, a.paging_on:visited, a.paging_on:hover, a.paging_off:active{font-size:11; color:#FF3700; text-decoration:underline; font-weight:bold;}
.12_16, a.12_16:link, a.12_16:visited, a.12_16:hover, a.12_16:active{color:#161616;}
.12_0a, a.12_0a:link, a.12_0a:visited, a.12_0a:hover, a.12_0a:active{color:0A7098;}
.12_00, a.12_00:link, a.12_00:visited, a.12_00:hover, a.12_00:active{color:000000;}
.sch_sun, a.sch_sun:link, a.sch_sun:visited, a.sch_sun:hover, a.sch_sun:active{font-size:11; font-family:Arial; color:A2000D; font-weight:bold;}
.sch_sat, a.sch_sat:link, a.sch_sat:visited, a.sch_sat:hover, a.sch_sat:active{font-size:11; font-family:Arial; color:1B21AD; font-weight:bold;}
.sch, a.sch:link, a.sch:visited, a.sch:hover, a.sch:active{font-size:11; font-family:Arial; color:1C8CB2; font-weight:bold;}

/* etc class */
.up_1 {margin:0 0 1 0;}
.up_2 {margin:0 0 2 0;}
.up_3 {margin:0 0 3 0;}
.up_4 {margin:0 0 4 0;}
.up_5 {margin:0 0 5 0;}

.fixed {table-layout:fixed;}

.print_break {page-break-before: always;}  /*ÇÁ¸°Æ® ÆäÀÌÁö ºÐÇÒ*/
@media print {#print_skip{ display:none; }}  /*ÇÁ¸°Æ® Á¦¿Ü ¿µ¿ª*/

.scroll{
	overflow-x:hidden;
	overflow-y:scroll;
	scrollbar-face-color:ffffff; 
	scrollbar-shadow-color:ffffff; 
	scrollbar-highlight-color:ffffff; 
	scrollbar-3dlight-color:A4967F; 
	scrollbar-darkshadow-color:A4967F; 
	scrollbar-track-color:ffffff; 
	scrollbar-arrow-color:A4967F;
}