body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 25px;
	color: #333333;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
a.huei:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.huei:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.huei:hover {
	color: #333333;
	text-decoration: none;
}
.bei {
	color: #FFFFFF;
	text-decoration: none;
}
.bk {
	border: 1px solid #CCCCCC;
}
.left {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 19px;
	color: #FFFFFF;
	text-decoration: none;
}
.xiabk {
	line-height: 25px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
input{
	height:20px;
	border:#333 1px solid;
}
.box1{
	width:150px;
}

*{margin:0;padding:0;border:0;}
body {
font-family: arial, 宋体, serif;
font-size:12px;
}


#nav {
line-height: 24px; list-style-type: none; background:#666;
}

#nav a {
display: block; width: 80px; text-align:center;
}

#nav a:link {
color:#FFF; text-decoration:none;
}
#nav a:visited {
color:#FFF;text-decoration:none;
}
#nav a:hover {
color:#FFF;text-decoration:none;font-weight:bold;
}

#nav li {
float: left; width: 80px; background:#F00;
}
#nav li a:hover{
background:#999;
}
#nav li ul {
line-height: 27px; list-style-type: none;text-align:left;
left: -999em; width: 120px; position: absolute;
}
#nav li ul li{
float: left; width: 120px;
background: #F00;
}


#nav li ul a{
display: block; width: 120px;text-align:left;padding-left:24px;
}

#nav li ul a:link {
color:#FFF; text-decoration:none;
}
#nav li ul a:visited {
color:#FFF;text-decoration:none;
}
#nav li ul a:hover {
color:#F3F3F3;text-decoration:none;font-weight:normal;
background:#C00;
}

#nav li:hover ul {
left: auto;
}
#nav li.sfhover ul {
left: auto;
}
#content {
clear: left;
}

.lefttitle{
	background:url(index_09.gif) no-repeat;
	color:#FFF;
	padding-left:10px;
}
.centertitle{
	background:url(index_15.gif) no-repeat;
	color:#FFF;
	padding-left:10px;
}
.bodylink li{
text-align:center;
margin:2px;
float:left;
display:block;
width:120px;
height:25px;
background-color:#eee;
border:#ccc 1px solid;
}
.bodylink li a,.bodylink li a:visited{
color:#333;
}
.bodylink li a:hover{
color:#F00;
}
.txt{
color:#333;
}
img.maxpx{ 
max-width:600;
max-height:400px;
/*由于IE6.0以及以前版本的IE不支持上边两个属性,所以加上以下两条语句.这里要说明的是expression只有IE支持*/
width: expression(this.width > 600 && this.width / 600 >= this.height / 400 ? 600 : true);
height: expression(this.height > 400 && this.width / 600 < this.height / 400 ? 400 : true);
}


