﻿@charset "utf-8";
/*============ Global Style Start ============*/
* {
	margin:0;
	padding:0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #2a2d2e;
	
	
}
img {
	border:0;
}
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #F00;
	text-decoration: none;
}
a:hover {

	color: #FF3300;
	text-decoration: none;
}
.black {
	line-height: 16px;
	color: #000000;
	text-decoration: none;
}
a.black:link {

	line-height: 16px;
	color: #000000;
	text-decoration: none;
}
a.black:visited {


	line-height: 16px;
	color: #000000;
	text-decoration: none;
}
a.black:hover {


	line-height: 16px;
	color: #FF9900;
	text-decoration: none;
}
.white {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
a.white:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.white:visited {

	color: #FFFFFF;
	text-decoration: none;
}
a.white:hover {

	color: #C8C8C8;
	text-decoration: none;
}
.st-L {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
a.st-L:link {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
a.st-L:visited {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
a.st-L:hover {

	color: #0066FF;
	text-decoration: none;
}
.L07 {
	color: #0b4c74;
	font-size: 13px;
	font-weight: bold;
	font-family: "宋体";
}
a.L07:link {

	color: #0b4c74;
}
a.L07:visited {


	color: #0b4c74;
}
a.L07:hover {


	color: #0066CC;
}
div, p, span, h1, h2, h3, h4, h5, h6, input, ul, li {
	text-align:left;
}
ul, li {
	list-style-type:none;
}
dt, dd {
	clear:both;
}
p {
	line-height:150%;
}
.cred, a.cred:link, a.cred:visited, a.cred:hover {
	color:#F00;
}
.corange, a.corange:link, a.corange:visited, a.corange:hover {
	color:#F65100;
}
/*clear both*/
.clearfix:after {
	content: ".";
	display:block;
	height:0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
*+html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */
.clear {
	clear: both;
	font-size:1px;
	width:1px;
	height:1px;
	visibility: hidden;
}
.clear2 {
	clear: both;
	
}
/*============ End Global Style ============*/

