/*stili generici */
html,body{
	margin: 0px;
	padding: 0px;
	background-color: #2A2A2A;
}
div, h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding: 0;
}
dl, dd, dt, ul, ol, li  {
	margin: 0;
	padding: 0;
	list-style-type: disc;

}



body{
	font-family: Tahoma, Arial, sans-serif;
	font-size: 0.8em;
	text-align: left;
	color: #FFFFFF;
	background-color: #2A2A2A;
	margin: 10px;
}

table{
	font-family: Tahoma, Arial, sans-serif;
	font-size: 1em;
	text-align: left;
	color: #FFFFFF;
	background-color: #2A2A2A;
}


h1 {
	text-align: left;
	color: #FFFFFF;
	font-size: 3em;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	background: url(../images/h1_banner.jpg) no-repeat left center;
	height: 120px;
	
}
h2 {
	text-align: left;
	color: #FFF2BC ;
	font-size: 1.4em;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;

}
h3 {
	text-align:center;
	font-size: 1em;
	color: #FFF2BC;
	font-weight: bold;
}
h4 {
	font-size: 0.8em;
	font-weight: normal;
	text-align: left;
}

h5 {
	text-align: center;
	font-size: 0.8em;
	font-weight: normal;
}

h5 a{
	color: #FFFFFF;
	font-weight: normal;

	}

h3 a{
	color: #FF0000;
	font-weight: bold;
text-align: center;
	}
	
a {
	background: transparent;
	color: #FF0000;
	border-bottom: none;
	font-weight: normal;


}

a:hover {
	color: #FF5A0B;
		font-weight: bold;
}



/*stili specifici per il layout*/
/*header e main navigation*/
#header {
	clear: left;
	text-align: left;
	vertical-align: middle;
	height: 180px;
	padding: 0em;
	margin: 0px;
	color: #FFFFFF;
	background-image: url(../img/header_site_bck.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
		#header h1 {
			color: #000066;
			height: 95px;
			text-align: left;
		}

	



#links {
	text-align: center;
	float: right;
	width: 150px;
	clear: right;
	font-size: 0.9em;
	font-family: Arial, Helvetica, sans-serif;
	margin-right: 0.5em;
	margin-top: 1em;
	margin-bottom: 0em;
	margin-left: 0em;

}

#img_left {
	float:left;
	margin: 10px;
	font-size: .8em;
	text-align: center;
	vertical-align: baseline;

}

#img_right {
	float:right;
	margin: 10px;
	font-size: .8em;
	text-align: center;

}


.tdbold {
	font-weight: bold;
}

.thbold {
	font-weight: bold;
	color: #990066;

}
