body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background-color: #000066;
	text-align: justify;
	background: #000066;
}

td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px; color: #FFFFFF;
}

th {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px; color: #FFFFFF;
}

.bodystyle {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px; color: #FFFFFF;
}

.expanded {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 2px;
}

.justified {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: justify;
}

.footer {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
}

form {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

input {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

textarea {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

select {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

ul {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: disc;
	list-style-position: outside;
}

li {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

ol {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: upper-roman;
	list-style-position: outside;
}

a  {
	color: #FFFFFF;
	text-decoration: none;
}

blink  {
	color: #00FF00;
	text-decoration: blink;
}

a:link{
	color: #FFFFFF;
	text-decoration: none;
}

a:visited{
	color: #FFFFFF;
	text-decoration: none;
}

a:hover{
	color: #00FF00;
	text-decoration: none;
}

a:active {
	color: #FFFFFF;
	text-decoration: none;
}

h1{
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-size: 130%;
 color: #00FF00;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-size: 114%;
 color: #FFFF66;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 color: #FFFFCC;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 color: #00FF00;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 color: #6699CC;
 margin: 0px;
 padding: 0px;
}

h6{
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 color: #6699CC;
 margin: 0px;
 padding: 0px;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-weight: bold;
 color: #334d55;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	padding: 0px 0px 0px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
}

#navBar{
	float: left;
	width: 20%;
	border-right: 1px solid #cccccc;
}

#content{
	float: left;
	width: 57%;
	padding-top: 10px;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

#headlines{
    float:right;
	width: 20%;
	padding-right: 10px;
	border-left: 1px solid #cccccc;
}

/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
	margin: 0;
	padding: 0 0 0 10px;
}


/************* #globalNav styles **************/

#globalNav{
padding: 0px 0px 5px 10px;
border-bottom: 1px solid #CCC;
color: #cccccc;
}

#globalNav img{
 display: block;
}

#globalNav a {
	padding: 0 4px 0 0;
}

/*************** #pageName styles **************/

#pageName{
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

/************* #breadCrumb styles *************/

#breadCrumb{
	padding: 2px 0px 0 10px;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 10px 10px 0px 0px;
}


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
}

.story p{
	padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px; color: #FFFFFF; 
	margin: 0px;
}

#siteInfo img{
	padding: 4px 4px 4px 10px;
	vertical-align: middle;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a {
	display: block;
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	background-color: #dddddd;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	position: relative;
	margin: 0px;
	padding: 0px 0px 10px 10px;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a:link,
.relatedLinks a:visited {
	display: block; 
}

/************** #advert styles **************/

#advert{
	padding: 30px 0px 10px;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 10px 20px 10px;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}

.LOGO_GRANDE {
	font-family: MicrogrammaDEEBolExt;
	font-size: 30px;
	font-style: normal;
    color:f1ab34;
}
.LOGO_PICCOLO_BLU{
	font-family: MicrogrammaDEEBolExt;
	font-size: 15px;
	font-style: normal;
    color:00365b;

}
.LOGO_PICCOLO_ARANCIONE{
	font-family: MicrogrammaDEEBolExt;
	font-size: 15px;
	font-style: normal;
    color:f1ab34;
}
.inalto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
}
.testo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.bottone {
	font-family: "BlairMdITC TT-Medium";
	font-size: 12px;
	color: #FFFFFF;

}
.bottone_BLU {
	font-family: "BlairMdITC TT-Medium";
	font-size: 12px;
	color: #146193;
}
.over {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #f2f4ef;
	
}
.testopiccolo {
	font-family: Myriad Pro;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	
	color: #edebd6;
	text-align: justify;
}
.testodx{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	padding: 2px;
	color: #000000;
	text-align: right;

}
.testosmallLeft{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	padding: 2px;
	color: #000000;
	text-align: left;

}
.testosmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	padding: 2px;
	color: #000000;
	text-align: center;

}
.testoverysmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	padding: 2px;
	color: #000000;

}
.titolo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	padding: 2px;
	color: #990000;
	text-align: justify;

}
.titoloRosso {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	padding: 2px;
	color: #000000;
	text-align: justify;

}
.navigazioneX {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	padding: 2px;
	color: #FF6600;
}

.navigazione {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	padding: 2px;
	color: #FF6600;
}
.forms {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.errore {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1ex;
	font-style: normal;
	font-weight: bold;
	padding: 2px;
	color: #CC0000;
}
.disattivato {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1ex;
	font-style: normal;
	font-weight: bold;
	padding: 2px;
	color: #666666;
}
.liste {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.4ex;
	color: #000000;
	list-style-position: inside;
	list-style-type: square;
}
.listasel {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.4ex;
	color: #FF6600;
	list-style-position: inside;
	list-style-type: square;
}
.naviga {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-weight: bold;
	color: #FFFFFF;
}
.menu1 {
	padding: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFF66;
	'font-weight: bold;
}
.menu2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #000000;
	padding-bottom: 2px;
	line-height: 12px;
}
.menu3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FF3300;
	line-height: 12px;
}
.testoRosso {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.4ex;
	font-style: normal;
	font-weight: bold;
	padding: 2px;
	color: #990000;
}
.testoNeroBold {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.4ex;
	font-weight: bold;
	padding: 2px;
	color: #000000;
}
.spazio3 {
	border-left-width: 4px;
	border-left-style: none;
	line-height: 16px;
}
.naviga1 {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-weight: bold;
	color: #899CB4;
}
.formtabella {
	padding: 2px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FF6600;
	
}
.formtabella1 {

	padding: 2px;
	background-color: #3D424E;
}
.menuBianco {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1ex;
	font-style: normal;
	font-weight: bold;
	padding: 2px;
	color: #FFFFFF;
}
.contenitore {
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color:#000000;
	border-left-color: #000000;
}
.testoCentro {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.4ex;
	font-style: normal;
	font-weight: normal;
	padding: 2px;
	color: #990000;
	text-align: center;
}

.menuRosso {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	padding: 2px;
	color: #900000;
}
.tabellaforum {
	border-top: 1px solid #B7BEAC;
	border-right: 1px solid #515846;
	border-bottom: 1px solid #515846;
	border-left: 1px solid #EBF9D6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;}
.cella1 {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #889477;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
}
.sotto {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #515846;
}
.campiforum {
	border-top: 1px solid #B7BEAC;
	border-right: 1px solid #515846;
	border-bottom: 1px solid #515846;
	border-left: 1px solid #B7BEAC;
	font-family: Tahoma, sans-serif, Arial;
	font-size: 11px;
	background-color: #FFFFFF;
    SCROLLBAR-FACE-COLOR: #FFFFFF;
    SCROLLBAR-HIGHLIGHT-COLOR: #FFFFFF;
    SCROLLBAR-SHADOW-COLOR: #FFFFFF;
    SCROLLBAR-3DLIGHT-COLOR: #B2BCAA;
    SCROLLBAR-ARROW-COLOR: #FF6411;
    SCROLLBAR-TRACK-COLOR: #B2BCAA;
    SCROLLBAR-DARKSHADOW-COLOR: #B2BCAA;
    SCROLLBAR-WIDTH = 4px;
}
.Bottoniforum {
	border-top: 1px solid #C3ED88;
	border-right: 1px solid #5D8524;
	border-bottom: 1px solid #5D8524;
	border-left: 1px solid #C3ED88;
	font-family: Tahoma, sans-serif, Arial;
	font-size: 10px;
	background-color: #9DE13C;
	SCROLLBAR-FACE-COLOR: #FFFFFF;
	SCROLLBAR-HIGHLIGHT-COLOR: #FFFFFF;
	SCROLLBAR-SHADOW-COLOR: #FFFFFF;
	SCROLLBAR-3DLIGHT-COLOR: #B2BCAA;
	SCROLLBAR-ARROW-COLOR: #FF6411;
	SCROLLBAR-TRACK-COLOR: #B2BCAA;
	SCROLLBAR-DARKSHADOW-COLOR: #B2BCAA;


    SCROLLBAR-WIDTH = 4px;
	color: #404E34;
	font-weight: bold;
}
.combo {
	font-family: Tahoma, sans-serif, Arial;
	font-size: 11px;
	height: 17px;
	width: 270px;
	background-color: #FFFFFF;
	border: 1px solid;
}
.comboforum {
	font-family: Tahoma, sans-serif, Arial;
	font-size: 11px;
	background-color: #FFFFFF;
	height: 17px;
	width: 421px;
	border: 1px solid;
}
.bordotop {
	border: dotted #666666
}


.menu1 a:link .freccia, .menu1 a:active .freccia, .menu1 a:visited .freccia{ 
display: none; /*La freccia non si vede*/ 
}

.menu1 a:hover .freccia{ 
display: inline; /*La freccia è visibile sull'evento hover del link*/ 
}

#Gabbiano1 {
	position:absolute;
	z-index:5;
	left: 236px;
	top: 1px;
	font-size: 12px;
	visibility: hidden;
}
