/* ******************* Basic Body Attributes ************************** */

a:link {
text-decoration: none; 
font-weight : normal;
color: #6283BF;
 }
        
a:visited {
text-decoration: none; 
font-weight : normal;
color: #6283BF;
}

a:active {
text-decoration: none;
font-weight : normal;
color: #6283BF;
}
	
 a:hover {  
text-decoration: underline;
font-weight : normal;
color: #6283BF;
}

.tablegrid {
	border: 1px dashed #ACB8CC;
	background-color: #D9E0EC;

}

.sitelink{
font-family: Verdana;
font-size: 7pt;
font-style: normal;
font-weight: normal;
color: #FFFFFF;
}

.copyright{
font-family: Verdana;
font-size: 7pt;
font-style: normal;
font-weight: normal;
color: #333333;
}
	.copyright:link {
	text-decoration: normal;
	font-weight : normal;
	color: #666666;
 	}

	.copyright:visited {
	text-decoration: normal;
	font-weight : normal;
	color: #666666;
	}

	.copyright:active {
	text-decoration: underline;
	font-weight : normal;
	color: #000000;
	}

 	.copyright:hover {
	text-decoration: normal;
	font-weight :  normail;
	color: #000000;
	}

/* *********************** body styles *************************** */

FONT  { font-family: Verdana, Arial, Helvetica, sans-serif;}
.bodytext {font:8pt Verdana, Arial, Helvetica, sans-serif;}
.titlered {font:13pt Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;;font-weight:bold; color:#ff0000;}
.titlegrey {font:13pt Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;;font-weight:bold; color:#999999;}
.note {font:7pt Verdana, Arial, Helvetica, sans-serif;}


/* *********************** branch drill-down Attributes *************************** */

SELECT {
	BORDER-RIGHT: navy 1px solid; 
	BORDER-TOP: navy 1px solid; 
	FONT-SIZE: 11px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	BORDER-LEFT: navy 1px solid; 
	COLOR: #eeeeee; 
	background: #555555; 
	BORDER-BOTTOM: navy 1px solid; 
	FONT-FAMILY: Tahoma; 
	TEXT-DECORATION: none
}

/* *********************** Menu Attributes *************************** */	
	

.menusmall { 
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 font-size: 10px; 
 font-style: normal; 
 font-weight: normal; 
 color: #FFFFFF; 
 text-align: left; 
 vertical-align: middle;
}

	.menusmall:link {
	text-decoration: none; 
    	color: #FFFFFF;
    	}

    	.menusmall:visited {
	text-decoration: none; 
    	color: #FFFFFF;
    	}
	
	.menusmall:active { 
	text-decoration: none; 
	color: #FFFFFF;
	}

	.menusmall:hover {
	text-decoration: underline;
	color: #FFFFFF;
	}

.menubig { 
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 font-size: 10px; 
 font-style: normal; 
 font-weight: bolder; 
 color: #000000; 
 text-align: left; 
 vertical-align: middle;
}

	.menubig:link {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bolder;

    	}

    	.menubig:visited {
	text-decoration: none; 
    	color: #FFFFFF;
    	font-weight: bolder;
    	}
	
	.menubig:active { 
	text-decoration: none; 
	color: #FFFFFF;
	font-weight: bolder;
	}

	.menubig:hover {
	text-decoration: underline;
	color: #FFFFFF;
	font-weight: bolder;
	}

.pagine { 
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 font-size: 10px; 
 font-style: normal; 
 font-weight: normal; 
 color: #333333; 
 text-align: left; 
 vertical-align: middle;
}

	.pagine:link {
	text-decoration: none; 
    	color: #333333;
    	}

    	.pagine:visited {
	text-decoration: none; 
    	color: #333333;
    	}
	
	.pagine:active { 
	text-decoration: none; 
	color: #333333;
	}

	.pagine:hover {
	text-decoration: underline;
	color: #333333;
	}
	
.pagezone     { background-color: #EEEEEE; font-family: Courier New; font-size: x-small;
              margin: 5px 0px 5px 0px; padding: 5px;
              border: #cccccc 1px solid;
            }

/* *********************** don't change is for robot indexing booster ################## */

.robotindextable {
	display: none;
}