@charset "gb2312";
* {
	margin: 0px;
	padding: 0px;
}
td {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 21px;
	color: #666666;
/*	word-break: break-all;  长单词自动的进行了换行
*/	word-wrap:break-word;
}
.td_padding {
	padding-left: 24px;
}
.td_yellow {
	font-size: 10px;
	color: #ff7300;
}



.td_Aril_20px {
	font-family: Arial;
	font-size: 20px;
	font-weight: bold;
	color: #58585a;
}
.td_Aril_yellow {
	font-family: Arial;
	font-size: 20px;
	font-weight: bold;
	color: #ff7300;
}
.td_Aril_14px {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
}
.td_strong {
	font-weight: bold;
}

.td_strong_yellow {
	font-weight: bold;
	color: #FF7300;
}

a:link,a:visited  {
	font-family: Tahoma;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}
a:hover {
	font-family: Tahoma;
	font-size: 11px;
	color: #666666;
	text-decoration: underline;
}
.link_Aril_11px:link, .link_Aril_11px:visited{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #58585a;
	line-height: 35px;
}
.link_Aril_11px:hover {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #ff7300;
	text-decoration: none;
	line-height: 35px;
}

.link_Aril_15px:link, .link_Aril_15px:visited{
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	color: #58585a;
	line-height: 30px;
}
.link_Aril_15px:hover {
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	color: #ff7300;
	text-decoration: none;
	line-height: 30px;
}
.link_Green_15px:link, .link_Green_15px:visited{
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	color: #58585a;
	line-height: 30px;
}
.link_Green_15px:hover {
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	color: #8ce92c;
	text-decoration: none;
	line-height: 30px;
}

.link_Aril_yellow:link, .link_Aril_yellow:visited,.link_Aril_yellow:hover{
	font-family: Arial;
	font-size: 20px;
	font-weight: bold;
	color: #FF7300;
	line-height: 24px;
	text-decoration: none;
}
.link_Aril_20px:link, .link_Aril_20px:visited,.link_Aril_20px:hover{
	font-family: Arial;
	font-size: 20px;
	font-weight: bold;
	color: #58585a;
	line-height: 24px;
	text-decoration: none;
}
.link_yellow_10px:link,.link_yellow_10px:visited,.link_yellow_10px:hover {
	font-size: 10px;
	color: #ff7300;
}
.textfield {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #d0d0d0;
	border-left-color: #d0d0d0;
}
.button {
	color: #57703e;
	background-color: #d6d6d6;
	font-family: Arial;
}
.table {
	border: 1px solid #e0e0e0;
}
.table2 {
	border: 1px solid #666666;
}
