/*开始说明：深绿色带下划线超链样式*/
a.green:link {
    color:#006600;
	text-decoration:underline;
}
a.green:visited {
    color:#006600;
	text-decoration:underline;
}
a.green:active {
    color:#006600;
	text-decoration:underline;
}
a.green:hover {
    color:#ff6600;
	text-decoration:underline;
}
/*结束说明*/
/*开始说明：灰绿色无划线超链样式*/
a.green_none:link {
    color:#4C6E4D;
	text-decoration:none;
}
a.green_none:visited {
    color:#4C6E4D;
	text-decoration:none;
}
a.green_none:active {
    color:#4C6E4D;
	text-decoration:none;
}
a.green_none:hover {
    color:#ff6600;
	text-decoration:none;
}
/*结束说明*/
/*开始说明：深绿色带下划线加粗超链样式*/
a.green12b_none:link {
    color:#006600;
	font-weight:bold;
	text-decoration:none;
}
a.green12b_none:visited {
    color:#006600;
	font-weight:bold;
	text-decoration:none;
}
a.green12b_none:active {
    color:#006600;
	font-weight:bold;
	text-decoration:none;
}
a.green12b_none:hover {
    color:#ff6600;
	font-weight:bold;
	text-decoration:none;
}
/*结束说明*/
.font_green {
    color:#006600;
}
.font_green14b1 {
    color:#2C8B07;
	font-size:14px;
	font-weight:bold;
}
.border {
    border-bottom:solid 1px #E6E8E3;
}
.font_gray14b {
    color:#555555;
	font-weight:bold;
	font-size:14px;
}

/*--------结束说明------*/


