body {
	background-color: #ffffff;
	background-image:url(img/bg02.jpg);
	background-repeat:repeat-x;
	margin:0;
	padding:0;
	font-family:			Arial, Helvetica, sans-serif;
	font-size:				11px;
	font-style:				normal;
	text-decoration:		none;
}

a, a:link, a:active, a:visited {
	font-family:			Arial, Helvetica, sans-serif;
	font-size:				11px;
	font-style:				normal;
	text-decoration:		none;
	font-weight:			bold;
	color:					#333333;
}
a:hover {
	font-family:			Arial, Helvetica, sans-serif;
	font-size:				11px;
	font-style:				normal;
	text-decoration:		underline;
	font-weight:			bold;
	color:					#333333;
}

input, textarea{
width: 180px;
margin-bottom: 5px;
background-color:#dbe5f0;
border-top:1px solid #b5c8dc;
border-left:1px solid #b5c8dc;
border-right:1px solid #cfdbe9;
border-bottom:1px solid #cfdbe9;
font-family:Arial, Helvetica, sans-serif;
font-weight:normal;
font-size:12px;
color:#1f7ca5;
}



#upbar {
	margin: 0 auto;
	position: relative;
	width: 700px;
	text-align:center;
	background-color:#FFFFFF;
}

.container{
	margin:0 auto;
	width:700px;
	position:relative;
	padding:0;


}
#main_container{
	margin:0 auto;
	width:700px;
	position:relative;
	background-color:#FFFFFF;
	padding:0;


}
#content{
	width:450px;
	color: #006699;
	background-color:#FFFFFF;
	float:left;
	padding:10px;

}

#footer {
	background-color:#ffffff;
	text-align:center;
	color:#999999;
	clear:both;
	margin:0 auto;
	font-style: normal;
	padding-top:20px;
	padding-bottom:20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width:700px;
	
	
}

#footer a, #footer a:link, #footer a:active, #footer a:visited, #footer a:hover {
	color:#5e94ee;
	font-weight:normal;
}

#flash {
	width: 700px;
	height:300px;
	margin:0 auto;
	padding:0;
}
#left_content {
	margin:0 auto;
	background-image:url(img/bg_content.gif);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	background-position:top;
	width:500px;
	color: #006699;
	padding:40px;
	position:relative;
}

#tab {
	background-color:#FFFFFF;
	float:left;
	width:450px;
	border-bottom:1px solid #CCCCCC;
	padding:8px;
}
#right_content {
background-color:#FFFFFF;
float:left;
width:220px;
margin-left:10px;
margin-top:10px;
}

h1 {
	font-family:			Arial, Helvetica, sans-serif;
	font-size:				26px;
	font-style:				normal;
	font-weight:			normal;
	text-align:				left;
	text-decoration:		none;
	color:					#a8101b;
	margin:					0;
}
h2 {
	font-family:			Arial, Helvetica, sans-serif;
	font-size:				24px;
	font-style:				normal;
	font-weight:			normal;
	text-align:				justify;
	text-decoration:		none;
	color:					#999999;

}
h3 {
	font-family:			Arial, Helvetica, sans-serif;
	font-size:				24px;
	font-style:				normal;
	font-weight:			normal;
	text-align:				justify;
	text-decoration:		none;
	color:					#999999;

}
.testo {
	font-family:			Arial, Helvetica, sans-serif;
	font-size:				12px;
	font-style:				normal;
	text-align:				justify;
	text-decoration:		none;
	font-weight:			normal;
	color:					#333333;

}
p {
	font-family:			Arial, Helvetica, sans-serif;
	font-size:				12px;
	font-style:				normal;
	text-align:				justify;
	text-decoration:		none;
	font-weight:			normal;
	color:					#333333;
	line-height:			18px;
}

img#sinistro {
	border: 				1px solid #999999;
	float: 					left;
	margin: 				15px 25px 10px 5px;
}
img#destro {
	border: 				1px solid #999999;
	float: 					right; 
	margin: 				15px 15px 15px 25px;
}
/* --------- Elenchi e menu ----------*/
ul {
	list-style: 			square url(img/ico_arrow.gif);
}
li {
	list-style: 			square url(img/ico_arrow.gif);
	margin-bottom:			5px;
	
	
}
.btn {
	background-color:#FFFF00;
	border:1px solid #e1e10b;
	font-weight:bold;
	color:#1a3691;
}
.right {
	float:right;
}
.tmb {
	float:left;
	width:102px;
	height:66px;
	margin-right:6px;
}
.tmb a, .tmb a:active, .tmb a:link, .tmb a:visited {
	display:block;
	border:1px solid #CCCCCC;
}
.tmb a:hover {
	display:block;
	border:1px solid #999999;
}
