/* CSS Document */

a{
	text-decoration:underline;
	line-height:15px;
	font-size:12px;
	font-weight:bold;
}

a:hover{
	text-decoration:underline;
}


p a, p a:hover{
	text-decoration:underline;
	color:#452f19;
}

p {
	text-decoration:none;
	line-height:16px;
	font-size:12px;
	color:#452f19;
	padding:0;
	margin-bottom:10px;
	text-align:left;
}


ul { list-style-type:circle; margin:0 1.5em 1.5em 1.5em; }
li { line-height:1.5em; }



h1, h2, h3, h4, h5, h6{ font-family:"Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;}

h1{
	font-size:28px;
	font-style:italic;
	font-weight:normal;
	padding-bottom:5px;
	margin:0 0 20px 0;
	display:block;
	color:#452f19;
	border-bottom:1px dotted #6e4d16;
}


h2 {
	color:#452f19;
	font-size:15px;
	font-weight: bold;
	background-color:#e3d4b8;
	padding:3px 5px;
	margin-bottom:15px;
}


h3{
	color:#396a1f;
	font-size:14px;
	font-weight: bold;
	padding-bottom:5px;
	margin:0 0 10px 0;
	border-bottom:1px dotted #6e4d16;
}

h3 a{
	text-decoration:none;
	color:#396a1f;
	font-size:14px;
	font-weight: bold;
}

h3 a:hover{
	text-decoration:none;
	color:#452f19;
}

h4{
	color:#452f19;
	font-size:12px;
	font-weight: bold;
	padding-bottom:5px;
	margin:0 0 10px 0;
	border-bottom:1px dotted #6e4d16;
	
}


h5{
	color:#452f19;
	font-size:14px;
	font-weight: bold;
	padding-bottom:5px;
	margin:0;
	
}



/* Generici*/
.clear{
	clear:both;
	margin:0;
	padding:0;
}

.nobordo{
	border:none;
}