﻿body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #dcdcdc;
}
td {
	font-size: 12px;
	color: #000000;
	font-family: "宋体";
}
.indexline {
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #b2b2b2;
	border-right-color: #b2b2b2;
	border-left-color: #b2b2b2;
}



 a:link {
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
 a:visited {
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
 a:hover {
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
 a:active {
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}


.searchinput {
	background-color: #dcdcdc;
	margin: 0px;
	padding: 0px;
	height: 19px;
	width: 144px;
	border: 1px solid #646464;
