﻿@charset "utf-8";
/* CSS Document */
/*----------------------------------------------------
Default
-----------------------------------------------------*/
* html{
	background-image: url("IE6-fixed-FangDou");
	background-attachment: fixed;
}

body, ul, ol, dl, dt, dd, li, p, h1, h2, h3, h4, h5, h6, form, label,
	fieldset, table, td, img, div, th {
	border: 0;
	margin: 0px;
	padding: 0;
}

li, dd, dl, dt {
	list-style-type: none;
}

table {
	border-collapse: collapse;
}

/*Clear float*/
.clear {
	clear: both;
	line-height: 0;
	font-size: 0;
	border: none;
	height: 0;
}
/*IE6 Empty*/
.empty {
	line-height: 0;
	font-size: 0;
}
/*break*/
.fr {
	float: right;
}

.fl {
	float: left;
}

/*-----------------------------------------------------
User-defined
-----------------------------------------------------*/
h1 {
	font-family: Tahoma, Helvetica, Arial, 'Microsoft YaHei', sans-serif;
	font-size: 12px;
	font-weight: bold;
}

h2 {
	font-family: Tahoma, Helvetica, Arial, 'Microsoft YaHei', sans-serif;
	font-size: 12px;
	font-weight: bold;
}

body {
	font-size: 12px;
	font-family: Tahoma, Helvetica, Arial, 'Microsoft YaHei', sans-serif;
	color: #414141;
	background-color: #fff;
}

input, select, textarea {
	vertical-align: middle;
	font-family: Tahoma, Helvetica, Arial, 'Microsoft YaHei', sans-serif;
	color: #333;
	outline: none;
	resize: none;
}

a:link {
	color: #555;
	text-decoration: none;
}

a:visited {
	color: #555;
	text-decoration: none;
}

a:hover {
	color: #839b1b;
	text-decoration: underline;
}

a:active {
	color: #555;
	text-decoration: none;
}