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

/* FONTS */

.b_bContent, .b_bContent table, .b_bContent tr, .b_bContent th, .b_bContent td, .b_popup {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
}

/* COLORS */

.b_bContent, .b_bContent table, .b_bContent tr, .b_bContent th, .b_bContent td, .b_popup {
	color: #003580;
}
.b_bContent a:link, .b_popup a:link {
	color: #0000FF;
}
.b_bContent a:visited, .b_popup a:visited {
	color: #0000FF;
}
.b_bContent a:hover, .b_popup a:hover {
	color: #3A00FF !important;
}
.b_bContent a:active, .b_popup a:active {
	color: #3A00FF;
}
.b_bContent a img.b_seeThrough {
	background-color: #0000FF;
}
.b_bContent a:hover img.b_seeThrough {
	background-color: #3A00FF;
}
.b_bContent a:active img.b_seeThrough {
	background-color: #3A00FF;
}

