.tblGray
{
	border-right: gainsboro thin solid;
	border-top: gainsboro thin solid;
	font-weight: normal;
	font-size: 8pt;
	border-left: gainsboro thin solid;
	border-bottom: gainsboro thin solid;
	font-family: Tahoma;
	background-color: #f9f8f9;
}
.tblLighBlue
{
	font-weight: normal;
	font-size: 8pt;
	font-family: Tahoma;
	background-color: #ffffff;
}
.tblmiddleDarkBlue
{
	border-right: #ffffff thin solid;
	border-top: #ffffff thin solid;
	font-weight: normal;
	font-size: 8pt;
	border-left: #ffffff thin solid;
	border-bottom: #ffffff thin solid;
	font-family: Tahoma;
	background-color: #cdd9e6;
}
tblLighYellow
{
	border-right: #cccccc thin solid;
	border-top: #cccccc thin solid;
	font-weight: normal;
	font-size: 8pt;
	border-left: #cccccc thin solid;
	border-bottom: #cccccc thin solid;
	font-family: Tahoma;
	background-color: #fffff0;
}