/* CSS Document */

body {
	background-color: #FFFFFF;
}
body,td,div,span,p,ol,ul,li,a {
	font-family:"宋体", "Arial", "Helvetica", "sans-serif";
	font-size: 10pt;
	line-height:20px;
	color: #000000;
}
img	{
	border:0px;
}
h1 {
	font-family:"宋体", "Arial", "Helvetica", "sans-serif";
	font-size: 28px;
	font-weight: bold;
}
h2 {
	font-family:"宋体", "Arial", "Helvetica", "sans-serif";
	font-size: 24px;
	font-weight: bold;
}
h3 {
	font-family:"宋体", "Arial", "Helvetica", "sans-serif";
	font-size: 20px;
	font-weight: bold;
}
h4 {
	font-family: "宋体", "Arial", "Helvetica", "sans-serif";
	font-size: 17px;
	font-weight: bold;
}
h5 {
	font-family: "宋体", "Arial", "Helvetica", "sans-serif";
	font-size: 13px;
	font-weight: bold;
}
h6 {
	font-family: "宋体", "Arial", "Helvetica", "sans-serif";
	font-size: 9px;
	font-weight: bold;
}
a:link {
	color: #003399;
	text-decoration: none;
}
a:visited {
	color: #003399;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: none;
}
a:active {
	color: #003399;
	text-decoration: none;
}
.Shadow {
	filter: Shadow(Color=gray, Direction=135);
}
.DropShadow {
	filter: DropShadow(Color=gray, OffX=1, OffY=1, Positive=1);
}
.Invert {
	filter: Invert;
}
.Glow {
	filter: Glow(Color=gray, Strength=5);
}
.FlipV {
	filter: FlipV;
}
.FlipH {
	filter: FlipH;
}
.BorderLeftRight{
	Border-Left: 1px solid gray;
	Border-Right: 1px solid gray;
}
.PaddingLeftOneEm {
	padding-left: 1em;
}
.PaddingLeftTwoEm {
	padding-left: 2em;
}
a.Nav:link {
	color: #000000;
	text-decoration: none;
}
a.Nav:active {
	color: #000000;
	text-decoration: none;
}
a.Nav:visited {
	color: #000000;
	text-decoration: none;
}
a.Nav:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.Nav	{
	color: #000000;
}
.flatinput {
	border: 1px solid gray;
}
.w100flatinput{
	border: 1px solid gray;
	width: 99%;
}
.w50flatinput{
	border: 1px solid gray;
	width: 50%;
}
.handflatinput{
	border: 1px solid gray;
	cursor: hand;
}
