a:link    {text-decoration: none; color: #2d2d2d; font-weight: bold;}
a:visited {text-decoration: none; color: #2d2d2d; font-weight: bold;}
a:active  {text-decoration: none; color: #4f8700; font-weight: bold;}
a:hover   {text-decoration: none; color: #4f8700; font-weight: bold;}

A.linkbottom	  			{text-decoration: none; color: #2d2d2d; font-weight: normal;}
A.linkbottom:Visited	{text-decoration: none; color: #2d2d2d; font-weight: normal;}
A.linkbottom:Active		{text-decoration: none; color: #FF0000; font-weight: normal;}
A.linkbottom:Hover		{text-decoration: none; color: #FF0000; font-weight: normal;}

A.link2	  			{text-decoration: none; color: #FF0000; font-weight: normal;}
A.link2:Visited	{text-decoration: none; color: #FF0000; font-weight: normal;}
A.link2:Active	{text-decoration: underline; color: #FF0000; font-weight: normal;}
A.link2:Hover		{text-decoration: underline; color: #FF0000; font-weight: normal;}


.testo_normal {
	font-family : Arial, Verdana, Helvetica, sans-serif;
	font-size : 12px;
	font-style : normal;
	font-weight : normal;
	color : #2d2d2d;
}

.testo_normal2 {
	font-family : Verdana, Helvetica, sans-serif;
	font-size : 12px;
	font-style : normal;
	font-weight : normal;
	color : #2d2d2d;
}

.testo_menu {
	font-family : Arial Narrow, Helvetica, sans-serif;
	font-size : 15px;
	font-style : normal;
	font-weight : normal;
	color : #FFFFFF;
}

.testo_bottom {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-style : normal;
	font-weight : normal;
	color : #2d2d2d;
}

.testo_top {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 15px;
	font-style : normal;
	font-weight : bold;
	color : #2d2d2d;
}

input
	{
    border-color: #C0C0C0;
    border-width: 1;
    color:#000000;
    background-color:#ffffff;
    text-indent:2px;
    font-weight:bold;
    font:normal 10px Verdana,Arial,Helvetica,sans-serif;
    }
		
.input2
	{
    border-color: #C0C0C0;
    border-width: 1;
    color:#000000;
    background-color:transparent;
    text-indent:2px;
    font-weight:bold;
    font:normal 10px Verdana,Arial,Helvetica,sans-serif;
    }
		
select
	{
    border-color: #C0C0C0;
    border-width: 1;
    color:#000000;
    background-color:#FFFFFF;
    text-indent:2px;
    font-weight:bold;
    font:normal 10px Verdana,Arial,Helvetica,sans-serif;
    }
		
textarea
    {
    border-color: #C0C0C0;
    border-width: 1;
    color:#000000;
    background-color:#ffffff;
    text-indent:2px;
    font:normal 10px Verdana,Arial,Helvetica,sans-serif;
    }
