/* CSS Document */
a:link {
	color: #009900;
	text-decoration: none;
}
a:visited {
	color: #009900;
	text-decoration: none;
}
a:hover {
	color: #00CC00;
	text-decoration: underline;
}
a:active {
	color: #00CC00;
	text-decoration: none;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {	
	background-image: url(images/pat_bkg.jpg);
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.titVerde {
	font-size:20px;
	color: #009900;
    font-family: Arial, Helvetica, sans-serif
}
.titBianco {
	font-size:10px;
	color: #FFFFFF;
}
.titNero {
	font-size:10px;
	color: #000000;
	
}
.titNero_small {
	font-size:11px;
	color: #000000;
; font-family: Arial, Helvetica, sans-serif; line-height: 16px
}
.pulsanti {
	background-color:FFFFFF;
	font-size:8pt;
	border-color:FFFFFF;
}
.testonero {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-style: normal; 
	line-height: 18px
}
.Button {
	width:72px;
	height:21px;
	background: url("images/pulsante.gif") no-repeat top left;
	outline: none;
	border-color:#00a94c;
	border-style:none;
	cursor: pointer;
	cursor: hand;
}
