BODY {
			background-image: url('img/sfSito.png');
			background-repeat: repeat-x;
			background-color: #3b91e1;
		 }

a:link    {text-decoration: none; color: #FF0000; font-weight: normal;}
a:visited {text-decoration: none; color: #FF0000; font-weight: normal;}
a:active  {text-decoration: underline; color: #FF0000; font-weight: normal;}
a:hover   {text-decoration: underline; color: #FF0000; font-weight: normal;}

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

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


.testo_small {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-style : normal;
	font-weight : normal;
	color : #565656;
}

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

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

.testo_menu {
	font-family : Arial Narrow, Helvetica, sans-serif;
	font-size : 18px;
	font-style : normal;
	font-weight : normal;
	letter-spacing: -1px;
	color : #ffffff;
}

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;
    }
