* {
	font-family: Tahoma, Verdana, Arial, Helvetica, Sans-serif;
	color: #330000;
}

body {
	width:94%;
	margin: 10px;
	padding: 0px;
	font-size: 12px;
	background-color: #FFFFFF;
	background-image: url(../common/sfondo.jpg);
	background-attachment: fixed;
}

h1 {
	font-family: TriplexLight, Lucida Console, Courier New, Verdana, Tahoma, Arial, Helvetica, Sans-serif;
	font-size: 32px;
	font-weight: bold;
	color: #660000;
}

h2 {
	font-family: Lucida Console, Courier New, Tahoma, Arial, Helvetica, Sans-serif;
	font-size: 20px;
	font-weight: lighter;
	color: #660033;
}

h3 {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
	font-size: 16px;
	color: #660033;
}

td, tr {
	padding: 0px;
	margin: 0px;
	vertical-align:top;
}

a {
	padding: 3px;
}

a:hover {
	color: #F9870E;
}

li {
	list-style-image: url(../common/punto.gif);
}

img {
	padding: 0px;
	margin: 0px;
	float: none;
	border: 0px;
	vertical-align: top;
}

.foto {
	padding: 0px;
	margin: 0px;
	float: none;
	border: 1px solid black;
	background-color: #FFFFFF;
}

.titolo {
	font-weight: bold;
	margin: 10px 5px 10px 5px;
	color: #CCFFFF;
	font-size: 20px;
	text-shadow: Yellow;
	border: 1px solid #000033;
	border-spacing: inherit;
	background-color: #000066;
}

.testoNormale {
	line-height: 150%;
	margin-top: 10px;
}

.giustificato {
	text-align: justify;
}

.destra {
	text-align: right;
}

.centro {
	text-align: center;
}

.tabcentro {
	vertical-align: middle;
	text-align: center;
}

.tabcentroalto {
	vertical-align: top;
	text-align: center;
}
.tabcentrobasso {
	vertical-align: bottom;
	text-align: center;
}

.tabsxalto {
	vertical-align: top;
	text-align: left;
}

table.scheda { border-right: 1px solid #CCCCCC; border-bottom: 1px solid #CCCCCC; }
table.scheda td, table.scheda th  { border-top: 1px solid #CCCCCC; border-left: 1px solid #CCCCCC; font: normal normal 10px "tahoma, verdana, arial, helvetica", sans-serif; padding: 4px; vertical-align: top; }
table.scheda .label, table.scheda th { text-align:left; font-weight: bold; font-size: 11px; color: #3880BB; }
table.scheda td ul { margin: 0px; padding-left: 15px; }

