/* Table "accent" color
   Usually is a thin outline around
   the the page */
.tb_accent_bg{
	background-color: #000000;
}
/* Table Header Background */
.tb_hdr_bg{
	background-color: #B49575;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 18px;
	font-weight : bold;
	color: White; /* Font color */
}

/* Table Background */
.tb_bg{
	background-color: #CFBBA3;
	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: #CFBBA3;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Black; /* Font color */
}