/* CSS Document */

body,td,th {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color:#fff;
}

body {
	top:80;
}


.Stile1 {
	color: #00CC00;
	font-weight: bold;
	
}
.Stile3 {
	color: #CC0000;
	font-weight: bold;
}
.Stile5 {color: #009900; font-weight: bold; font-size:12px;}


.titolo
{
    font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
	color:#000033;
	background-color:#ffffff;
}

.mylink
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	background-color:#fff;
}	

.mylink2
{
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color:#fff;
}


.search { display : none; }

a:link {
    font-size:11;
	color: #333333;
	text-decoration: none;
	background-color: #fff;
}
a:visited {
	font-size:11;
	color: #333333;
	text-decoration: none;
	background-color: #fff;
}
a:hover {
	font-size:11;
	color: #333333;
	text-decoration: underline;
	background-color: #fff;
}
a:active {
	font-size:11;
	color: #333333;
	text-decoration: none;
	background-color: #fff;
}

