@charset "utf-8";
/* CSS Document */

html, body {
	width:100%;
	margin:0;
	padding:0;
}

body {
	margin-top:2px;
	background-image:url(images/MarcoLamberti_sfondo.gif);
	background-repeat:repeat-x;
}

.btn_top {
	width:150px;
	height:32px;
	background-image:url(images/bg_puls3.png);
	background-position:top;
	font-family:"Times New Roman", Times, serif;
	color:#666666;
	font-size:13px;
	text-align:center;
	cursor:pointer;
	margin-right:20px;
}
.btn_top_hover {
	width:150px;
	height:32px;
	background-image:url(images/bg_puls3.png);
	background-position:bottom;
	font-family:"Times New Roman", Times, serif;
	color:#000066;
	font-size:13px;
	text-align:center;
	cursor:pointer;
	margin-right:20px;
}
.btn_active {
	width:150px;
	height:32px;
	background-image:url(images/bg_puls3.png);
	background-position:bottom;
	font-family:"Times New Roman", Times, serif;
	color:#000066;
	font-size:13px;
	text-align:center;
	margin-right:20px;
}

#testo {
	margin-top:20px;
	margin-bottom:20px;
	width:800px;
	font-family:"Times New Roman", Times, serif;
	color:#333333;
	font-size:14px;
	line-height:24px;
	text-align:justify;
}

/*
.TitoloBlu {
	color: #000066;
	font-weight: bold;
}
*/
.TitoloRosso {
	margin-top:30px;
	color: #e64428;
	font-size:16px;
	font-weight: bold;
	width:850px;
	text-align:left;
}

a {
	text-decoration:none;
	color:#2d4392;
}
a:hover {
	text-decoration:none;
	color:#e64428;
}

#footer {
	font-family:"Times New Roman", Times, serif;
	color:#333333;
	font-size:13px;
	text-align:center;
}