body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, 
pre, form, fieldset, input, textarea, p, blockquote, th, td {
	padding: 0;
	margin: 0;
}
body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
}

fieldset, img {
	border: 0;
}

ol, ul {
	list-style: none;
}
address, caption, cite, code, dfn, em, th, var {
	font-weight: normal;
	font-style: normal;
}
caption, th {
	text-align:left;
}
	
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 100%;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
}
a {
	color:#000;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

/* 个别优化 + */
textarea {
	padding: 2px;
}
select,
input {
	vertical-align: middle;
	font-size: 12px;
}
/* 个别优化 - */

/* 共用功能 + */
.clear {clear: both;}
.overflow {overflow:hidden;}
.hr {width: 99%;height: 1px;background-color: #EEE;margin-top: 5px;margin-bottom: 5px;margin-left: auto;margin-right: auto;overflow: hidden;clear: both;}
/* 共用功能 - */

/*++ vi 2011-4-24 ++*/
/* 共用颜色 + */
.red { color:#F00;}
.s_red { color:#cc0000;}
.s_blue {color:#2a567d;}
.s_black { color:#333;}
/* 共用颜色 - */

/* 字体共用功能 + */
.font_b { font-weight:bold;}
.line_h { line-height:180%;}
/* 字体共用功能 - */

/* + 2011-6-18 by hw + */