
/* ==================================== */
/* FOR ALL IMPLEMENTATIONS */

/* COLORS */

.b_bContent a:link, .b_popup a:link {
	color: #0066CC;
}
.b_bContent a:visited, .b_popup a:visited {
	color: #0066CC;
}
.b_bContent a:hover, .b_popup a:hover {
	color: #0066CC !important;
}
.b_bContent a:active, .b_popup a:active {
	color: #0066CC;
}
.b_bContent a img.b_seeThrough {
	background-color: #0066CC;
}
.b_bContent a:hover img.b_seeThrough {
	background-color: #0066CC;
}
.b_bContent a:active img.b_seeThrough {
	background-color: #0066CC;
}

