/*stili generici */
html,body{
	margin: 0px;
	padding: 0px;
	background-color: #1A1B2F;
}
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: Helvetica, Arial, Verdana, sans-serif;
	font-size: 0.8em;
	text-align: left;
	color: #FFFFFF;
	background-color: #1A1B2F;
	margin: 10px;
}




h1 {
	text-align: left;
	color: #FFFFFF;
	font-size: 3em;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
}
h2 {
	text-align: left;
	color: #00DEDF ;
	font-size: 1.2em;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;

}
h3 {
	color: #FFFFFF;
	text-align:left;
	font-size: 0.8em;
	font-weight: normal;
}
h4 {
	color: #FFFFFF;
	font-size: 0.6em;
	font-weight: normal;
	text-align: left;
	padding-top:5px;
}

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;
	font-size: 0.8em;
	color: #FAFFCF;
	border-bottom: none;
	font-weight: bold;
text-align: center;

}

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;
		}

	




.tdbold {
	font-weight: bold;
}

.thbold {
	font-weight: bold;
	color: #990066;

}
