/* CSS Document */

body {
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
}
#main { 
height: 100%; 
}
.sfondo {
background-image: url(images/sfondo.gif);
background-attachment: scroll;
background-position:top;
background-repeat:repeat-x;
}
.maintop {
background-image: url(images/bck_topmain.jpg);
background-position: top;
background-repeat: repeat-x;
}
.mainbottom {
background-image: url(images/bck_bottomain.jpg);
background-position: bottom;
background-repeat: repeat-x;
}
.poltrona {
background-image: url(images/poltrona.gif);
background-position: center;
background-position:right;
background-repeat: no-repeat;
padding-left: 10px;
padding-right: 10px;
}
.font {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #0033CC;
}
.fontBIG {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #FF0000;
}
.copy {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #FFBA00;
}
a.copy {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #FFBA00;
	text-decoration: none;
}
a:hover.copy {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.bordersotto {
border-bottom: solid 1px #CCCCCC;
}
.email a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #0033CC;
	}
.email a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #0033CC;
	}
.email a:hover, .email a:active { 
	text-decoration: none; 
	color: #ff0000;
	}
