a:link, a:visited { 
	color: blue;
	text-decoration: none; 
}

a:hover { 
	color: red;
	text-decoration: none;
}

.h1, h1 { 
	font-family: Arial, sans-serif;
	font-size: 18pt; 
	font-weight: bold; 
}

.h2, h2 {
	font-family: Arial, sans-serif;
	font-size: 16pt;
	font-weight: bold;
}

.h3, h3 {
	font-family: Arial, sans-serif;
	font-size: 12pt;
	font-weight: bold;
}

th {
	font-family: Verdana, sans-serif;
	font-size: 9pt; 
	font-weight: bold; 
}

.normal {
	font-family: Verdana, sans-serif;
	font-size: 9pt;
}

.label {
	font-family: Verdana, sans-serif;
	font-size: 9pt; 
	font-weight: bold;
}

.notice {
	font-family: Verdana, sans-serif;
	font-size: 9pt;
	color: blue;
	font-weight: bold;
}

.errore {
	font-family: Verdana, sans-serif;
	font-size: 9pt;
	color: red;
	font-weight: bold;
}

.colhead {
	font-family: Verdana, sans-serif; 
	font-size: 9pt; 
	color: white; 
	font-weight: bold; 
}

.topmenu {
	font-family: Verdana, sans-serif;
	font-size: 8pt;
	font-weight: normal;
}

.text {
	font-family: Verdana, sans-serif;
	font-size: 10pt;
}

.tinytext {
	font-family: Verdana, sans-serif;
	font-size: 8pt;
	font-weight: bold;
}

.vertical {
	font-family: Verdana, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	writing-mode: tb-rl;
	filter: flipv fliph;
}

.bianco {
	font-family: Verdana, sans-serif;
	font-size: 10pt;
	color: white;
	font-weight: bold;
}

.menutitle
{
	cursor: pointer;
	margin-bottom: 10px;
	background-color: #EEEEEE;
	color: blue;
	width: 150px;
	padding: 2px;
	text-align: left;
	border: 1px solid #E30D12; 
	font-family: Verdana, sans-serif;
	font-size: 9pt;
	font-weight: bold;
}
.submenu					{ width: 150px; font-family: Verdana, sans-serif; font-size: 9pt; margin-bottom: 1.0em;}
.submenu a:link, a:visited	{ color: blue; text-decoration: none; font-weight: normal; }
.submenu a:hover, a:active	{ color: red; text-decoration: none; font-weight: normal; }
