/* ****************************** BODY ****************************** */
body
{
    background: #FFFFFF url(../images/bground.gif) no-repeat;
    background-position: right top;
    color: #000000;
    font:0.7em Arial,Georgia,Tahoma,Verdana,sans-serif; 
    margin:0;
    padding:0;
    text-align: left;
}
/* ****************************** INTRO ****************************** */
.titolo
{
	color: #7090A7;
	font-size: 3.5em;
	font-weight:bolder;
	text-transform: uppercase;
	letter-spacing: 2px;
	font: Tahoma;
	text-indent: 50px;
	top: 60px;
	position: absolute;	
}
.sottotitolo
{	
	background-color: Transparent;
	color: #C7D0D9;
	font-size: 1.3em;
	font-weight:bolder;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-indent: 50px;
	height: 25px;
	line-height: 25px;
	top: 95px;
	left: 0px;	
	position: absolute;
}
.sottotitoloSfondo
{
	background: #90465F;
	height: 25px;
	line-height: 25px;
	top: 95px;
	left: 0px;		
	width:60%;	
	right: 280px;		
	position: absolute;	
}
.informazioni
{
	color: #ADC2D5;
	font: Verdana;
	font-weight: bold;
	text-indent: 50px;
	font-size: 1.2em;
	top: 125px;
	left: 0px;	
	position: absolute;
}
.messaggioIntro
{
	color: #666666;
	font-size: 1.4em;
	font-style: italic;
	font-weight: normal;
	top: 200px;
	left: 130px;
	position: absolute;
}
.messaggioIntroNote
{
	font-size: 0.7em;
}
.messaggioIntro a:link, .messaggioIntro a:visited, .messaggioIntro a:hover
{
	color: #B27D8F;
	font-weight: bold;
	font-size: 1em;
}
/* ****************************** IMPOSTAZIONI GENERALI ****************************** */
a:link,a:visited,a:hover
{
	color: #000000;
}
/* ****************************** IMPOSTAZIONI GENERALI FISSE ****************************** */
a:link,a:visited
{
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
a img, img {
	border: 0px;
}
div.hide {
	display: none;
}
hr.hide {
	display: none;
}
.hide
{
	display: none;
}