a
{ 
   text-decoration: none ;
   color : #CC0000;
   
}

A:hover {color: #000000; font-weight: normal}


BODY
{
SCROLLBAR-FACE-COLOR: black;
SCROLLBAR-HIGHLIGHT-COLOR: darkgray;
SCROLLBAR-SHADOW-COLOR: white;
SCROLLBAR-3DLIGHT-COLOR: whitesmoke;
SCROLLBAR-ARROW-COLOR: white;
SCROLLBAR-TRACK-COLOR:whitesmoke;
SCROLLBAR-DARKSHADOW-COLOR: darkgray;
}

.Normal
{
  FONT-FAMILY: Verdana, Arial, Helvetica;
  FONT-WEIGHT: normal;
  FONT-STYLE: normal;
  FONT-SIZE: 10px;
  COLOR: black;
}

.FormElem
{
  FONT-FAMILY: Verdana, Arial, Helvetica;
  font-size: 10 px; 
  FONT-WEIGHT: normal;
  FONT-STYLE: normal;
  COLOR: #000000;
  border: 1 solid #9790A3;
}

.FormElemRead
{
  FONT-FAMILY: Verdana, Arial, Helvetica;
  font-size: 10px; 
  FONT-WEIGHT: normal;
  FONT-STYLE: normal;
  COLOR: #000000;
  border: None;
  BACKGROUND-COLOR:D7D7D7;
}

.ActionButton
{
 font-family: Verdana;
 font-size: 10px; 
 color: black; 
 border-style: outset;
 border-width: 1;
 BACKGROUND-COLOR:#A4C8EE; 
 cursor: hand;
 padding="0"
 
}
.ButtonRow
{
   padding-top: 5; 
   padding-bottom: 5;
   text-align: center;

}

.ItemCode
{
  FONT-FAMILY: Verdana, Arial, Helvetica;
  FONT-WEIGHT: normal;
  FONT-STYLE: normal;
  FONT-SIZE: 9px;
  COLOR: black;
  font-variant: small-caps;
  letter-spacing: 2pt;
}

.TopNav1
{
	cursor: hand; 
	padding-left: 5;
	padding-right: 20;
	vertical-align: top;
	text-align: left;
	font-family:Arial Narrow;
	font-weight:bold;
	color:#FFFFFF;
	letter-spacing: 1pt;
	font-size:10pt
	
}
.TopNav2
{
	cursor: hand; 
	padding-left: 20;
	padding-right: 5;
	vertical-align: bottom;
	text-align: right;
	font-family:Arial Narrow;
	font-weight:bold;
	color:#FFFFFF;
	letter-spacing: 1pt;
	font-size:10pt
}
.TopNav3
{
	cursor: hand; 
	padding-left: 12;
	padding-right: 12;
	vertical-align: center;
	text-align: center;
	font-family:Arial Narrow;
	font-weight:bold;
	color:#FFFFFF;
	letter-spacing: 1pt;
	font-size:10pt
	
}

.TableOddRow
{

   FONT-FAMILY: Verdana, Arial, Helvetica;
   font-size: 10px; 
   FONT-WEIGHT: normal;
   FONT-STYLE: normal;
   COLOR: #000000;
   padding-top: 1; 
   padding-bottom: 1;
   padding-left: 2;
   padding-right: 2;
   background-color: #ECECEC;
   background-image: url('../assets/pixels/lightgray.gif');
}

.TableEvenRow
{
   padding-top: 1; 
   padding-bottom: 1;
   padding-left: 2;
   padding-right: 2;
   FONT-FAMILY: Verdana, Arial, Helvetica;
   font-size: 10px; 
   FONT-WEIGHT: normal;
   FONT-STYLE: normal;
   COLOR: #000000;
   background-color: #BEBCBE;
   background-image: url('../assets/pixels/SportivaPizzo.gif');
}

.TableHeader
{
   padding-top: 4; 
   padding-bottom: 4;
   padding-left: 2;
   padding-right: 2;
   FONT-FAMILY: Verdana, Arial, Helvetica;
   font-size: 10px; 
   FONT-WEIGHT: bold;
   FONT-STYLE: normal;
   COLOR: #ffffff;
   text-align: center;
   background-color: #9790A3;   
   background-image: url('../assets/pixels/darklilac.gif');
}

.Tabs
{
   cursor: hand;
   padding-top: 2; 
   padding-bottom: 2;
   FONT-FAMILY: Verdana, Arial, Helvetica;
   font-size: 11px; 
   FONT-WEIGHT: normal;
   FONT-STYLE: normal;
   COLOR: #000000;
   text-align: center;
}