/* Default CSS Stylesheet for a new Web Application project */
A:link {
text-decoration: none;
color: #000000;
font-family: Verdana;
font-size: 10px;
font-weight: bold;
}
A:visited {
text-decoration: none;
color: #000000;
font-family: Verdana;
font-size: 10px;
font-weight: bold;
}
A:hover {
color: #FF0000;
font-family: Verdana;
font-size: 10px;
font-weight: bold;
}

.textbox 
{
 BACKGROUND-COLOR: #B9C1CA; 
 BORDER-BOTTOM: #728699 1px solid; 
 BORDER-LEFT: #728699 1px solid; 
 BORDER-RIGHT: #728699 1px solid;
 BORDER-TOP: #728699 1px solid; COLOR: #000000; 
FONT-FAMILY: verdana,helvetica; FONT-SIZE: 10px;
 }
 
.btn
 { 
	BACKGROUND-COLOR: #728699; 
BORDER-BOTTOM: #697206 1px solid; 
BORDER-LEFT: #697206 1px solid; 
BORDER-RIGHT: #697206 1px solid; 
BORDER-TOP: #697206 1px solid; COLOR: #ffffff; FONT-FAMILY: 
verdana,helvetica; FONT-SIZE: 10px;
 }  
 .FieldLabel
{	
  font-size: 14px;
  font-weight: bold;
  font-family: Arial, Tahoma, Helvetica;
  color: #000000;
}
BODY
{
  background-color : #ffffff;
  font-size: 11px;
  font-weight: normal;
  font-family: Verdana, Tahoma, Helvetica;
  color: #000000;
}
.Listdata
{
	font-size :11px;
	font-weight: normal;
	font-family :Verdana, Tahoma , helvetica;
	color: #000000;
}
	.cart
{
	font-size :9px;
	font-weight: normal;
	font-family :Verdana, Tahoma , helvetica;
	color: #000000;
}