/*
Tinext SA:
Foglio di stile per testi e formattazione standard di tag
*/

body * {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height:18px;	
	color: #494544;
}

h1, h2, h3, h4, h5, h6{
	
}

h1 {	
	font-size: 16px;		
}
h2 {
	font-size: 14px;
}
h3 {
	font-size: 12px;
}

h4, h5, h6 {
	font-size: 11px;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic; 
}

ul, ol {
	padding-left: 30px;
}

.fs9 {
	font-size: 9px;
}
.fs10 {
	font-size: 10px;
}
.fs11 {
	font-size: 11px;
}
.fs12 {
	font-size: 12px;
}
.fs16 {
	font-size: 16px;
}

.Georgia{
	font-family:Georgia, "Times New Roman", Times, serif;
}

.Verdana{
	font-family: Arial, Helvetica, sans-serif;
}

.lh22 {
	line-height:22px;
}

.strong {
	font-weight: bold;
}

.em {
	font-style: italic; 
}

