body
{
	background-color: #D7E4C8;
	padding: 0px;
	margin: 0px;
}
.MainText
{
	font-size: 12px;
	color: #444444;
	line-height: 160%;
	font-family: 宋体, Arial;
	text-decoration: none;
}
A.MainText:hover
{
	font-size: 12px;
	color: #FF6600;
	line-height: 160%;
	font-family: 宋体, Arial;
	text-decoration: underline;
}

.MainText_Gray
{
	font-size: 12px;
	color: #999999;
	line-height: 160%;
	font-family: 宋体, Arial;
	text-decoration: none;
}
A.MainText_Gray:hover
{
	font-size: 12px;
	color: #FF6600;
	line-height: 160%;
	font-family: 宋体, Arial;
	text-decoration: underline;
}

.MainText_DarkGreen
{
	font-size: 12px;
	color: #006600;
	line-height: 160%;
	font-family: 宋体, Arial;
	text-decoration: none;
}

.MainText_Red
{
	font-size: 12px;
	color: #FF6600;
	line-height: 160%;
	font-family: 宋体, Arial;
	text-decoration: none;
}

.HighLightText
{
	font-size: 12px;
	color: #444444;
	line-height: 160%;
	font-family: 宋体, Arial;
	text-decoration: none;
	background-color: #FFFF00;
}

.ErrMsgText
{
	font-size: 12px;
	color: #FF6600;
	line-height: 160%;
	font-family: 宋体, Arial;
	text-decoration: none;
}

.EditBoxText
{
	font-size: 12px;
	color: #444444;
	line-height: 100%;
	font-family: 宋体, Arial;
	text-decoration: none;
	border: solid 1px #BBBBBB;
	background-color: #FFFFFF;
	width: 100%;
	height: 25px;
	padding: 6px;
}

.EditBoxTextReadOnly
{
	font-size: 12px;
	color: #444444;
	line-height: 100%;
	font-family: 宋体, Arial;
	text-decoration: none;
	border: solid 1px #BBBBBB;
	background-color: #E4E4E4;
	width: 100%;
	height: 25px;
	padding: 6px;
}

.LinkBtnText
{
	font-size: 12px;
	color: #006600;
	line-height: 160%;
	font-family: 宋体, Arial;
	text-decoration: underline;
	display:inline-block;
}
A.LinkBtnText:hover
{
	font-size: 12px;
	color: #FF6600;
	line-height: 160%;
	font-family: 宋体, Arial;
	text-decoration: none;
	display:inline-block;
}

.GridViewHeaderStyle
{
	font-size: 12px;
	color: #444444;
	line-height: 160%;
	font-family: 宋体, Arial;
	text-decoration: none;
	font-weight: bold;
	background-color: #DDDDDD;
}
.GridViewRowStyle
{
	font-size: 12px;
	color: #444444;
	line-height: 160%;
	font-family: 宋体, Arial;
	text-decoration: none;
	background-color: #FFFFFF;
}
.GridViewAlternatingRowStyle
{
	font-size: 12px;
	color: #444444;
	line-height: 160%;
	font-family: 宋体, Arial;
	text-decoration: none;
	background-color: #EAEAEA;
}
.GridViewHoverRowStyle
{
	font-size: 12px;
	line-height: 160%;
	font-family: 宋体, Arial;
	text-decoration: none;
	background-color: #D7E4C8;
}
