/*公共样式*/
/*基本信息*/
body {
	padding: 0;
	margin: 0 0 20px 0;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif,宋体;
	line-height: 150%;
}

td{font-size: 12px;line-height: 150%;}

/*不换行列表*/
.table_nowrap{ table-layout: fixed;} 
.table_nowrap td {overflow:hidden;white-space: nowrap;text-overflow:ellipsis;}


/*基本链接样式*/
A:link 		{	color:#000077;text-decoration: none;}
A:visited 	{	color:#000077;text-decoration: none;}
A:active 	{	color:#ff0000;text-decoration: none;}
A:hover 	{	color:#ff0000;text-decoration: underline;
/*background: url(/images/underline.gif) repeat-x bottom;*/}


/*导航菜单*/
.daohang {
background:url(../images/title2.gif) repeat-x;
}
.daohang A:link,.daohang A:visited,.daohang A:active{color:#FFFFFF; text-decoration: none; font-size:16px; width:100px;} 
.daohang A:hover{color: #FFFF00;text-decoration: none; font-size:16px;}



form { margin: 0; }
.button{
	height:20px;
	font-size:12px;
	BORDER: 1px solid #002D96;
	FILTER: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#ffffff, EndColorStr=#9DBCEA);
	cursor:hand;
}
/*辅助的文字*/
.subsidiary {
color:#999999;
font-size:11px;
}
/**/
.box_title {
font-size:14px;
color:#000000;
padding-left:10px;
height:30px;
font-weight:bold;
background:url(../images/title2.gif) repeat-x 0 -32px;
}
/**/
.box_title1 {
font-size:14px;
color:#000000;
padding-left:10px;
height:30px;
font-weight:bold;
}
/**/
.big_text {
font-size:14px;
}
.keyword {
color:#FF0000;
background-color:#FFFF00;
}

/*留言*/
.leaveword{padding:10px;}
.leaveword .box{
border-bottom:1px #000000  dashed; margin-bottom:10px;
}
.leaveword .box .box1{
background-color:#f8f8f8; padding:3px;
}
.leaveword .box .box2{
padding:5px;}
