
/* position:relative and overflow:hidden are required */
#scroller {position:relative; overflow:hidden; width:100%;}

/* display:none prevents the controls being shown when JavaScript is not present */
#controls {display:none; text-align:right}

/* add link formatting for the controls */
#controls a {}

/* add formatting for the scrolling text */
#tag {margin:5px; font-size:14pt; color:#ffffff;}

/* #testP must also contain all text-sizing properties of #tag */
#testP {visibility:hidden; position:absolute; white-space:nowrap;}

/* used as a page top marker and to limit width */
#top {width:350px; margin:auto}

ul { list-style-type: square;
	margin-left:20;}

#controls{visibility:hidden;}
FORM {
margin:0px;
} 





BODY {
margin:0px;
font-family: Verdana;
font-size: 8pt;
color: #333333;
letter-spacing: 0;
background-color : #E6EAED; 
} 


.titolo {
color: #E65C00;
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-size : 9pt; 
font-weight : bold; 
letter-spacing : 0; 
} 



A:link , A:visited {
text-decoration : none;
color:#0000ff;
} 
A:hover {
text-decoration : underline; 
color:#E65C00;
} 
A.bianco:link , A.bianco:visited {
text-decoration : none;  
color:#ffffff
} 
A.bianco:hover {
text-decoration : underline; 
color:#f1f2f3
} 


.titolo1{
color: #E65C00;
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-size : 10pt; 
font-weight : bold; 
letter-spacing : 0; 
} 

INPUT {
color : black; 
font-family : Verdana, Arial, Helvetica, sans-serif;
border: solid 1px #555555;
font-size : 8pt; 
} 
INPUT.immagine {
border : 0pt; 
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-size : 8pt; 
} 
SELECT {
background-color : #ffffff; 
color : black; 
font-family : Verdana, Arial, Helvetica, sans-serif;
letter-spacing : -1px; 
font-size : 8pt; 
} 
TD {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 8pt; 
} 



