﻿/*------------公用样式---------------------*/
body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, table, td, img, div
{
	border: 0 none;
	margin: 0;
	padding: 0;
}
ul, li
{
	list-style-type: none;
}

body
{
	color: #303030;
	font-family: "宋体";
	font-size: 12px;
	background-color: White;
}
a
{
	color: #404040;
	text-decoration: none;
}
a:hover
{
	color: #ff8900;
}

a.BlueA
{
	color: #336699;
}
a.BlueA:hover
{
	color: #ff8900;
}

img
{
	border: 0;
}



.Hide
{
	display: none;
}
.Highlight
{
	color: Red;
}
.Spacing
{
	clear: both;
	height: 6px;
	overflow: hidden;
}
span.Must, .error
{
	color: Red;
}
.Ht_title
{
	clear: both;
	height: 30px;
	line-height: 30px;
	padding: 0px 10px;
	margin: 10px 15px;
	font-size: 14px;
	font-weight: bold;
	color: #336699;
	border-bottom: solid 1px #d7d7d7;
}
.Ht_Bt
{
	background-image: url("images/Bt_bg.gif");
	background-repeat: no-repeat;
	background-color: transparent;
	width: 190px;
	height: 40px;
	line-height: 40px;
	color: White;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	border: 0;
	margin: 0px;
	padding: 0px;
}





.Info
{
	padding: 2px 0 5px 0px;
	color: #989898;
}
.InputInfo
{
	color: #989898;
}

table tr
{
	line-height: 24px;
}

