.Counter {
	background : #5F9EA0;
	border : 1px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : small;
	font-weight : bold;
	color : #800080;
}
.ErrorText {
	color: Red;
	background-color: White;
	font-family: Arial, sans-serif;
	font-size: medium;
	text-align: left;
	font-weight : bold;
}
.NoticeText {
	color: Red;
	background-color: White;
	font-family: Arial, sans-serif;
	font-size: small;
	text-align: left;
	font-weight : bold;
}
.Headingtext {
	color: Black;
	background-color: White;
	font-family: Arial, sans-serif;
	font-size: medium;
	text-align: left;
	font-weight : bold;
}
.text {
	color: Black;
	background-color: White;
	font-family: Arial, sans-serif;
	font-size: small;
}
.Titletext {
	color: Black;
	background-color: White;
	font-family: Arial, sans-serif;
	font-size: small;
	font-weight : bold;
}

.GemTblHead {
	font-size : large;
	font-family : Arial, Helvetica, sans-serif;
	color : Black;
	font-weight : bold;
}
.GemTblSubHead {
	font-size : 11px;
	font-family : Arial, Helvetica, sans-serif;
	color : Black;
	font-weight : bold;
}
.GemTblSubHeadDtl{
	font-size : 11px;
	font-family : Arial, Helvetica, sans-serif;
	color : Black;
	font-weight : normal;
}
.GemTblNumber {
	font-size : x-small;
	font-family :Arial, Helvetica, sans-serif;
	color : Black;
	background-color : White;
}
.GemTblText {
	font-size : x-small ;
	font-family : Arial, Helvetica, sans-serif;
	color : Black;
}

.SearchTblHead {
	background : #ADD8E6;
	font-family : Arial, Helvetica, sans-serif;
	font-size : medium;
	font-weight : bold;
}
.SearchTblSubHead {
	background : #ADD8E6;
	font-family : Arial, Helvetica, sans-serif;
	font-size : small;
	font-weight : bold;
}
.SearchTbl {
	background : #ADD8E6;
	font-family : Arial, Helvetica, sans-serif;
	font-size : x-small;
	font-weight : normal;
}
.SearchTblCombo {
	background : #FFFFFF;
	font-family : Arial, Helvetica, sans-serif;
	font-size : x-small;
	font-weight : normal;
}

.StockTblHead{
	background : #ADD8E6;
	font-family : Arial, Helvetica, sans-serif;
	font-size : small;
	font-weight : bold;
}

.SearchTblRed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	background-color: #add8e6;
	color: #FF0000;
}

.StockTbl {
	background : #FFFFFF;
	font-family : Arial, Helvetica, sans-serif;
	font-size : small;
	font-weight : normal;
}
.StockTblAlt {
	background : #ADD8E6;
	font-family : Arial, Helvetica, sans-serif;
	font-size : small;
	font-weight : normal;
}

.login {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #FF3333;
	text-decoration: blink;
}
.subtle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: normal;
	color: #999999;
}
ContainerHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
}
.ContainerHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #CCCCCC;
}
.highlighttext {
	color: Black;
	background-color: #FFFF99;
	font-family: Arial, sans-serif;
	font-size: small;
}