﻿@charset "utf-8";
/* CSS 基本样式文档 */
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: "宋体",sans-serif;
	font-size: 12px;
	color: #000;
	text-align: center;
	background: #fff;
	margin: 0 auto;
}
div,img,form,ul,li,table {
	border:0;
}
/*img {
 filter:Gray; 
}*/
ul {
	list-style-type:none;
}
input {
	font-size:12px;
}
/* 链接 */
a:link { 
	color: #000;
	text-decoration: none;
}
a:visited { 
	color: #000;
	text-decoration: none;
}
a:hover { 
	color: #C30109;
	text-decoration: underline;
}
a:active { 
	color: #C30109;
	text-decoration: underline;
}
/* 链接完毕 */
/* 字体属性 */
.red {
	color: #fb2211;
}
.red2{
	color: #C30109;
}
.white {
	color: white;
}
.bold {
	font-weight: bold;
}
.font14px { 
	font-size: 14px; 
}
/* 字体属性完毕 */
.center {
	text-align:center;
}
/* 空白间距 */
.marginleft5 {
	margin-left: 5px;
}
.marginleft15 {
	margin-left: 15px;
}
.marginright5 {
	margin-right: 5px;
}
.margintop13 {
	margin-top: 13px;
}
.margintop5 {
	margin-top: 5px;
}
.marginbottom5 {
	margin: 0 auto 5px;/* FOR FF */
}
.paddingleft6 {
	padding-left: 6px;
}
.paddingleft12 {
	padding-left: 12px;
}
/* 空白间距完毕 */
/* 浮动 */
.left { 
	float: left;
}
.right { 
	float: right;
}
/* 浮动完毕 */
.clear{ 
	clear: both; 
	font-size:1px; 
	width:1px;
	visibility: hidden; 
}
.frame {
	width: 972px;
	margin: 0 auto 5px;/* FOR FF */
	clear: both; 
}
.frame2 {
	width: 972px;
	margin: 0 auto;/* FOR FF */
	clear: both; 
}
.nobg {
	background: none!important; 
}
.noborder {
	border: 0;
}
.btnBg {
	width: 55px;
	height: 24px;
	color: #fff;
	font-weight: bold;
	line-height: 24px;
	background: url(../images/button.jpg) bottom no-repeat;
}
.btnBg a:link {
	color: #fff;
	font-weight: bold;
	line-height: 24px;
}
.btnBg a:visited {
	color: #fff;
}
.btnBg a:hover {
	color: #fff;
}
.btnBg a:active {
	color: #fff;
}