html, body {
	height: 100%;
	padding: 0;
	margin: 0;
}

a {
	color:Black;	
  font-family:verdana;	
  text-decoration: none;
}

p {
	color:Black;	
  font-family:verdana;	
  text-decoration: none;
	margin: 0;
}

/********************************
 ANCOR
********************************/

a.default_10 {
			 font-size:10px;
			 margin:0px 0px 0px 0px;
			 }
a.default_11 {
			 font-size:11px;
			 margin:0px 0px 0px 0px;}
a.default_11:hover {
				   font-size:11px; font-weight: bold;
					 margin:0px 0px 0px 0px;}
a.select {
		 font-size:10px; color:990000; font-weight: bold}
/********************************
P
********************************/
.default_8	{
			font-size:8px}
.default_9	{
			font-size:9px}
.default_10 {
			font-size:10px;
}
.default_11 {
			 font-size:11px}
.default_12 {
			 font-size:12px}
.default_14 {
			 font-size:14px}
.default_16 {
			 font-size:16px}
.default_22 {
			 font-size:22px}
.default_26 {
			 font-size:26px}
.default_20 {
			 font-size:20px}
.hand {	cursor:pointer}
.barrato {
	text-decoration: line-through;}
.underline:hover  {
	text-decoration:underline;	     		}
.textcenter{
	text-align:center}
.bold {
	font-weight:bold}


/********************************
TABLE
********************************/
TABLE		{ border-spacing:0px}
TD, TH			{ padding: 0px;}

/********************************
INPUT & SELECT
********************************/
INPUT[type=text] {
	font-size:11px;
	font-family:verdana;
	color:Black;
	height:16px;
	background-color:#FFF;
	border:solid 1px #CCCCCC;
} 

INPUT[type=checkbox] {
	background-color:transparent;
	border:none 0; 
} 

SELECT {
	font-size:11px;
	font-family:verdana;
	color:Black;
	cursor: hand;
	height:18px;
	background-color:#FFF;
	border:solid 1px #CCCCCC;
	display: inline-block;
	line-height: 18px;
	padding: 1px;
}
TEXTAREA {
	font-size:11px;
	font-family:verdana;
	color:Black; 
	background-color:#FFF;
	border:solid 1px #CCCCCC;  
}
INPUT.number {
	/*behavior:url(/box/htc/number.htc);*/
	text-align: right
}
INPUT.money {
	/*behavior:url(/box/htc/money.htc);*/
	text-align: right;
}
INPUT.date {
	width:80px;
	behavior:url(/box/htc/date.htc);
} 
INPUT.email {
	width:80px;
	behavior:url(/box/htc/email.htc);
} 
INPUT.password {
	width:80px;
	behavior:url(/box/htc/password.htc);
} 
input.file {
	height:22px;
}

input[type='radio'], 
input[type='checkbox']{
	border:none;
	vertical-align:middle;
} 

.input {
	font-size:11px;
	font-family:verdana;
	color:Black;
	height:16px;
	background-color:#FFF;
	border:solid 1px #CCCCCC; 
} 

/********************************
TESTO (ASSISTENZA)
********************************/
testo {
	font-size:10px; 	
	color:Black;	
	font-family:verdana;	
	text-decoration: none
}
