table
{
	font-size: 12px;
	color: black;
	line-height: 16px;
	font-family: 宋体;
}
td
{
	font-size: 12px;
	color: black;
	line-height: 16px;
	font-family: 宋体;
}
body
{
	font-size: 12px;
	color: black;
	line-height: 16px;
	font-family: 宋体;
}

.Table
{
	border-right: steelblue 1px solid;
	border-top: steelblue 1px solid;
	font-size: 12px;
	border-left: steelblue 1px solid;
	color: black;
	line-height: 16px;
	border-bottom: steelblue 1px solid;
	font-family: 宋体;
	background-color: whitesmoke;
}
.Form
{
	border-right: steelblue 1px solid;
	border-top: steelblue 1px solid;
	font-size: 12px;
	border-left: steelblue 1px solid;
	color: black;
	line-height: 16px;
	border-bottom: steelblue 1px solid;
	font-family: 宋体;
	height: 22px;
	background-color: white;
}
.Button
{
	font-size: 12px;
	cursor: hand;
	color: black;
	line-height: 16px;
	font-family: 宋体;
	height: 25px;
}
.Text
{
	font-size: 12px;
	color: black;
	line-height: 16px;
	font-family: 宋体;
}
.Title
{
	font-size: 18px;
	color: black;
	line-height: 24px;
	font-family: 黑体;
	background-color: lightsteelblue;
}
.MarkTitle
{
	padding-left: 20px;
	font-weight: bold;
	font-size: 14px;
	cursor: hand;
	color: black;
	font-family: 宋体;
}


.Title1
{
	font-size: 16px;
	color: black;
	line-height: 20px;
	font-family: 黑体;
}
.HyperLink
{
	font-size: 12px;
	cursor: hand;
	color: blue;
	font-family: 宋体;
	text-decoration: underline;
}
.Tab
{
	font-size: 12px;
	background-image: url(../Images/Page.gif);
	color: black;
	background-repeat: no-repeat;
	font-family: 宋体;
	text-align: center;
}
.ActiveTab
{
	font-weight: bold;
	font-size: 12px;
	background-image: url(../Images/ActivePage.gif);
	color: blue;
	background-repeat: no-repeat;
	font-family: 宋体;
	text-align: center;
}
.Underline
{
	font-size: 12px;
	color: black;
	font-family: 宋体;
	text-decoration: underline;
}
.Label
{
	padding-left: 20px;
	font-size: 12px;
	color: black;
	line-height: 16px;
	font-family: 宋体;
	text-decoration: none;
}
.Alert
{
	border-right: red 1px solid;
	padding-right: 3px;
	border-top: red 1px solid;
	padding-left: 3px;
	font-size: 12px;
	float: none;
	padding-bottom: 3px;
	margin-left: 20px;
	border-left: red 1px solid;
	color: black;
	line-height: 16px;
	margin-right: 20px;
	padding-top: 3px;
	border-bottom: red 1px solid;
	font-family: "宋体";
	height: 20px;
	background-color: #ffc6c6;
	text-align: left;
	text-decoration: none;
}
.Hint
{
	border-right: darkkhaki 1px solid;
	padding-right: 3px;
	border-top: darkkhaki 1px solid;
	padding-left: 3px;
	font-size: 12px;
	float: none;
	padding-bottom: 3px;
	margin-left: 20px;
	border-left: darkkhaki 1px solid;
	color: black;
	line-height: 16px;
	margin-right: 20px;
	padding-top: 3px;
	border-bottom: darkkhaki 1px solid;
	font-family: "宋体";
	height: 20px;
	background-color: lightgoldenrodyellow;
	text-align: left;
	text-decoration: none;
}
.SmallTitle
{
	padding-right: 3px;
	padding-left: 3px;
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 3px;
	margin-left: 20px;
	color: black;
	line-height: 20px;
	padding-top: 3px;
	font-family: 宋体;
	background-color: silver;
	text-decoration: none;
}
.Content
{
	padding-right: 20px;
	padding-left: 20px;
	font-size: 12px;
	padding-bottom: 10px;
	color: black;
	line-height: 16px;
	padding-top: 10px;
	font-family: 宋体;
	text-decoration: none;
}
.FlatButton
{	
	padding-right: 5px;	
	padding-left: 5px;
	font-size: 12px;
	padding-bottom: 3px;	
	line-height: 16px;
	padding-top: 3px;	
	border-color:#999999;
	border-style: solid;
	border-width:1px;
	font-family: 宋体;
	height: 22px;
	background-color: lightgrey;
	text-decoration: none;
	onmouseover:expression(onmouseover=function(){this.style.borderColor='#000000';});
	onmouseout:	expression(onmouseout=function(){this.style.borderColor='#999999';});	
}

.FlatDownButton
{
	padding-right: 5px;	
	padding-left: 5px;
	font-size: 12px;
	padding-bottom: 3px;	
	line-height: 16px;
	padding-top: 3px;	
	border-color:#000000;
	border-style: solid;
	border-width:1px;
	font-family: 宋体;
	height: 22px;
	background-color: lightgoldenrodyellow;
	text-decoration: none;
}
.bktext
{
	padding-right: 3px;
	padding-left: 3px;
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 2px;
	color: black;
	line-height: 16px;
	padding-top: 2px;
	font-family: 宋体;
	height: 20px;
	background-color: silver;
	text-decoration: none;
}

