/*  CET Screen style sheet 
    Updated: 12/11/2010 John Hastings
*/ 

/* Background table cell for alternating rows */
.tRowA {background-color : #CCC; }
.tRowB {background-color : #FFF; }

.PrintHide { display:none; }
