.Table {
	background-color: #F8DBC2;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	margin: 0px;
	padding: 0px;
}

.TableHeader {
	background-color: #FFCC99;
	border-bottom-width: 1px;
	border-bottom-style: groove;
	margin: 0px;
	padding: 0px;
}
.TableSpacer {
	line-height: 4px;
	background-color: #F7F7F7;
}
.ErrorMessage{
	color:#999999 ;
	font-weight:bold;
	text-align:center
}
h {
	color: #333333;

