@charset "utf-8";
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	background-image: url(img/sfondo.gif);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #EEF4F1;
	margin: 0px;
}
.top {
	background-image: url(img/top.gif);
	background-repeat: no-repeat;
	height: 159px;
}
.top table {
	font-weight: bold;
	text-align: center;
}
a  {
	font-weight: bold;
	text-decoration: none;
	color: #587A69;
}
.sf_menu {
	background-color: #FFFFFF;
	background-image: url(img/sfondo_menu.gif);
	background-repeat: no-repeat;
	text-align: center;
}
a:hover  {
	font-style: normal;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
.corpo {
	font-size: 12px;
	vertical-align: top;
	padding-top: 12px;
	padding-right: 25px;
	padding-bottom: 30px;
	padding-left: 20px;
}
.foot {
	font-size: 10px;
	color: #999999;
	text-align: center;
	height: 40px;
}

.sf_menu td {
	font-size: 11px;
	color: #587A69;
	height: 30px;
	font-weight: bold;
	padding-left: 20px;
	background-image: url(img/dot.gif);
	background-repeat: no-repeat;
	background-position: 7px center;
	vertical-align: middle;
	text-align: left;
}
