BODY			{
					SCROLLBAR-FACE-COLOR: #FFFFFF;
					SCROLLBAR-HIGHLIGHT-COLOR: #EEEEEE; 
					SCROLLBAR-SHADOW-COLOR: #FFFFFF; 
					SCROLLBAR-3DLIGHT-COLOR: #FFFFFF; 
					SCROLLBAR-ARROW-COLOR: #C00000; 
					SCROLLBAR-TRACK-COLOR: #F0F0F0; 
					SCROLLBAR-DARKSHADOW-COLOR: #C0C0C0;

					background: url(img/back.gif) repeat-y top center #FFFFFF;
					margin-top: 5pt;
					margin-bottom: 5pt;
				}

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: #C00000; text-decoration: none }

a.menu:link		{ color: #C00000; text-decoration: none }
a.menu:visited	{ color: #C00000; 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 }

TD 				{ font-family:"Verdana"; font-size:11px; }

.rosso 			{ font-family:"Verdana"; font-size:11px; color: #C00000; }

.bball			{
					border-top : 1px solid #000000;
					border-right : 1px solid #000000;
					border-bottom : 1px solid #000000;
					border-left : 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-top : 1px solid #C00000;
					border-right : 1px solid #C00000;
					border-bottom : 1px solid #C00000;
					border-left : 1px solid #C00000;
				}
.br2all			{
					border-top : 2px solid #C00000;
					border-right : 2px solid #C00000;
					border-bottom : 2px solid #C00000;
					border-left : 2px solid #C00000;
				}
.brright		{
					border-right : 1px solid #C00000;
				}
.brleft			{
					border-left : 1px solid #C00000;
				}
.brtop			{
					border-top : 1px solid #C00000;
				}
.brbottom		{
					border-bottom : 1px solid #C00000;
				}

.bgall			{
					border-top : 1px solid #808080;
					border-right : 1px solid #808080;
					border-bottom : 1px solid #808080;
					border-left : 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;
				}

hr.hrr1 {
      color: #C00000;
      background-color: #C00000;
      height: 1px;
	  border:none;
    }