/*
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;
}
.text11{
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:11px;
}
.text11 a:active, .text11 a:visited, .text11 a:link {
	text-decoration: none;
}
.text11 a:hover {
	text-decoration: underline;
}
.text10{
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:10px;
}
.text10 a:active, .text10 a:visited, .text10 a:link {
	text-decoration: none;
}
.text10 a:hover {
	text-decoration: underline;
}
.text16{
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:16px;
	line-height:16px;
}
.text16 a:active, .text16 a:visited, .text16 a:link {
	text-decoration: none;
}
.text16 a:hover {
	text-decoration: underline;
}
.text14{
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:14px;
	line-height:14px;
}
.text14 a:active, .text14 a:visited, .text14 a:link {
	text-decoration: none;
}
.text14 a:hover {
	text-decoration: underline;
}
.text18{
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:18px;
	line-height:18px;
}
.text18 a:active, .text18 a:visited, .text18 a:link {
	text-decoration: none;
}
.text18 a:hover {
	text-decoration: underline;
}
.text22{
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:22px;
	line-height:22px;
}
.text22 a:active, .text22 a:visited, .text22 a:link {
	text-decoration: none;
}
.text22 a:hover {
	text-decoration: underline;
}
.text30{
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:30px;
	line-height:30px;
}
.text30 a:active, .text30 a:visited, .text30 a:link {
	text-decoration: none;
}
.text30 a:hover {
	text-decoration: underline;
}


.textfooter{
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:11px;
}
.textfooter a:active, .textfooter a:visited, .textfooter a:link {
	text-decoration: underline;
}
.textfooter a:hover {
	text-decoration: none;
}

/****** Formattazione standard Tag *********************************************/

/* 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*/
h2{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;	
}
h2 a:active, h2 a:visited, h2 a:link {
	text-decoration: none;
}
h2 a:hover {
	text-decoration: underline;
}
h3 {font-size:18px; line-height:20px; color:#0075bd; font-weight:bold;}
span.error {
	color: red;	
}
ol{
	padding-top:5px;
	padding-bottom:5px;
	padding-left:20px;
}
ul{
	padding-top:5px;
	padding-bottom:5px;
	padding-left:20px;
}

p {
	line-height: 16px; 	
}

