@charset "utf-8";
/* CSS Document */
#foot_container {
	float: left;
	width: 100%;
	height: 16px;
	background-color: #14B4FF; 
}

#foot {
	width: 868px;
	height: 16px;
}

.foot_txt {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	margin: 0 35px;
}

