html, body, div,span, object, iframe, h1, h2, h3, h4,
h5,
h6,
p,
pre,
a,
address,
code,
del,
dfn,
em,
img,
q,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	margin: 0;
	padding: 0;
}
table,
tr,
th,
td,
img,
a img,
fieldset {
	border: 0px;
}
caption,
th,
td {
	text-align: left;
	font-weight: normal;
}
table,
td,
th {
	vertical-align: middle;
}
:focus {
	outline: none;
}
img {
	vertical-align: top;
	margin: 0;
}
html,
body {
	width: 100%;
	height:100%;
}
body {
	background: #fff;
	font-size: 14px;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
	line-height: 18px;
	color: #3e3e3e;
	text-align: center;
 _width: expression(document.body.clientWidth < 1002? "1000px" : "auto");
 position: relative;
}
a {
	color: #005aa9;
	text-decoration: underline;
}
a:visited {
	color: #3f2582;
	text-decoration: underline;
}
a:hover {
	color: #ec1b2e;
	text-decoration: underline;
}
a.dashed {
	color: #005aa9;
	text-decoration: none;
	border-bottom: 1px dashed #005aa9;
}
a.dashed:visited {
	color: #3f2582;
	text-decoration: none;
	border-bottom: 1px dashed #3f2582;
}
a.dashed:hover {
	color: #ec1b2e;
	text-decoration: none;
	border-bottom: 1px dashed #ec1b2e;
}
h1 {
	font: normal 30px/32px "Times New Roman", Times, serif;
	margin-bottom: 30px;
	color: #6a737b;
}
h2 {
	font: normal 24px/26px "Times New Roman", Times, serif;
	margin-bottom: 11px;
	color: #191919;
	padding-top: 13px;
}
h3 {
	font: normal 18px/20px "Times New Roman", Times, serif;
	margin-bottom: 11px;
	color: #1f1f1f;
}
h4 {
	font: normal 18px/20px "Times New Roman", Times, serif;
	margin-bottom: 11px;
	color: #191919;
}
h5 {
	font: normal 18px/20px "Times New Roman", Times, serif;
	margin-bottom: 11px;
	color: #191919;
}
h6 {
	font: normal 18px/20px "Times New Roman", Times, serif;
	margin-bottom: 11px;
	color: #191919;
}
.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
 //zoom: 1;
}
p {
	margin-bottom: 18px;
}
.layout {
	width: 500px;
	height: 500px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -250px;
	margin-left: -250px;
}
.layout .logo
{
	text-align: center;
	margin-bottom: 30px;
}
.layout .info-b
{
	/*text-align: left;*/
}
