/* CSS Document */
a {
	text-decoration: underline;
}
a:hover {
	color: #5A5A5A;
}
a:link {
	color: #990000;
}
a:visited {
	color: #5A5A5A;
}
a:active {
	color: #990000; 
}
body {
	color: #5A5A5A;
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: 130%;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	background-color: #ffffff;
}
td {
	line-height: 130%;
	text-decoration: none;
	color: #5A5A5A;
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
h1{
	font-size: 42px;
	color: #990000;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
	text-align: center;
	line-height: 130%;
	font-family: Garamond, "Times New Roman", Times, serif;
}
h2{
	font-size: 24px;
	color: #5A5A5A;
	padding: 10px 0px 8px 0px;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
	text-align: center;
	border-bottom: 2px ridge #999999;
	font-family: Garamond, "Times New Roman", Times, serif;
}
h3{
	font-size: 16px;
	color: #5A5A5A;
	padding: 10px 0px 6px 0px;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
	text-align: left;
	border-bottom: 1px inset #999999;
	font-family: Garamond, "Times New Roman", Times, serif;
}
img {
	margin: 5px 5px 5px 5px;
}
hr {
	border: thin ridge #999999;
}
/* paginacentrata */
#paginacentrata {
	position: absolute;
	width: 776px;
	left: 50%;
	margin-left: -388px;
	vertical-align: top;
}
.immagineleft
{
	position: relative;
	height: auto;
	float: left;
	padding: 5px 5px 0px 5px;
	margin: 1px 3px 1px 1px;
	border: 0px;
}
.immagineright
{
	position: relative;
	height: auto;
	float: right;
	padding: 5px 5px 0px 5px;
	margin: 1px 1px 1px 3px;
	border: 0px;
}

