body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: 555555;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.td_other{
font-size:14px;
}
.td_bottom{
font-size:12px;
color:#BD7512;
}
.td_YELLOW{
COLOR:#DF9020;
FONT-SIZE:12PX;
}
.td{
line-height:11pt;
}
.td_right{
text-indent:20px;
text-align:right;
}
.td_gradient{
height:30px;
color:#D78510;
font-size:11pt;
font-weight:bold;
filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr='#ffffff',endColorStr='#F3E2D8',gradientType='0';
}
/*
＃＃＃＃＃＃＃＃＃＃＃
定义页面超链接的状态
*/
a:link {
	color:#DF9020;
	text-decoration:none;
}
a:visited {
	color: #DF9020;
	text-decoration:none;
}
a:hover {
	color: #ffffff;
	text-decoration:underline;
	background-color:#DF9020;
}
a:active {
	color: #ffffff;
	text-decoration: none;
}