/* definiamo il colore dello sfondo e della barra di scorrimento (IE6) */
/* background colour and property of sliding bar (IE6) */
BODY {
	background: white ; SCROLLBAR-FACE-COLOR: black; SCROLLBAR-HIGHLIGHT-COLOR: #ffffff; SCROLLBAR-SHADOW-COLOR: #ffffff; SCROLLBAR-3DLIGHT-COLOR: #ffffff; SCROLLBAR-ARROW-COLOR: #ffffff; SCROLLBAR-TRACK-COLOR: #ffffff; SCROLLBAR-DARKSHADOW-COLOR: #ffffff; SCROLLBAR-BASE-COLOR: #ffffff;
}

/* definiamo la tipolgia di font e la dimensione per i tag fondamentali */
/* kind of font and size relating to the basic tags */
TD {
	FONT:  12px Tahoma, Verdana, Arial, sans-serif; color: black;
}
P {
	FONT:  12px Tahoma, Verdana, Arial, sans-serif
}
DIV {
	FONT:  12px Tahoma, Verdana, Arial, sans-serif
}

/* caratteristiche dei link */
/* property of hyperlinks*/
A {
	COLOR: blue; CURSOR: hand; FONT: 12px arial ; 
}
A:hover {
	COLOR: blue; background-color : none
}
A:active {
	COLOR: blue
}

/* queste classi definiscono gli style per i tag relativi ai moduli ( input, select )*/
/* these classes are related to the form tags ( input, select )*/
.form  {
	font-size : 11px;
	font-family : Tahoma, Verdana, Arial, sans-serif;
	color : #000000;
	border-width : 1;
	border-style : solid;
	border-color : #005980;
	background-color : #cococo;
}
.pulsante  {
	font-size : 11px;
	font-family : Tahoma, Verdana, Arial, sans-serif;
	color : white;
	border-width : 1;
	border-style : solid;
	border-color : #005980;
	background-color : #cococo;
}


/* tale classe definisce gli style per il bordo ed il colore di sfondo delle tabelle */
/*  this class is related to the edges and to the background colour of the tables */
.tablemenu  {
	border-width : 1;
	border-style : none;
	border-color : #005980;
	background-color : #cococo;
}

/* tale classe definisce uno dei due colori base ovvero il rosso */
/* basic colour: red */
.red {
	COLOR: black
}

/* tale classe definisce l'altro colore base ovvero il blue */
/* basic colour: blue */
.blue{
	COLOR: black
}
.hrred { margin-top: 7px; margin-bottom: 7px; background-color: black}
.hrblue { margin-top: 7px; margin-bottom: 7px; background-color: black}


