/*-----btn link-----*/
a.btn {
	font-family: "Arial";
	font-size: 11pt;
	font-weight: bold;
	color: 000000; 
}
a.btn:link {
	text-decoration: none;
}
a.btn:visited {
	text-decoration: none;
	color: 000000;
}
a.btn:hover {
	text-decoration: none;
	color: C96A33;
}
a.btn:active {
	text-decoration: none;
	color: 000000;
}
/*-----news link-----*/
a.news {
	font-family: "Arial";
	font-size: 10pt;
	font-weight: bold;
	color: 000000; 
}
a.news:link {
	text-decoration: none;
}
a.news:visited {
	text-decoration: none;
}
a.news:hover {
	text-decoration: underline;
}
a.news:active {
	text-decoration: none;
}
/*-----learn_more link-----*/
a.learn_more {
	font-family: "Arial";
	font-size: 10pt;
	font-weight: bold;
	color: C77E00; 
}
a.learn_more:link {
	text-decoration: none;
}
a.learn_more:visited {
	text-decoration: none;
	color: C77E00;
}
a.learn_more:hover {
	text-decoration: underline;
	color: C77E00;
}
a.learn_more:active {
	text-decoration: none;
	color: C77E00;
}
/*-----more link-----*/
a.more {
	font-family: "Arial";
	font-size: 10pt;
	color: 67220F; 
}
a.more:link {
	text-decoration: none;
}
a.more:visited {
	text-decoration: none;
	color: 67220F;
}
a.more:hover {
	text-decoration: underline;
	color: 67220F;
}
a.more:active {
	text-decoration: none;
	color: 67220F;
}
/*-----power link-----*/
a.power {
	font-family: Arial;
	font-size: 10pt;
	color: FFFFFF; 
}
a.power:link {
	text-decoration: none;
}
a.power:visited {
	text-decoration: none;
}
a.power:hover {
	text-decoration: underline;
}
a.power:active {
	text-decoration: none;
}