@charset "utf-8";
/* CSS Document */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #44372E;
	background-color: #CEC8C5;
	padding-top: 50px;
}
.foot {
	font-size: 10px;
	color: 44372E;
	vertical-align: bottom;
	height: 50px;
}
.headerSfondo {
	background-image: url(../image/headerSfondo.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFF;
}
a:link {
	color: #44372E;
	text-decoration: none;
}
a:visited {
	color: #44372E;
	text-decoration: none;
}
a:hover {
	color: #8B1C22;
	text-decoration: none;
}
a:active {
	color: #44372E;
	text-decoration: none;
}
.linkAttivo {
	color: #8B1C22;
	text-decoration: none;
}
.campoHeader {
	background-color: #DEDBD8;
}
.campoTesto {
	font-size: 12px;
	line-height: 16pt;
}
