@charset "utf-8";
/* CSS Document */

td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align:center;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #1BCCF5;
}
a:active {
	text-decoration: none;
	color: #333333;
}
a.headlinks:link {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 13px;
}
a.headlinks:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 13px;
}
a.headlinks:hover {
	text-decoration: none;
	color: #1BCCF5;
	font-size: 13px;
}
a.headlinks:active {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 13px;
}
.ListTitle {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #E8E8E8;
}
.button-text {
	border-top-width:1px;
	border-bottom-width:2px;
	border-left-width:1px;
	border-right-width:2px;
	font-size: 12px;
    font-family:Arial, Helvetica, sans-serif;
	color: #2f2f2f;
}
.button { 
	border-left: #ffffff 1px ridge; 
	border-right: #2F2F2F 1px ridge; 
	border-top: #ffffff 1px ridge; 
	border-bottom: #1c1c1c 1px ridge; 
    font-family:"宋体";
	font-size: 12px;
    color: #1c1c1c; 
	background-color: #EBF2F9; 
	cursor: hand; 
}
