img {
	margin:0;
	padding:0;
	border:0;
}

ul {
	list-style: 				circle;
	margin:						0 20px;
	padding:					0 0 20px 0;
	color:						#063475;
	display:block;
}

ol {
	list-style: 				circle;
	margin:						0 20px;
	padding:					0;
	color:						#063475;
}


.clear {
	clear:both;
}




/** text
------------------------------------------------------------------ */
p {
	padding-bottom: 			10px;
	line-height:				20px;
	color:						#063475;
}

p strong {
	font-weight:				bold;
}

a {
	text-decoration:			uderline;
	color:						#063475;
}

/*a:hover {
	text-decoration:			underline;
}*/

h1, h2, h3, h4, h5, h6, p {
	font-family:				Arial, Helvetica, sans-serif;
}

h1 {
	font-size:					25px;
	text-transform:				normal;
	font-weight:				normal;
	margin:						0;
	padding:					0 0 15px 15px;
	color:						#002a65;
	font-weight:				bold;
}

h2 {
	font-size:					14px;
	font-weight:				bold;
	width:						262px;
	height:						22px;
	color:						#4fa32a;
	margin-bottom:				10px;
	padding:					6px 0 0 15px;
	background:					url(../images/bg-titolo-categoria.png) top left no-repeat;
	text-align:					left;
	text-transform:				uppercase;
	clear:						both;
}

* html h2 {
	background-color: #000;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/bg-titolo-categoria.png" ,sizingMethod="scale");
}


h2.large {
	font-size:					14px;
	font-weight:				bold;
	width:						370px;
	height:						22px;
	color:						#4fa32a;
	margin-bottom:				10px;
	padding:					6px 0 0 15px;
	background:					url(../images/bg-titolo-categoria2.png) top left no-repeat;
	text-align:					left;
	text-transform:				uppercase;
	clear:						both;
}

* html h2.large {
	background-color: #000;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/bg-titolo-categoria2.png" ,sizingMethod="scale");
}




h3 {
	font-size:					14px;
	font-weight:				bold;
	width:						915px;
	height:						22px;
	color:						#4fa32a;
	margin:						20px 0;
	padding:					6px 0 0 15px;
	background:					url(../images/bg-titolo-scheda.png) top left no-repeat;
	text-transform:				uppercase;
}

* html h3 {
	background-color: #000;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/bg-titolo-scheda.png" ,sizingMethod="scale");
}

h4 {
	font-size:					14px;
	font-weight:				normal;
	margin:						0;
	padding:					0 0 15px 15px;
	color:						#4fa32a;
	font-weight:				bold;
}

h5 {
	font-size:					14px;
	font-weight:				normal;
	margin:						0;
	padding:					0 0 5px 0;
	color:						#4fa32a;
	font-weight:				bold;
	border-bottom:				1px dotted #3c9915;
}



