﻿@charset "utf-8";
body, td, th
{
	font-family: SimSun, NSimSun, sans-serif;
	font-size: 12px;
	color: #254E84;
}
body
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
img
{
	border: 0px;
}
a:link
{
	color: #254E84;
	text-decoration: none;
}
a:visited
{
	color: #254E84;
	text-decoration: none;
}
a:hover
{
	color: #C30;
	text-decoration: none;
}
a:active
{
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6
{
	font-weight: bold;
}
h1
{
	font-size: 16px;
	text-align: center;
	margin: 0px;
	padding: 0px;
	color: #254E84;
	line-height: 40px;
	letter-spacing: 0.2em;
}
h2
{
	font-size: 14px;
	line-height: 25px;
	margin: 2%;
	padding: 0px 1% 0px 1%;
	text-align: left;
	display: block;
	width: 94%;
	color: #FFFFFF;
}
h3
{
	font-size: 14px;
	line-height: 26px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	display: block;
	width: 100%;
	color: #F33;
}
hr
{
	border-left: none;
	border-right: none;
	border-top: #FFF solid 1px;
	border-bottom: #C4D0DC solid 1px;
}
