﻿@charset "utf-8";
/* CSS Document */
body{
	background:#eee;
	background:url(../images6/demo4.gif) repeat;
	}
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre,  form, fieldset, legend, button, textarea, th, td, img {
	margin: 0;
	padding: 0;
	border:none;
	font: 15px/1.8 tahoma, arial, "宋体";
}
input{
	margin:0;
	padding:0;
	font-size:15px;
	}
p{
	line-height:normal;
	font-size:15px;
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
table thead th,table tr td{
	font-family:"宋体";
	color:#000000;
	}
table thead th{color:#666666; height:35px; padding:8px 0 7px;}
table tr td{
	height:35px;
	vertical-align:middle;
	padding:5px 5px 5px 0;
	}
table tr td table td{
	padding:0;
	}
h1, h2, h3, h4, h5, h6 {
	font-family:"黑体";
}
h1{
	font-size:32px;
}
h2{
	font-size:24px;
}
h3{
	font-size:16px;
}
ul, ol {
	list-style: none;
}
a {
	text-decoration:none;
 	blr:expression(this.onFocus=this.blur()); /* IE Opera */
	outline:none; /* FF Opera */
	color:#0f8eea;
}
a:focus {
	-moz-outline-style: none; /* FF */
}
a:hover {
	color:#bb2200;
}
button {	
	cursor:pointer;
	line-height:normal;
}
button img {
	border:none;
}