* {
	font-size: 11px;	
}

/* B {font-size: 13px;} font-family: Verdana;  */

body {
	font: normal 1em "Lucida Sans Unicode",Verdana;	
	
	margin: 0;
	padding: 0;
}

td {
  /* stesso font del tag body qui sopra */
	font: normal 1em "Lucida Sans Unicode",Verdana;	
}

/*_______________________________________________________*/

input {
  font-size: 0.80em; 
}
/*_______________________________________________________*/

select {
  font-size: 0.80em; 
}

textarea {
  font-size: 1.05em; 
}

/*_______________________________________________________*/
/*_______________CSS per zone____________________________*/
/*_______________________________________________________*/

.main {

}
/*_______________________________________________________*/

.main_left {

}
/*_______________________________________________________*/

.main_center {

}
/*_______________________________________________________*/

.main_right {

}
/*_______________________________________________________*/

.header {

}
/*_______________________________________________________*/

.header h1 {
	color: #FFF;
	font: normal 2.3em "Trebuchet MS",verdana;
	line-height: 12px;
}
/*_______________________________________________________*/

.divider {

}
/*_______________________________________________________*/

.divider2 {

}
/*_______________________________________________________*/

.content_left {

}
/*_______________________________________________________*/

.content_center  {

}
/*_______________________________________________________*/

.content_right {
	color: beige;
}
/*_______________________________________________________*/

.content_right a {
	/*background: none;*/
	color: beige;
  text-decoration: none;
}

.content_right a:hover {
	color: beige;
	text-decoration: underline;
}

.content_left a {
	/*background: none;*/
	color: #3745B2;
  text-decoration: none;
}

.content_left a:hover {
	color: #3745B2;
	text-decoration: underline;
}

.footer a {
	/*background: none;*/
	color: beige;
  text-decoration: none;
}

.footer a:hover {
	color: beige;
	text-decoration: underline;
}
/*_______________________________________________________*/

.footer1 {
  font-size: 0.80em; 
	padding-top: 0px;	
	padding-bottom: 0px;
	/*color: #fff;	
  line-height: 9px;
  background: ;*/
}

.footer {
  font-size: 0.80em; 
	padding-top: 0px;	
	padding-bottom: 0px;
	/*color: #fff;	
  line-height: 9px;
  background: ;*/
}
