table#tacco12{color:#D30069;}
a
{
	text-decoration:none;
  color:#FFFFFF;
	/*background-color:DD2F8E;*/
}
a:link,	/* Colore di default dei collegamenti */
a:visited,	/* Colore dei link visitati */
a:active 	/* Colore dei link quando si preme il pulsante */
{color: #FFFFFF;}
a:hover 										/* Colore dei link quando si passa con il mouse sopra */
{color: #FFFFFF;text-decoration: underline;}	/* Sottolinea la parola quando il mouse è sopra */
a#foto:hover 										/* Colore dei link quando si passa con il mouse sopra */
{color: #FFFFFF;text-decoration: none;}	/* Sottolinea la parola quando il mouse è sopra */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #E3027C;/*#D30069;*/
}
div#centrale {
 	width:800px;
	height:600px;
	visibility: visible;
	overflow: auto;
}
table#menu{
font-family:Arial, Helvetica, sans-serif;
font-style:inherit;
font-size:14px;
font-weight:bold;
}
td#menu
{
	background-color:DD2F8E;
	padding:16 1 16 5;
	height:46px;
}
td#menu-small
{
	background-color:DD2F8E;
	padding:3 1 3 5;
	height:20px;
}

/* START FORM CSS */
div.container_form{
	float:left;
	width:320px;
	margin-top:0px;
}
div.form{
	width:320px;
	height:525px;
	/*background-image: url(../immagini/bg_form.png);*/
	/*background-repeat: no-repeat;*/
	padding-top:0px;
}
div.form p.titolo_form{
	font-size:25px;
	color:#e20b00;
	text-transform:uppercase;
}
div.form p.titolo_form span, div.interlinea{
	font-size:11px;
	color:#e3027c;
	text-transform:none;
	font-weight:bold;
}
div.interlinea{
	width:320px;
	float:left;
	text-align:center;
	text-decoration: underline;
	margin-top:20px;
}
div.form_input{
	float:left;
	width:320px;
	padding:2px 0px 0px 0px;
}
div.form_input input{
	font: 100% Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	text-transform:uppercase;
	color:#797979;
	width:190px;
}
div.form_textarea{
	float:left;
	width:320px;
	padding:0px 0px 0px 0px;
}
div.form_textarea textarea{
	font: 100% Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	text-transform:uppercase;
	color:#797979;
	width:190px;
	height:20px;
}
div.button_container{
	margin-top:20px;
	/*margin-right:40px;
	margin-left:40px;*/
	float:left;
	width:320px;
	text-align:center;
}
/*button.invia, button.reset{
	border:0px;
	width:106px;
	height:30px;
	text-align:center;
	background-image:url(../immagini/bottone_rosso.png);
	background-repeat:no-repeat;
	background-color:transparent;
	color:#FFFFFF;
	font: 100% Georgia, "Times New Roman", Times, serif;
	font-size:17px;
	text-transform:uppercase;
	font-weight: bolder;
}*/
/* END FORM CSS */
