/* Table "accent" color
   Usually is a thin outline around
   the the page */
.tb_accent_bg{
	background-color: #000000;
}
/* Table Header Background */  /* CHANGED  */
.tb_hdr_bg{
	background-color: #90A6BF;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15pt;
	font-weight: bolder;
	color: White; /* Font color */
}

.tb_totals_bg{
	background-color: #003366;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15pt;
	font-weight: bolder;
	color: White; /* Font color */
}


/* Table Background */   /* CHANGED */
.tb_bg{
	background-color: #D0D7E8;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Black; /* Font color */
}
/* Alternate Table Background */
.tb_bg_alt{
	background-color: #FFFFFF;	
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Black; /* Font color */
}

/*  Table Back Ground */
.tb_bg_attention{
	background-color: #DAD9C7;	
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Black; /* Font color */
}
