BODY			{
					background: url(img/back.gif) repeat-y top center #009a4b;
					margin-top: 6pt;
					margin-bottom: 6pt;
				}

SELECT			{ font-family:"Tahoma"; font-size:10px; color: #000000; }
INPUT			{ font-family:"Tahoma"; font-size:10px; color: #000000; }
TEXTAREA		{ font-family:"Tahoma"; font-size:10px; }
BUTTON			{ font-family:"Tahoma"; font-size:10px; }

a:link			{ color: #000000; text-decoration: none }
a:visited		{ color: #000000; text-decoration: none }
a:hover			{ color: #F68F1E; text-decoration: none }

a.bold			{ font-weight: bold }

a.news:link		{ color: #000000; text-decoration: underline }
a.news:visited	{ color: #000000; text-decoration: underline }
a.news:hover	{ color: #F68F1E; text-decoration: underline }

a.menu:link		{ color: #00A000; text-decoration: none }
a.menu:visited	{ color: #00A000; text-decoration: none }
a.menu:hover	{ color: #000000; text-decoration: none }

a.rss:link		{ color: #000000; text-decoration: none }
a.rss:visited	{ color: #000000; text-decoration: none }
a.rss:hover		{ color: orange; text-decoration: none }

a.foot:link		{ color: #FFFFFF; text-decoration: none }
a.foot:visited	{ color: #FFFFFF; text-decoration: none }
a.foot:hover	{ color: #000000; text-decoration: none }

a.bianco:link		{ color: #FFFFFF; text-decoration: none }
a.bianco:visited	{ color: #FFFFFF; text-decoration: none }
a.bianco:hover		{ color: #FFFFFF; text-decoration: none }

a.rosso:link		{ color: #FF0000; text-decoration: none }
a.rosso:visited		{ color: #FF0000; text-decoration: none }
a.rosso:hover		{ color: #FF0000; text-decoration: none }

TD 				{ font-family:"Verdana"; font-size:11px; }
.ten			{ font-family:"Verdana"; font-size:10px; }

.rosso 			{ font-family:"Verdana"; font-size:11px; color: #00A000; }

.bball			{
					border: 1px solid #000000;
				}
.bbright		{
					border-right : 1px solid #000000;
				}
.bbleft			{
					border-left : 1px solid #000000;
				}
.bbtop			{
					border-top : 1px solid #000000;
				}
.bbbottom		{
					border-bottom : 1px solid #000000;
				}

.brall			{
					border: 1px solid #EF3F23;

				}
.br2all			{
					border: 2px solid #EF3F23;
				}
.brallgreen		{
					border: 1px solid #006000;
				}
.brright		{
					border-right : 1px solid #EF3F23;
				}
.brleft			{
					border-left : 1px solid #EF3F23;
				}
.brtop			{
					border-top : 1px solid #EF3F23;
				}
.brbottom		{
					border-bottom : 1px solid #EF3F23;
				}

.bgall			{
					border: 1px solid #808080;
				}
.bgright		{
					border-right : 1px solid #808080;
				}
.bgleft			{
					border-left : 1px solid #808080;
				}
.bgtop			{
					border-top : 1px solid #808080;
				}
.bgbottom		{
					border-bottom : 1px solid #808080;
				}

.errore			{
					border: 1px solid #EF3F23;
					background-color: #EF3F23;
					color:white;
					font-weight: bold ;
				}

.rss			{ 
					background-color: #EF3F23;
					color: yellow;
					font-weight: bold ;
				}

hr.hrr1 {
      color: #EF3F23;
      background-color: #EF3F23;
      height: 1px;
	  border:none;
    }

hr.hrg1 {
      color: #008000;
      background-color: #008000;
      height: 1px;
	  border:none;
    }