@charset "utf-8";
/* CSS Document */
body {
	margin-top: 0px;
	margin-bottom: 0px;
}
body,td,tr {
	font-family: Arial, Helvetica, sans-serif, 宋体;
	font-size: 12px;
}
hr{
	width:100%;
	height:1px;
	color:#ccc;
}
.contact{
	font-size:14px;
	font-weight:bold;
}
.fourtext{
	font-size:14px;
}
.indexlinheight{
line-height:28px;
}
.footmenu{
	color:#FFFFFF;
}
.footmenu a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.footmenu a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.footmenu a:hover {
	color: #FFFF00 ;
	text-decoration: none;
}


.td1 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: dashed;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.style4 {
	color: #0000FF;
	font-weight: bold;
	font-size:14px;
}
img.double-border {
 border: 1px solid #a1d4b3;
 padding: 5px; /*Inner border size*/
 background:#FFFFFF; /*Inner border color*/
 margin:0 0 10px 0;
}