@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}
body {
	background-color: #FFCC00;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	text-decoration: none;
	color: #006600;
}
a:visited {
	text-decoration: none;
	color: #006600;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #006600;
}
.titolo_sezione {
	font-size: 12pt;
	font-style: italic;
	font-weight: bold;
	color: #000000;
}
.pie_di_pagina {
	font-size: 8pt;
	font-style: italic;
	font-weight: bold;
	color: #000000;
}
.sfondo_campo_di_testo {
	background-color: #FFFFCC;
	border: 1px solid #FF0000;
}
.pulsante_invio {
	border: 1px solid #006600;
	background: #006600;
	color: #FFFFFF;
	cursor: hand;
	pointer: hand;
}
.pulsante_invio:hover {
	border: 1px solid #FF0000;
	background: #FF0000;
	color: #FFFFFF;
	cursor: hand;
	pointer: hand;
}