/* tag generici */
a:hover {  color: white; text-decoration: none; background: #497DB6}
a:link {  text-decoration: none}
a:visited {  text-decoration: none}
td{
font-size:7pt;
font-family:verdana;
color: rgb(145,85,15);
}
BODY{
	
	background-color: rgb(249,248,224);
	font-weight: extra-light; 
	font-family:verdana;
	scrollbar-3d-light-color: rgb(249,248,224);
	scrollbar-arrow-color: rgb(225,174,31);
	scrollbar-base-color: rgb(249,248,224);
	scrollbar-dark-shadow-color: rgb(249,248,224);
	scrollbar-face-color: rgb(249,248,224);
	scrollbar-highlight-color: rgb(249,248,224);
	scrollbar-shadow-color: rgb(249,248,224);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	
}

/* Stili applicati alle Tabelle */
.tbMain {
border: 0px none;
font-size:7pt;
color: rgb(0,0,0);
background: rgb(255,255,255)
}

.tbInt {
height: 84px;
border: 0px none;
background: rgb(182,99,64)
}

.tbPie {
width: 701px;
height: 59px;
border: 0px none;
background: rgb(182,99,64)
}

.tbDate {
font-size:7pt;
color: #FFFFFF;
}

.imgCurs {
cursor:Hand;
}