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

/* FONTS */

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

/* COLORS */

body {
	background-color: #FFFFFF;
}
.b_bContent, .b_bContent table, .b_bContent tr, .b_bContent th, .b_bContent td, .b_popup {
	color: #000066;
}
.b_bContent a:link, .b_popup a:link {
	color: #0294FC;
}
.b_bContent a:visited, .b_popup a:visited {
	color: #0294FC;
}
.b_bContent a:hover, .b_popup a:hover {
	color: #000066 !important;
}
.b_bContent a:active, .b_popup a:active {
	color: #0294FC;
}
.b_bContent a img.b_seeThrough {
	background-color: #0294FC;
}
.b_bContent a:hover img.b_seeThrough {
	background-color: #000066;
}
.b_bContent a:active img.b_seeThrough {
	background-color: #0294FC;
}
.b_tabNav .b_tabNavCurrent, .b_tabNav li:hover {
	background-color: #FFFFFF !important;
}
