body {
	margin: 0px;
	padding: 0px;
}

* {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: small;
	text-decoration: none;
}

input, select, textarea {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 100%;
}

div, br, ul {
	clear: both;
}

h1 {
	text-align: center;
}

h1 span {
	font-weight: normal;
}

h2 {
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
	text-indent: 24px;
	text-align: left;
	margin: 0px 0px 6px 0px;
	background-image: url("../images/sfondoH2.gif");
	background-repeat: repeat-y;
	background-color: #e8f3f9;
}

h2.guida {
	background-color: #246182;
	color: white;
}

div.dettaglio, div.guida {
	margin-left: 24px;
}

a.guida {
	font-weight: bold;
}

a.guida:hover {
	text-decoration: underline;
}

hr {
	color: white;
	border-style: none;
	border-color: #69B1D3;
	border-bottom-style: solid;
	border-bottom-width: 1px;
        width: 80%;  
}

a {
	color: black;
	text-decoration: none;
}


#main-content {
	padding-left: 12px;
	padding-right: 12px;
}

.hidden {
	display: none;
}

ul.errors li {
	color: #cf0000;
	list-style-type: none;
	list-style-image: url("../images/error.gif");
	list-style-position: outside;
	vertical-align: middle;
}

.centrato
{
    TEXT-ALIGN: center;
}

.destra
{
    TEXT-ALIGN: right;
}
