a:link {
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
a:visited {
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
a:hover {
	font-weight: normal;
	color: #C47900;
	text-decoration: underline;
}
a:active {
	font-weight: normal;
	color: #C47900;
	text-decoration: underline;
}



.content_section a:link {
	font-weight: normal;
	color: #C47900;
	text-decoration: none;
}
.content_section a:visited {
	font-weight: normal;
	color: #C47900;
	text-decoration: none;
}
.content_section a:hover {
	font-weight: normal;
	color: #C47900;
	text-decoration: underline;
}
.content_section a:active {
	font-weight: normal;
	color: #C47900;
	text-decoration: underline;
}


.content_section a.lr_link:link {
	color: #B21811;
	text-decoration: none;
}
.content_section a.lr_link:visited {
	color: #B21811;
	text-decoration: none;
}
.content_section a.lr_link:hover {
	color: #B21811;
	text-decoration: underline;
}
.content_section a.lr_link:active {
	color: #B21811;
	text-decoration: underline;
}