/*
copyright TriSail Enterprises 2014/06/04
style sheet for Spriritual gifts survey
selected was wheat
*/
  TR { background-color: white;}
  .initial { background-color: white; color:#000000; }
  .unselected { background-color: tomato; }
  .selected { background-color: pink; }
.bgColorWhite {background-color: white;}
.bgColorTomato {background-color: tomato;}
.bgColorWheat {background-color: wheat;}

