/* Table "accent" color   Usually is a thin outline around   the the page */.tb_accent_bg{	background-color: #990000;}/* Table Header Background */.tb_hdr_bg{	background-color: #F3E099;	font-family : Arial, Helvetica, sans-serif;	font-size : 16px;	font-weight : bold;	color: White; /* Font color */}.tb_border {	background-color: #990000;}/* Table Background */.tb_bg{	background-color: #EEEEEE;	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: #EEEEEE;	font-family : Arial, Helvetica, sans-serif;	font-size: 12px;	color: Black; /* Font color */}
