/*  CET Screen style sheet 
    Updated: 1/7/09 John Hastings
*/ 

/* Background table cell for alternating rows */
.tRowA {background-color : #CCC; }
.tRowB {background-color : #FFF; }
