@charset "utf-8";
/* 通用样式 */

/** 清除内外边距 **/ 
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */ dl, dt, dd, ul, ol, li, /* list elements 列表元素 */ pre, /* text formatting elements 文本格式元素 */ form, fieldset, legend, button, input, textarea, /* form elements 表单元素 */ th, td, /* table elements 表格元素 */ img/* img elements 图片元素 */ {
	margin: 0;
	padding: 0;
}
body {
	color:#666;
	font-family:'微软雅黑',Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#dfdfdf;
}
ul, li {
	list-style:none;
}
img {
	border:0px;
}
a {
	color:#666;
	text-decoration:none;
}
a:hover {
	color:#c00;
	text-decoration:none;
}
.clear {
	clear:both;
}
.f_left {
	float:left;
}
.f_right {
	float:right;
}
.t_left {
	text-align:center;
}
.t_center {
	text-align:center;
}
.t_right {
	text-align:right;
}
h1 {
	font-size:14px;
	color:#666;
	line-height:40px;
	height:35px\9;
	margin-left:10px;
}
.top10 {
	margin-top:10px;
}
.button {
	color:#f1f1f1;
	width:49px;
	height:23px;
	border:1px solid #ccc;
	color:#666;
}
.warp {
	width:980px;
	margin:0 auto;
}

.red{background:#e92c26;}
.orange{background:#ff6600;}
.green{background:#699912;}/*草绿*/
.Violet{background:#b420bc;}/*紫色*/
.blue{background:#0099ff;}