
.normale
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #336699;
}

h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #336699;
}
h1:first-letter
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bolder;
	color: #336699;
	border: 1px solid #cccccc;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;	
	text-transform: uppercase;
}
h2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #336699;
}
h2:first-letter
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bolder;
	color: #336699;
	border: 1px solid #ffcc00;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-transform: uppercase;
}
h3
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #336699;
	padding-left: 5px;
	text-decoration: underline;
}
h4
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	font-style: italic;
	color: #336699;
	background-color: #EEEEEE;
	padding-left: 5px;
}
h5
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	color: #336699;
}
h6
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #ff9900;
}
h6 table
{
	border: 1px solid #dddddd;
	border-collapse: collapse;
	padding: 2px;
}
h6 td
{
	border: 1px solid #dddddd;
	border-collapse: collapse;
}
address
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	color: #0066CC;
	text-decoration: underline;
}

pre
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #336699;
	
}
hr
{
	height: 1px;
	color: #cdcdcd;
	width: 90%;
}

@media print{ 

.normale
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #336699;
}

h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bolder;
	color: #336699;
}
h1:first-letter
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	color: #336699;
	border: 1px solid #cccccc;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;	
	text-transform: uppercase;
}
h2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bolder;
	color: #336699;
}
h2:first-letter
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	color: #336699;
	border: 1px solid #ffcc00;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-transform: uppercase;
}
h3
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bolder;
	color: #336699;
	padding-left: 5px;
	text-decoration: underline;
}
h4
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bolder;
	font-style: italic;
	color: #336699;
	background-color: #EEEEEE;
	padding-left: 5px;
}
h5
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	font-style: italic;
	color: #336699;
}
h6
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	font-style: normal;
	color: #ff9900;
}
address
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	font-style: italic;
	color: #0066CC;
	text-decoration: underline;
}

pre
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	font-style: normal;
	color: #336699;
	
}
hr
{
	height: 1px;
	color: #cdcdcd;
	width: 90%;
}

}