/*
   Tables Style Sheet
   Author: Brent Hussin
   Date:   8/14/2008

   Filename:         tstyles.css
   Supporting Files: none

*/

table            {font-size: 14px; border-collapse: collapse;
                  border: 10px outset rgb(68, 76, 169); width: 400px}

thead            {background-color: ivory}
th, td           {border: 1px solid black; vertical-align: top;
                  padding: 5px}

.feeColumns      {background-color: rgb(232,232,255)}
