/* CSS Document */


@font-face {
	font-family: 'BrandonGrotesqueRegular';
	src: url('type/Brandon_reg.eot');
	src: local('Brandon Grotesque'), local('BrandonGrotesque-Regular'), url('type/Brandon_reg.woff') format('woff'), url('type/Brandon_reg.otf') format('opentype'), url('type/Brandon_reg.svg#BrandonGrotesque-Regular') format('svg');
}


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,p,blockquote,th,td {
	margin:0;
	padding:0;
	}
	
body {
font: 75%/1.5 "Trebuchet MS", Helvetica, sans-serif;
}

/* Formattazione titoli */
h1 {
	font-size: 3em; /* = 36px */
	line-height: 1em;
	margin-bottom: 1em; /* doppio */
}

h2 {
	font-size: 2em; /* = 24px */
	line-height: 0.75em;
	margin-bottom: 1.5em; /* x2 = 1.5em */
}

h3 {
	font-size: 1.75em; /* = 21px */
	line-height: 0.857143em; 
	margin-bottom: 0.857143em; /* x2 = 1.71428em */
	
}

h4 {
	font-size: 1.5em; /* = 18px */
	line-height: 1em;
	margin-bottom: 1em;
	
}

h5 {
	font-size: 1.166667em; /* = 14px */
	line-height: 1.285714em;
	margin-bottom: /*.642857em*/1.285714em;
}

#testata h1, #testata h2 {margin-bottom:0;}

/*   fine formattazione titoli */
/*-------------------------------------------*/


/* formattazione BASE */
p {
font-size:1em;
line-height:1.5em;
margin-bottom:1.5em;
}

ul {
margin-bottom:1.5em;
list-style-position:inside;
padding-left:1.5em;
}

acronym {border-bottom:none;}

/* Fine formattazione base */

/*#indiceaz {font-family: BrandonGrotesqueRegular, "Trebuchet MS", sans-serif;}*/
