﻿/*These Styles are used in styling a division to look like a table*/
.tableBody{	background-color:#F7F6F3; 	border: solid 1px #E6E2D8; 	color:#333333;}
.tableHdrCell{	background-color: White;	float:left; 	font-weight:bold; 	border: solid 1px #E6E2D8;	padding-left: 3px;}
.tableCell {background-color: White; float:left;	border: solid 1px #E6E2D8;	height: 25px;	padding-left: 3px;}
