@charset "utf-8";

body {
	background-color : FFFFFF;
	margin: 0px;
	font-family:Verdana, Geneva, sans-serif;
}
p{color:#9fa1a2;font-size:9pt}
table#contenitore {
	height : 100%;
}

td#sfondo {
	background-image : url(../img/sfondo.jpg);
	background-repeat : no-repeat;
}

.t1  {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : FFFFFF;
}

a.t1 {
	text-decoration : none;
}

a:hover.t1 {
	text-decoration : underline;
	
}

.t2  {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : 333333;
}

a.t2 {
	text-decoration : none;
}

a:hover.t2 {
	color : 2D7EBF;	
}

input.form {
	border:1px; 
	border-style:solid; 
	border-color:#000000;
	background:#FFFFFF;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : 000000;
	width:200px;
}

input.formb {
	border:1px; 
	border-style:solid; 
	border-top-color:#eeeeee;
	border-right-color:#000000;
	border-bottom-color:#000000;
	border-left-color:#eeeeee;
	background:#2D7EBF;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px; 
	color:#FFFFFF;
	width:100px;
}
