/* ###########通用样式定义######################################## */
body
{
	margin: 0;
	padding: 0;
	font-size: 12px;
}
div, form, img, ul, ol, li
{
	padding: 0;
	border: 0;
	margin: 0;
	line-height: 24px;
}
h1, h2, h3, h4, h5, h6, dl, dt, dd, p
{
	margin: 0;
	padding: 0;
}
table, td, tr, th
{
	font-size: 12px;
}
/* ###########800j字体模块样式######################################## */
a
{
	font-size: 1.0em;
	font-family: "宋体";
	color: #000;
}
a:link
{
	color: #000;
	text-decoration: none;
}
a:visited
{
	color: #000;
	text-decoration: none;
}
a:hover
{
	color: #e62400;
	text-decoration: underline;
}

.input
{
	background: #f9f9f9;
	border: 1px solid #333;
	font: 12px #6b6b6b;
	height: 14px;
}
