
body, html
{
	font-size: 11px;
	font-family:    Tahoma, Arial, Helvetica, Verdana, sans-serif;
    COLOR: #7C7C7C;		
    margin : 0px;
    padding : 0px;
    text-align : center;
}

table, input, select, textarea
{
	font-size: 11px;	
	font-family:    Tahoma, Arial, Helvetica, Verdana, sans-serif;	
}


A:link, A:visited, A:Active
{
	color : #0084D3;
	text-decoration : none;
}

A:hover
{
	color : #0084D3;
	text-decoration : underline;	
}


.LinkScuro:link, .LinkScuro:visited, .LinkScuro:Active
{
	color : #626262;
	text-decoration : none;
}

.LinkScuro:hover
{
	color : #626262;
	text-decoration : underline;	
}

#pagina
{
	margin : 0px;
	padding : 0px;
	margin-left : auto;
	margin-right : auto;
	text-align : left;
	width : 990px;
	height : auto;
}

#top
{
	margin : 0px;
	padding : 0px;	
	width : 990px;
	height : 20px;
	background-image : url(/immagini/SfondoTop.jpg);
	background-position : left bottom;
	background-repeat : no-repeat;
	text-align : center;
}



#bottom 
{
	margin : 0px;
	padding : 0px;	
	width : 990px;
	height : 25px;
	background-image : url(/immagini/SfondoBottom.jpg);
	background-position : left top;
	background-repeat : no-repeat;	
	text-align : center;
	padding-top : 10px;
}

#content
{
	margin : 0px;
	padding : 0px;	
	width : 990px;
	background-image : url(/immagini/SfondoCentro.jpg);
	background-position : left top;
	background-repeat : repeat-y;
	height : auto;
}

#content #logo
{
	padding : 0px;
	margin : 0px;
	width : 931px;
	margin-left : 30px;
	margin-right : 29px;
}

#contentDefault
{
	margin : 0px;
	padding : 0px;	
	width : 990px;
	background-image : url(/immagini/SfondoCentroAzzurro.jpg);
	background-position : left top;
	background-repeat : repeat-y;
	height : auto;
}

.boxVerde
{
	padding : 0px;
	margin : 0px;
	float : left;
	width : 464px;
	height : 265px;		
	text-align : center;
	background-image : url(/immagini/boxVerde.jpg);
	background-position : left top;
	background-repeat : no-repeat;		
}

.boxAzzurro
{
	padding : 0px;
	margin : 0px;
	float : left;
	width : 463px;
	height : 265px;	
	text-align : center;
	background-image : url(/immagini/boxAzzurro.jpg);
	background-position : left top;
	background-repeat : no-repeat;	
}


.TestoAzzurro
{
	color : #0084D3;
}

.TestoRosso
{
	color : #DE0812;
}

.ClearFloat
{
	padding : 0px;
	margin : 0px;
	font-size : 1px;
	clear : both;
}

.ErrorMessage
{
	color : #E20C18;
	font-weight : bold;
}
