/* CSS Document */

/*-------------------------------
 * project: 福建省外经贸厅(2008新版)
 * datetime: 2008-10-24
 * author: 榕基软件
 *-------------------------------
 */
 
body{
	margin:0 auto; 
	padding:0;
	font-size:12px; 
	font-family:"宋体";
	color:#333; 
	font-weight:normal;
	line-height:25px;
	background-color:transparent;
	background:#f7f7f7;
}
tr,td,h1,h2,h3,h4,h5,h6,ul,li,form{ 
	line-height:22px;
	font-weight:normal;
	font-family:"宋体";
	color:#333; 
	margin:0; 
	padding:0;
	text-align:left;
} 
ul,li { list-style:none; } 
img { border:0px; }
p { text-indent:2em; }
a { color:#333; text-decoration:none; } 
a:hover { text-decoration:underline; cursor:pointer; }
table{	margin:auto; }
.tdright{
	text-align:right;
}
.tdcenter{
	text-align:center;
}