.text 
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: 700;
}

.textBasket
{
	font-family: Verdana;
	font-size: 10px;
	font-weight: 700;
}

.textClick 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: 900;
}

.textRed
{
	font-family: Verdana;
	color: #C40000;
	font-size: 11px;
	font-weight: 700;
}

.textErr
{
  font-family: Verdana;
  color: #FF0000;
  font-size: 11px;
  font-weight: 700;
}

.textSmall, h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

.forms 
{
   background-color: #C40000;
   border: groove darkred 1px;
   color: #ffffff;
   font-family: Verdana;
   font-size: 11px;
   font-weight: 700;
}

.button
{
   font-family: Verdana;
   font-size: 10px;
   font-weight: 700;
}

.justify 
{
    text-align: justify;
  	font-family: Verdana;
	font-size: 11px;
	font-weight: 700;
}


