﻿@charset "utf-8";
body {
	background-color: #1C5BAB;
	margin: 0px;
	padding: 0px;
}
td {
	font-family: "宋体";
	font-size: 9pt;
	line-height: 150%;
	color: #1C5BAB;
}

a {
	color: #1C5BAB;
	text-decoration: none;
}

a:hover {
	color: #1C5BAB;
	text-decoration: underline;
}

form {
	margin: 0px;
	padding: 0px;
}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #333333;
	border: 1px solid #999999;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #333333;
	border: 1px solid #999999;
}
select {
	font-size: 9pt;
}
.copyright {
	font-size: 9pt;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.copyright a{
	font-size: 9pt;
	color: #FFFFFF;
}
.font10px {
	font-size: 10px;
}
.font11px {
	font-size: 11px;
}

.font16px {
	font-family:"黑体";
	font-size: 16px;
}

a.menu1{
	font-weight: bold;
	color: #1C5BAB;
	text-decoration: none;
	font-size: 14px;
}

a.menu1:hover {
	font-weight: bold;
	color: #1C5BAB;
	text-decoration: underline;
	font-size: 14px;
}

.menu td {
	height: 25px;
}

.menu th {
	height: 1px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #999999;
}

a.more{
	color: #FFFFFF;
	text-decoration: none;
}

a.more:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.ad {
	font-weight: bold;
	color: #999999;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.tableborder {
	border: 1px solid #CCCCCC;
}
.xuLine {
	height: 1px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #999999;
}