<style>
<!--

/* CSS SITO */

body { font-family: Arial, sans-serif; font-size: 11px; color: #333; }
td { font-family: Arial, sans-serif; font-size: 11px; color: #333; }

body {
   /*
    background-color:#a0a0a0;
    scrollbar-face-color:#903030;
    scrollbar-arrow-color:#FFFFFF;
    scrollbar-track-color:#C0B0B0;
    scrollbar-shadow-color:rgb(0,0,0);
    scrollbar-highlight-color:rgb(0,0,0);
    scrollbar-3dlight-color:#808080;
    scrollbar-darkshadow-Color:#202020;
    */}

a:link{ text-decoration: none; color: #000000;}
a:visited { text-decoration: none; color: #000000;}
a:hover { text-decoration: underline; color: #000000;}
a:active { text-decoration: none; color: #000000;}

.a1:link{ text-decoration: none; color: #333333; }
.a1:visited { text-decoration: none; color: #333333;}
.a1:hover { text-decoration: underline; color: #333333; }
.a1:active { text-decoration: none; color: #333333; }

.a2:link{ text-decoration: none; color: #003366;}
.a2:visited { text-decoration: none; color: #003366;}
.a2:hover { text-decoration: underline; color: #003366;}
.a2:active { text-decoration: none; color: #003366;}

.a3:link{ text-decoration: none; color: #003366; font-weight:bold;}
.a3:visited { text-decoration: none; color: #003366; font-weight:bold;}
.a3:hover { text-decoration: underline; color: #003366; font-weight:bold;}
.a3:active { text-decoration: none; color: #003366; font-weight:bold;}

.a4:link{ text-decoration: none; color: #666;}
.a4:visited { text-decoration: none; color: #666;}
.a4:hover { text-decoration: underline; color: #666;}
.a4:active { text-decoration: none; color: #666;}

.a5:link{ text-decoration: none; color: #CCC; font-size: 9px;}
.a5:visited { text-decoration: none; color: #CCC; font-size: 9px;}
.a5:hover { text-decoration: none; color: #CCC; font-size: 9px;}
.a5:active { text-decoration: none; color: #CCC; font-size: 9px;}

.amenu:link{ text-decoration: none; color: #003366;  font-family:Arial narrow; font-size: 12px; font-weight:bold;}
.amenu:visited { text-decoration: none; color: #003366; font-family:Arial narrow; font-size: 12px; font-weight:bold;}
.amenu:hover { text-decoration: underline; color: #003366; font-family:Arial narrow; font-size: 12px; font-weight:bold;}
.amenu:active { text-decoration: none; color: #003366; font-family:Arial narrow; font-size: 12px; font-weight:bold;}

.f1 { font-size: 11px; color:#333; font-family:Verdana, Arial, Helvetica, sans-serif;}
.f2 { font-size: 13px; }
.f3 { font-size: 16px; }
.f4 { font-size: 18px; }
.f5 { font-size: 24px; }
.f6 { font-size: 12px;}
.f7 { font-size: 11px;}
.fitolo { font-size: 15px; color:#003366; font-family:Arial narrow;}
.fmenu { font-size: 11px; color:#999999; font-family:Verdana, Arial, Helvetica, sans-serif;}
.fpp { line-height:20px; font-size: 11px;}
.ftesto { font-size: 12px; color:#333;}


input {
	color:#333333;
	border: none;
	background-color:#FFFFFF;
	border: solid 1px #666;
	letter-spacing:1px;
}

select {
	color:#333333;
	background-color:#FFFFFF;
	font-family: Verdana; 
	font-size: 11px;
	border: solid 1px #666;
}

textarea {
	color:#333333;
	letter-spacing:1px;
	background-color:#FFFFFF;
	font-family: Verdana; 
	font-size: 11px;
	border-top: solid 1px #666;
	border-right: solid 1px #666;
	border-bottom: solid 1px #666;
	border-left: solid 1px #666;
}
.button {
	font-family: Arial;
	letter-spacing:0px;
	border-left: solid 1px #FFFFFF;
	border-top: solid 1px #FFFFFF;
	border-right: solid 1px #999999;
	border-bottom: solid 1px #999999;
	background: #C0C0C0;
	font-size: 10px;
}

.button td:hover {
	background: #ACACAC;
}

table.base {
border: solid 1px #999999;
background-color: #CDCDCD;
}

/* menu1 */
.menu1 {
	position: absolute;
	left: 160px;
	top: 57px;
	background-color:#E9E9E9;
	width:150px;
	visibility:hidden;
}

.menu1 td{
	text-align:center;
	text-transform:uppercase;
	height: 30px;
	border-bottom:solid 1px;
	border-bottom-color: #CCCCCC;
}

.menu1 td:hover {
	cursor:pointer;
	background-color:#999999;
}

/* menu2 */
.menu2 {
	position: absolute;
	left: 310px;
	top: 57px;
	background-color:#E9E9E9;
	width:250px;
	visibility:hidden;
}

.menu2 td {
	text-align:center;
	text-transform:uppercase;
	height: 30px;
	border-bottom:solid 1px;
	border-bottom-color: #CCCCCC;
}

.menu2 td:hover {
	cursor:pointer;
	background-color:#999999;
}

/* menu3 */
.menu3 {
	position: absolute;
	left: 560px;
	top: 57px;
	background-color:#E9E9E9;
	width:170px;
	visibility:hidden;
}

.menu3 td {
	text-align:center;
	text-transform:uppercase;
	height: 30px;
	border-bottom:solid 1px;
	border-bottom-color: #CCCCCC;
}

.menu3 td:hover {
	cursor:pointer;
	background-color:#999999;
}

-->
</style>

