@charset "utf-8";
/* CSS Document */

/* I fogli di stile elencati di seguito vengono importati in questo foglio  */
@import url(layouts.css);
@import url(components.css);
@import url(modules.css);
@import url(navigation.css);
@import url(forms.css);
 
 
/* #######################  IMPOSTAZIONI DI BASE ############################ */
html.body{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	margin-top: 0px;
	background-color: #CCCCFF;
}
 
body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	margin-top: 0px;
	background-color: #FFFFFF;
	}
 
/* formato dei titoli  */
h1 {
	font-size:16px;
	line-height: 1em;
	font-weight: 900;
}
h2 {
	font-size:15px;
	line-height: 1em;
	font-weight: 900;
}
h3 {
	font-size:14px;
	line-height: 1em;
	font-weight: 900;
}
h4 {
	font-size:13px;
	line-height: 1em;
	font-weight: 900;
}
h5 {
	font-size:12px;
	line-height: 1em;
	font-weight: 900;}
h6 {
	font-size:11px;
	line-height: 1em;
	font-weight: 900;
}
 
/* aspetto degli elementi di tabella validi per tutte le pagine */
td{
	font-size: 12px;
}
th{
	font-size: 12px;
}
 
/* aspetto dei link ipertestuali valido per tutte le pagine */
a:link {
	color: #CC6600;
}
a:hover {
	color: #659FDE;
}
a:visited {
	color: #CC6600;
}
img {
	border: 0 none;
}
 
 
/*  */
.clr{
	clear: both;
}


div.box_info
{
	width:75%;
	margin-left:auto;
	margin-right:auto;
	background-color:#FDFEDE;
	border:2px dotted #FF6600;
} 
/* ################################################## */

