@charset "utf-8";

body{

margin-top:0px;



}

table{

font-family:Arial, Helvetica, sans-serif;

font-size: 12px;

color: #666666;

}

input{

border-style:solid;

border-width:1px;

border-color:#7F9DB9;

}

.txt{

border-width:0px;

background-color:#7F9DB9;

}

#nav{

padding:0;
margin:0 ;
text-align:center;
list-style:none;
/* 使ul无背景色 */
background:none;

}

#nav li{

	
    /* display:inline 替换 float:left 使ul居中 */
	display:inline;

	margin-left:5px;

	margin-right:5px;

	text-align:center;

	width: 20px;

}

#nav li a{
/* 解决同行文字落差 */
/*display:block;*/

text-decoration:none;

color: #666666;

}

#nav li a:hover{

color: #ff0000;

}

#navtop li{

height:5px;

font-weight: bold;

margin-bottom:15px;

list-style:none;

float:right;

margin-right:15px;

text-align:center;

}

#navtop li a{

display:block;

text-decoration:none;

color: #666666;

}

#navtop li a:hover{

color: #ff0000;

}

.style1 {

font-family:Arial, Helvetica, sans-serif;

	font-size: 12px;

	font-weight: bold;

	color: #FF0000;

}

.style2 {

font-family:Arial, Helvetica, sans-serif;

	font-size: 12px;

	font-weight: bold;

	color: #666666;

}

