/* CSS Document */

body {
margin:0;
padding:0px;
font-family:"ËÎÌå";
font-size:12px;
line-height:20px;
color:#666666;
background:#000000;
}

.111 {
font-size:14px;
font-weight:bold;
}


.111 a:link {
font-size:14px;
font-weight:bold;
}


.111 a:visited {
font-size:14px;
font-weight:bold;
}

.111 a:active {
font-size:14px;
font-weight:bold;
}
.111 a:hover {
font-size:14px;
font-weight:bold;
}

#body_center {
 text-align:center;
 }
 
.comp_txt_padd {
padding:8px 5px 0 5px;
text-align:justify;
}

.news_title {
color:#fff;
font-weight:bold;
} 
.padd_txt {
padding:5px;
}

.left_txt {
color:#ff4e00;
font-weight:bold;
}
.left_txt:link {
color:#ff4e00;
font-weight:bold;
}
.left_txt:visited {
color:#ff4e00;
font-weight:bold;
}
.left_txt:active {
color:#ff4e00;
font-weight:bold;
}






.leftmenu_txt {
font-weight:bold;
}
.leftmenu_txt:link {
font-weight:bold;
}

.leftmenu_txt:visited {
font-weight:bold;
}

.leftmenu_txt:active {
font-weight:bold;
}
.leftmenu_txt:hover {
font-weight:bold;
text-decoration:underline;
}



/**********link_CSS***************/
a:link {
color:#666666;
text-decoration:none;
}
a:visited {
color:#666666;
text-decoration:none;
}
a:active {
color:#666666;
text-decoration:none;
}
a:hover {
color:#666666;
text-decoration:underline;
}
/*******************************/




/************ ADD 090104**********************/

#imageFlow {
		position:relative;
		width: 100%;
		height: 80%;
		left: 0%;
		top: 10%;
		overflow:hidden;
	}
	#imageFlow .diapo {
		position: absolute;
		left: -1000px;
		cursor: pointer;
		-ms-interpolation-mode: nearest-neighbor;
	}
	#imageFlow .link {
		margin-left: -1px;
		margin-bottom: -1px;
	}
	#imageFlow .bank {
		visibility: hidden;
	}
	#imageFlow .top {
		position: absolute;
		width: 100%;
		height: 40%;
	}
	#imageFlow .text {
		position: absolute;
		left: 0px;
		width: 100%;
		bottom: 20%;
		text-align: center;
		color: #FFF;
		z-index: 1000;
	}
	#imageFlow .title {
		font-size: 12px;
		font-weight: bold;
	}
	#imageFlow .legend {
		font-size:12px;
	}
	#imageFlow .scrollbar {
		position: absolute;
		left: 8%;
		bottom: 10%;
		width: 85%;
		height: 16px;
		z-index: 1000;
	}
	#imageFlow .track {
		position: absolute;
		left: 1%;
		width: 98%;
		height: 16px;
		filter: alpha(opacity=30);
		opacity: 0.3;
	}
	#imageFlow .arrow-left {
		position: absolute;
	}
	#imageFlow .arrow-right {
		position: absolute;
		right: 0px;
	}
	#imageFlow .bar {
		position: absolute;
		height: 16px;
		left: 25px;
	}
	
	
	
	
/******************************************************/

.title_txt {
font-weight:bold;
color:#c6000d;
}