.FlatBorder {
	border: 1px solid #666666;
}
.RightBorder {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
}
.TopBorder {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
}
.LeftBorder {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
}
.BottomBorder {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.HandWithNoUnderLine
{
	cursor: hand;
	font-family: Arial;
	text-decoration: none;
}
.TableDataText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.HideCompo {
	display: none;
}
.DropDownMenu {
	color: #FF3300;
	cursor: hand;
}
.BottomBorderInvis {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;
}
