body
{
	margin			: 0;
	padding			: 0;
	border			: 0;
	background-color	: #9469D6;
	background-image: url(../_pics/struttura/bg_body.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	color                  : #FFF;
}

body,
select,
input,
textarea {
	font-family		: Times New Roman, serif;
	font-size		: 21px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p
{
	margin				: 0;
	padding				: 0;
}

.display_none,
hr
{
	display				: none;
}

img
{
	border				: 0;
}

a:link,
a:visited
{
color                : #FD9EC9;
	text-decoration		: none;
	font-weight            : bold;
	text-decoration        : underline;
}

a:hover
{
	text-decoration		: underline;
	color                 : #FFF;
}

input.input_1,
select.input_1
{

}

input.input_1,
select.input_1,
textarea.input_1
{
	padding			: 2px;
	background-color	: #EEE;
	border			: 1px solid #999;
}

textarea.input_1 {
	
}

html>body div.clear { display: none; }
head:first-child+body div.clear { display: block; }
.clear { clear: both; line-height: 0px; font-size: 1px; }
/*/*/ .clear { display: none; } /* */

div {
	background		: transparent;
	margin			: 0px;
	padding			: 0px;
	border			: 0px;
}

form {
   margin         : 0;
   padding        : 0;
}

.centrato {
	text-align		: center;
}

.padding_1 {
	padding			: 5px;
}

.padding_1_lat {
	padding			: 0 5px;
}

.padding_2 {
	padding			: 10px;
}

.padding_2_left {
	padding			: 0 10px;
}

.padding_3 {
	padding			: 15px;
}

.padding_3_left {
	padding			: 0 15px;
}

.stile_indi
{
	display				: none;
}

div.div_pagina {
   background-image: url(../_pics/struttura/bg_pagina.jpg);
   background-repeat: no-repeat;
   background-position: center top; 
}

div.div_pagina div.div_container {
   width                : 980px;
   height               : 900px;
   margin               : auto;
   position             : relative;
}

div.div_pagina div.div_container div.div_testi,
div.div_pagina div.div_container div.div_footer {
   position             : absolute;
   text-align           : center;
   width                : 980px;
}

div.div_pagina div.div_container div.div_testi {
   top                  : 460px;
   line-height          : 22px;
}

div.div_pagina div.div_container div.div_testi span.important {
   font-size            : 23px;
   letter-spacing       : -1px;
}

div.div_pagina div.div_container div.div_footer {
   bottom               : 90px;
   font-size            : 11px;
   font-family          : Verdana, sans-serif;
}
