﻿body
{
	margin: 0px;
	padding: 0px;
	background: #eef1f8;
	font-family: Microsoft YaHei,Tahoma;
}
span
{
	font-size: 10pt;
}
#divBack
{
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	position: absolute;
	z-index: -1;
}
#divBanner
{
	height: 38px;
	width: 100%;
	background: white;
	font-size: 10pt;
}
#divLogo
{
	margin: 0 auto;
}
#divTop
{
	width: 100%;
	height: 36px;
	background: #37475e;
}
#divMenu
{
	height: 36px;
	margin: 0 auto;
}
#t_menu
{
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 11pt;
	height: 36px;
	line-height: 36px;
}
#t_menu li
{
	float: right;
}
#t_menu li a
{
	display: block;
	padding: 0px 12px 0px 12px;
	text-decoration: none;
	color: white;
	font-weight: bold;
}
#t_menu li a:hover
{
	color: red;
	background-color: #36648B;
}
#t_menu li a:active
{
	color: red;
	background-color: #36648B;
}
.SepratorNarrow
{
	width: 100%;
	height: 3px;
}
.SepratorWide
{
	width: 100%;
	height: 5px;
}
#divFlash
{
	margin: 0 auto;
}
#divFlash img
{
	display: block;
	width: 100%;
	border: 0px;
}
#divCenter
{
	width: 100%;
	margin: 0 auto;
	color: black;
	display: table; /*display:table是为了解决父DIV没有被子DIV撑开的问题*/
}
#divBottom
{
	width: 100%;
	height: 64px;
	background: #37475e;
	color: #c3cdd9;
}
#divBottomContent
{
	width: 100%;
	margin: 0 auto;
	padding: 5px;
}
#divBottomContent span
{
	font-size: 9pt;
}
#divBottomContent a
{
	color: #c3cdd9;
}
