/*
Tinext SA:
Foglio di stile per testi e formattazione standard di tag
*/

/****** TESTI ******************************************************************/

.text12{
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
}
.text12 a:active, .text12 a:visited, .text12 a:link {
	text-decoration: none;
}
.text12 a:hover {
	text-decoration: underline;
}

.textMenu{
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
}
.textMenu a:active, .textMenu a:visited, .textMenu a:link {
	text-decoration: none;
}
.textMenu a:hover {
	text-decoration: none;
}

.text14{
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:14px;
}
.text14 a:active, .text14 a:visited, .text14 a:link {
	text-decoration: none;
}
.text14 a:hover {
	text-decoration: underline;
}
.text24{
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:24px;
}
.text24 a:active, .text24 a:visited, .text24 a:link {
	text-decoration: none;
}
.text24 a:hover {
	text-decoration: underline;
}
/****** Formattazione standard Tag *********************************************/

#bodyHome{
	background-color:#dddddd;
	background-image:url(../img/elementiGrafici/sfondoPage.gif);
	background-repeat:repeat-x;
	background-position:0px 194px;
}

/* TITOLO*/
h1{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;	
}
h1 a:active, h1 a:visited, h1 a:link {
	text-decoration: none;
}
h1 a:hover {
	text-decoration: underline;
}

/* SOTTOTITOLO*/
h3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#d2232a;
	line-height: 20px;
}
h3 a:active, h3 a:visited, h3 a:link {
	text-decoration: none;
	color:#d2232a;
}
h3 a:hover {
	text-decoration: underline;
	color:#d2232a;
}

/*
table{}

td{}

ul{}

li{}
*/

