body, table {
text-align:left;
font-size: 10pt}


A:link {text-decoration: none; font-size:10pt;color:black}
A:visited {text-decoration: none; font-size:10pt;color:black}
A:active {text-decoration: none; font-size:10pt;color:black}
A:hover {text-decoration: none;font-size:10pt;color:#FF0000}



td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif, SimSun;
	font-size: 10pt;
	font-style: normal;
	line-height: 18px;
}


.PageLink:visited{TEXT-DECORATION: none;COLOR: #284908;}
.PageLink:active{TEXT-DECORATION: underline; COLOR: #000000;

}
/*up*/
.PageLink:hover{
	TEXT-DECORATION: none;
	COLOR: #ffffff;
	background-color: #666666;
}
.PageLink:link{
	text-decoration: none;
	COLOR: #284908;
}

#dlall
{ color: #404040
}



.dl:visited{TEXT-DECORATION: none;COLOR: #404040;}
.dl:active{TEXT-DECORATION: underline; COLOR: #404040;

}

.dl:hover{
	TEXT-DECORATION: none;
	COLOR: #FF0000;
}
.dl:link{
	text-decoration: none;
	COLOR: #404040;
}




.vsale {
	color: #8A0000;
	width:80px;
}
.vdetail
{
width:100pt
}

/*已访问过
a:link {color: #FF0000}      未被访问的链接 
a:visited {color: #00FF00}   已被访问的链接 
a:hover {color: #FF00FF}     当有鼠标悬停在链接上 
a:active {color: #0000FF}    被选择的链接 
*/