/* CSS Document */
body,td,th {
	font-size: 12px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.font1 {
	font-size: 12px;
	line-height: 22px;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
}
.STYLE2 {font-size: 12px; line-height: 22px; color: #FF0000; }
.font11 {	font-size: 12px;
	line-height: 24px;
}

.nav{
	width: 75%;
	height: 30px;
	text-align: center;
	padding: 5px 0px;
	background:#ffffff;
	font-size:12px;
}
.nav td{
	width: 10%;
	height: 40px;
	padding: 0px 5px;
	border-bottom:3px solid #0000ff;
}
.nav td .nav_en{
	width: 100%;
	height:10px;
	line-height: 10px;
	font-size: 12px;
	margin-top: 5px;
	padding-bottom: 2px;
	border-right: 1px solid #0000ff;
}
.nav td  .nav_en:last{
	border-right:0px;
}
.nav td .nav_zn{
	width: 100%;
	height:20px;
	line-height: 20px;
	letter-spacing: 2px;
	border-right: 1px solid #0000ff;
}
.nav td  .nav_zn:last{
	border-right:0px;
}
.nav td a{
	width: 100%;
	height: 40px;
	display: block;
}
.nav td a:hover{
	color: #ff0000;
}

.nav td a.on{
	color: #ff0000;
}
