@charset "utf-8";
/* HYPERLINK STYLES*/

.FooterText A:link {
	text-decoration: none;
	color: #666666;
	font-weight:bold
}
.FooterText A:visited {
	text-decoration: none;
	color: #666666;
	font-weight:bold
}
.FooterText A:active {
	text-decoration: none; 
	color: red;
	font-weight:bold
}
.FooterText A:hover {
	text-decoration: none;
	color: #65BA22;
	font-weight:bold
}


A:link {
	text-decoration: none;
	color: #000000;
	font-weight:bold;
	border-style: none;
}
A:visited {
	text-decoration: none;
	color: #000000;
	font-weight:bold;
	border-style: none;
}
A:active {
	text-decoration: none;
	color: red;
	font-weight:bold;
	border-style: none;
}
A:hover {
	text-decoration: none;
	color: #65BA22;
	font-weight:bold
}
.pagination li a:link {
	margin: 0px;
}
.pagination li a:visited {
	margin: 0px;
}
.pagination li a:active {
	margin: 0px;
}
.pagination li a:hover {
	margin: 0px;
	color: #FFFFFF;
	background: #65BA22;
}
