body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding:0;
	background-color: #FFFFFF;
}
h1, h2, h3, h4, h5, h6 { /* Queste sono le regole generali degli titoli */
	font-family:Arial, Helvetica, sans-serif;
	font-weight:400;
	margin:0;
	padding:0;
}

p { /* Le regole del paragrafo */
	font-family: Arial, Helvetica, sans-serif;
	font-size: None;
	margin:0;
	padding:0;
	color: #333333;
	font-style: normal;
}
a.testo_blu:link {
	text-decoration: none;
	color: #332870;
}
a.testo_blu:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a.testo_blu:visited {
	text-decoration: none;
	color: #332870;
}
a.testo_grigio:link {
	text-decoration: none;
	color: #666666;
}
a.testo_grigio:hover {
	text-decoration: none;
	color: #ACD448;
}
a.testo_grigio:visited {
	text-decoration: none;
	color: #666666;
}
.form_error {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF0000;
}
#container{
	width: 775px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -387px;
	position: absolute;
	left:     50%;
	height: 100%;
}
#header_index {
	height: 215px;
	width: 775px;
	padding: 0px;
	position: static;
	z-index: 1;
	background-color: #acd448;
}
#header_pages {
	height: 80px;
	width: 775px;
	padding: 0px;
	position: static;
	z-index: 1;
	background-color: #acd448;
}
#header_navig {
	height: 20px;
	width: 775px;
	padding: 0px;
	position: static;
	z-index: 1;
	background-color: #332870;
}
#header_spacer {
	height: 6px;
	width: 775px;
	padding: 0px;
	position: static;
	z-index: 1;
	background-color: #acd448;
}
#header_titles {
	height: 130px;
	width: 775px;
	padding: 0px;
	position: static;
	z-index: 1;
	background-color: #332870;
}
#footer_navig {
	height: 15px;
	width: 595px;
	padding: 0px;
	position: static;
	z-index: 1;
	background-color: #EFF2E0;
}
#footer {
	height: 60px;
	width: 775px;
	padding: 0px;
	position: static;
	z-index: 1
}
#page {
	height: auto;
	width: 775px;
	padding: 0px;
	position: static;
	z-index: 1
}
#container_adm {
	width: 700px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: -350px;
	position: absolute;
	left:     50%;
	height: 100%;
	background-color: #FFFFFF;
}
.adm_tab_head {
	font-weight: bold;
	background-color: #999999;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	padding: 2px;
	height: 20px;
	vertical-align: middle;
}
.adm_tab_head_list {
	font-weight: bold;
	background-color: #CCCCCC;
	height: 16px;
	color: #333333;
	vertical-align: middle;
	text-align: left;
	padding: 2px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
}
.adm_tab_rows {
	background-color: #FFFFFF;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-bottom-width: thin;
}
.adm_button {
	text-decoration: none;
	background-color: #999999;
	border: thin solid #666666;
}
.adm_button_on {
	text-decoration: none;
	background-color: #FF0000;
	border: thin solid #666666;
}
.adm_button_ov {
	text-decoration: none;
	background-color: #CCCCCC;
	border: thin solid #666666;
}
.titoli_green {
	font-weight: bold;
	font-size: 12px;
	color: #acd448;
}
.testo_blu {
	color: #332870;
}
.testo_grigio {
	color: #666666;
}
.claim {
	color: #666666;
	font-size: 24px;
}
.elementoff {
	display: none;
}
.elementon {
	display: inline;
}
