/* LINKS GENERICI */
a, a img {
	margin: 0;
	padding: 0;
	border: 0;
	text-decoration: none;
}

a {
	text-decoration: underline;
	font-weight: bold;
}
a:link, a:visited { 
	color: #444444;
}
a:hover, a:active { 
	color: #9C2918;
}


/* TITOLI E SOTTOTITOLI */ 
h1 {
	margin: 0;
	padding: 1px 0 5px 0;
	border-bottom: solid 1px gray;
	background: transparent url(../grafica/bg_h1.jpg) repeat-x bottom left;
}

h2 {
}

h3 {
}

h4 {
	color: gray;
	font-size: 11px;
	text-align: right;
	font-weight: bold;
	margin: 0;
	padding: 1px 3px;
}

h5 {
	color: gray;
	font-size: 11px;
	text-align: right;
	margin: 0;
	padding: 1px 3px;
}

h6 {
	color: gray;
	font-size: 10px;
	margin: 0;
	padding: 1px 3px;
}



/* TABELLE */
table {
	margin: 3px 0;
	border-collapse: collapse;
}
th, td {
	text-align: left;
	vertical-align: top;
}
td {
}
td.f {
	width: 150px;
}
tr.p {
}


/* ELEMENTI GENERICI PER IL TESTO */
p {
}
strong { 
	font-weight: bold;
}
em { 
	font-style: italic;
}


.center {
	text-align: center;
}

