﻿body {
	margin: 0px;
	padding:0px;
	text-align:center;
	background: #F7F7F7 url('../images/body_bg.jpg') repeat-x top;
}
div{
	margin:0px auto;
	padding:0px;
	overflow:hidden;
}
ul,li{
	list-style:none;
	padding:0px;
	margin:0px;
}
table {
	font-size: 9pt;
	border:0px;
	padding:0px;
	margin:0px auto;	
	text-decoration: none;
}
td {
	font-size: 9pt;
	line-height: 20px;
	color: #333333;
	border:0px;
	padding:0px;
	margin:0px;	
	text-decoration: none;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a.active {
	COLOR: #333333;
	TEXT-DECORATION: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
A.white:link {
	COLOR: #ffffff;
	FONT-SIZE: 14px;
	TEXT-DECORATION: none;
	font-weight: bold;
}
A.white:visited {
	COLOR: #ffffff;
	FONT-SIZE: 14px;
	TEXT-DECORATION: none;
	font-weight: bold;
}
A.white:active {
	COLOR: #ffffff;
	FONT-SIZE: 14px;
	TEXT-DECORATION: none;
	font-weight: bold;
}
A.white:hover {
	COLOR: #CC3300;
	FONT-SIZE: 14px;
	TEXT-DECORATION: underline;
	font-weight: bold;
}
A.h:link {
	COLOR: #21306D;
	FONT-SIZE: 12px;
	TEXT-DECORATION: none;
}
A.h:visited {
	COLOR: #21306D;
	FONT-SIZE: 12px;
}
A.h:active {
	COLOR: #21306D;
	FONT-SIZE: 12px;
}
A.h:hover {
	COLOR: #ff0000;
	FONT-SIZE: 12px;
	TEXT-DECORATION: underline;
}
A.h1:link {
	COLOR: #ffffff;
	FONT-SIZE: 12px;
	TEXT-DECORATION: none;
	font-weight: bold;
}
A.h1:visited {
	COLOR: #ffffff;
	FONT-SIZE: 12px;
	font-weight: bold;
}
A.h1:active {
	COLOR: #ffffff;
	FONT-SIZE: 12px;
	font-weight: bold;
}
A.h1:hover {
	COLOR: #ff0000;
	FONT-SIZE: 12px;
	font-weight: bold;
	TEXT-DECORATION: underline;
}
.high {
	font-size: 12px;
	line-height: 25px;
	text-decoration: none;
	color: #FFFFFF;
}
.high span{
	font-family:Arial, Helvetica, sans-serif;
}
.high a{
	color:#FFFFFF;
}
.high a:hover{
	color:#000000;
}
.header{
	width:1000px;
	height:112px;	
}
.nav{
	width:1000px;
	height:40px;
	margin-bottom:5px;
	background:url('../images/nav_bg.jpg') no-repeat center top;
}
.nav ul{
	width:1000px;
}
.nav ul li{
	float:left;
	width:125px;
	list-style:none;
	height:40px;
	line-height:40px;
}
.nav ul li a{
	font-family:微软雅黑;
	font-size:14px;
	color:#FFFFFF;
	font-weight:bold;
}
.nav ul li a:hover{
	color:#FFFF00;
}