body {
	margin: 0px;
	font-size: 12px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	line-height: 130%;
}
td {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	line-height: 140%;
}
.shadowa {
	filter: DropShadow(Color=#333333, OffX=1, OffY=1, Positive=1);
}

/**链接**/
a:visited {
	font-size: 12px;
	text-decoration: none;
	color: #364e63;
}
a:link {
	font-size: 12px;
	text-decoration: none;
	color: #364e63;
}
a:hover {
	font-size: 12px;
	text-decoration: underline;
	color: #ff0000;
}
a:active {
	font-size: 12px;
	text-decoration: none;
	color: #ff0000;
}
form {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.div {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E1E6EA;
	border-right-color: #E1E6EA;
	border-bottom-color: #E1E6EA;
	border-left-color: #E1E6EA;
	text-align: center;
	width: 769px;
}
