a:link   { text-decoration: none; color : Black; }
a:visited { text-decoration: none; color : Black; }
a:hover	{ text-decoration: underline; color : #333333;    }

.a-box:link   { text-decoration: none; color : Black; }
.a-box:visited { text-decoration: none; color : Black; }
.a-box:hover	{ text-decoration: underline; color : Blue;  }

.a-mini:link   { text-decoration: none; color : Black;  }
.a-mini:visited { text-decoration: none; color : Black; }
.a-mini:hover	{ text-decoration: underline; color : Blue;  }

.a-menu:link   { text-decoration: none; color : Black;  }
.a-menu:visited { text-decoration: none; color : Black;  }
.a-menu:hover	{ text-decoration: underline; color : Blue;  }

BODY {
scrollbar-face-color:#F7F3F7;
scrollbar-highlight-color:#2955AD;
scrollbar-3dlight-color:#F7F3F7;
scrollbar-darkshadow-color:#F7F3F7;
scrollbar-shadow-color:#2955AD;
scrollbar-arrow-color:#2955AD;
scrollbar-track-color:#F7F3F7;
 background-color : White;
}

.greyborder {

	border: 1px solid #666666;
}

P{

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #555555;
	font-variant: normal;
}

TD{

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;

	font-variant: normal;
	color: #555555;
}

.boxTEXT {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;

	font-variant: normal;
	color: #555555;
}
.boxTITOLO {

	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #666666;
}


TEXTAREA
 {
	FONT-SIZE: 8pt; 
	BORDER-TOP-STYLE: solid; 
	FONT-FAMILY: tahoma; 
	BORDER-RIGHT-STYLE: solid; 
	BORDER-LEFT-STYLE: solid; 
	BORDER-BOTTOM-STYLE: solid;
	background : White;
	border : 1px solid Gray;
}

.input_text
 {
	FONT-SIZE: 8pt; 
	BORDER-TOP-STYLE: solid; 
	FONT-FAMILY: tahoma; 
	BORDER-RIGHT-STYLE: solid; 
	BORDER-LEFT-STYLE: solid; 
	BORDER-BOTTOM-STYLE: solid;
	background : White;
	border : 1px solid Gray;
}

.INPUT-new2
 {
	FONT-SIZE: 8pt; 
	BORDER-TOP-STYLE: solid; 
	FONT-FAMILY: tahoma; 
	BORDER-RIGHT-STYLE: solid; 
	BORDER-LEFT-STYLE: solid; 
	BORDER-BOTTOM-STYLE: solid;
	background : white;
	border : 1px solid Gray;
}

.button-new2
{
	border : 1px solid Black;
	background-color : #666666;
	color:white;
}

.button {
	 BORDER-LEFT: #5e5d63 1px solid; 
     BORDER-RIGHT: #5e5d63 1px solid;
	 BORDER-BOTTOM: #5e5d63 1px solid;
	 BORDER-TOP: #5e5d63 1px solid;
	 BACKGROUND-IMAGE: url(images/sf_button.jpg); 
	 FONT: 9px verdana, tahoma, arial, helvetica, sans-serif; 
	 COLOR: #4C4C00; 
	 TEXT-ALIGN: center;
}

h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: Black;
	font-variant: normal;
	border : none;
	border-bottom : 1px solid;
}
.bordo {
	border: thin solid #000000;
}
.bordo1 {
	border: 1px solid #000000;
}

h1{color:#333; font:1.2em Verdana,sans-serif;}

div#barranav{
width:100%;
margin-top: 0px ;
/*border:1px solid #000;*/
padding-top:0;
height:27px;
}

div#barranav ul{
list-style-type:none;
margin:0;
padding:0;
}

div#barranav li{

float:left;
margin:0 12px 0 2;
padding:0;
}

div#barranav a{
display:block;
width:85px;
height:27px;
line-height:22px;
text-decoration:none;
background:url("img/link.gif") no-repeat top center;
color:#fff;
font-variant:small-caps;
font-size:.8em;
font-weight:bold;
}
div#barranav a:hover{
background: url("img/hover.gif") no-repeat top center;
color:#336;
}

div#barranav li#active{
width:85px;
height:27px;
line-height:22px;
background:url("img/activelink.gif") no-repeat top center;
color: #336;
text-indent:11px;
font-size:.8em;
font-weight:bold;
font-variant:small-caps;
}