.WhiteTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
}
.DarkTitle	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}
.leftBorderCell {
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #990000;
}
.rightBorderCell {
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #990000;
}
.leftBorderCellGray {
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #999999;
}
.rightBorderCellGray {
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #999999;
}
.leftBorderCellGrayWBottom {
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #999999;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.rightBorderCellGrayWBottom {
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #999999;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.BottomBorderCellGray{
border-bottom-width: thin;
border-bottom-style: solid;
border-bottom-color: #999999;
}
.leftBorderCellGrayWTop {
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #999999;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #999999;
}
.rightBorderCellGrayWTop {
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #999999;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #999999;
}
.TopBorderCellGray{
border-top-width: thin;
border-top-style: solid;
border-top-color: #999999;
}
.clsMainTable {
	padding: 8px;
}

