/*定义标准文字*/
.font9			{
	FONT-SIZE: 9pt;
	COLOR: #205AA7;
	line-height: 1.5;
	text-decoration: none;
}
A.font9:link     {COLOR: #205AA7; text-decoration: none;}
A.font9:visited  {COLOR: #205AA7; text-decoration: none;}
A.font9:active   {COLOR: #205AA7; text-decoration: none;}
A.font9:hover    {COLOR: #DF448C;}

/*定义更多*/
.more_font			{
	FONT-SIZE: 9pt;
	COLOR: #DF448C;
	line-height: 1.5;
	text-decoration: none;
}
A.more_font:link     {COLOR: #DF448C; text-decoration: none;}
A.more_font:visited  {COLOR: #DF448C; text-decoration: none;}
A.more_font:active   {COLOR: #DF448C; text-decoration: none;}
A.more_font:hover    {COLOR: #205AA7;}


