a {  
	text-decoration: none
}
a:hover {
	text-decoration: underline;
}
.font10px {
	font-size: 10px;
}
.font12px {
	font-size: 12px;
}
.font14px {
	font-size: 14px;
}
.font14px_green {
	font-size: 14px;
	color: #2A7269;
	line-height: 30px;
}
.font12px_orange {
    font-size: 12px;
	color: #FF6C00;
}
.font12px_yellow {
    font-size: 12px;
	color: #F5950C;
}
