.SearchProducts {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.SearchField {
	font-family: Geneva, Arial, Helvetica, san-serif, Garamond;
	font-size: 12px;
	font-weight: normal;
	color: #006699;
	text-decoration: none;
	border: 1px solid #FF2D3F;
}
.SearchButton {
	font-family: Geneva, Arial, Helvetica, san-serif, Garamond;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FF3333;
	border: 1px solid #006699;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}.NavLinks {
	font-family: Geneva, Arial, Helvetica, san-serif, Garamond;
	font-size: 12px;
	color: #FFFF00;
	text-decoration: none;
	text-indent: 2px;
}
.PageHeaders {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	/* text-transform: uppercase; */ /* I (Pankaj) commented coz the first product description was appearing in upper case */
	color: #006699;
}
.ProductDesc {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.ProductHeaders {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #006699;
	text-decoration: none;
}

.saletxt1{
	color:red;
}


.saletxt2{
	color:green;
}

