﻿
.testo { font-size: 13px; color: #000000; font-family: helvetica; font-weight: normal; }
.testobold { font-size: 13px; color: #f09; font-family: helvetica; font-weight: bold; }
.testoboldnero { font-size: 13px; color: black; font-family: helvetica; font-weight: bold; }
.titolo { font-size: 16px; color: #f09; font-family: helvetica; font-weight: bold; font-style: italic; }
.titolonero { color: #000; font-size: 16px; font-family: helvetica; font-style: italic; font-weight: bold; }
.titolo2 { color: #f09; font-size: 14px; font-family: helvetica; font-style: italic; font-weight: bold; }
.testoarialnero {
	font-family: Arial;
	font-size: 11px;
	color: black;
}
.boldarialnero { font-family: Arial; font-size: 11px; color: black; font-weight: bold; }
.testobianco { font-size: 13px; color: white; font-family: helvetica; font-weight: normal; }
.left {
text-align:left;
margin-left:10px;

}