﻿/*
===============================
项目开发于2008-10-09
designer:胡杰颂
email:jiesong2@doit.name
版权所有
===============================
*/
body
{
	padding: 0px;
	color: #666;
	list-style-type: none;
	background: #FFF;
	border: 0px;
	font-size: 12px;
	line-height: 22px;
	font-family: Geneva, Arial, Helvetica, sans-serif, "宋体";
	width: 1003px;
	margin: 0 auto;
}
*
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif, "宋体";
}
a
{
	text-decoration: none;
	color: #666;
}
a:hover
{
	text-decoration: none;
	color: red;
}
form
{
	margin: 0px;
	padding: 0px;
}
select, textarea
{
	color: #666;
	font-size: 12px;
	border: 1px #CCC solid;
	color: #666;
}
input
{
	height: 20px;
	color: #666;
	font-size: 12px;
	color: #666;
	line-height: 20px;
	vertical-align: middle;
	padding-left: 2px;
	border: 1px #CCC solid;
}
div, ul, li, p, table, tr, img
{
	margin: 0px;
	padding: 0px;
	border: 0px;
}
td
{
	padding-left: 5px;
}
h1, h2, h3, h4, h5, h6
{
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-size: 12px;
}
.no_border
{
	border: none;
	width: auto;
	height: auto;
}
.float_left
{
	float: left;
}
.float_right
{
	float: right;
}
.clear_left
{
	clear: left;
}
.clear_right
{
	clear: right;
}
.clear_both
{
	clear: both;
}

/*------pageturn------*/
#pageturn
{
	color: #666;
	font: 12px/22px Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	height: 32px;
	clear: both;
}

#pageturn a
{
	color: #666;
	text-decoration: none;
	font-size: 12px;
	line-height: 25px;
}
#pageturn a:hover
{
	color: #FF5500;
}

