/* CSS Document */

html{width:100%;}

body {width:780px;height: 100%;margin: 0px auto;padding: 0px;background-color: #FF9933;text-align: center;}

div#container {
position:relative;
background-color:#FFFFFF;
width:780px;
height:auto;
margin:0px;
border-left:2px solid #CC6666;
border-right:2px solid #CC6666;
border-bottom:2px solid #CC6666;
}

.testobianco_norm {
	font-family: Tahoma;
	font-size: 12px;
	letter-spacing: 0px;
	word-spacing: 0px;
	line-height: 20px;
	color: #FFFFFF;
}
.testo_norm {
	font-family: Tahoma;
	font-size: 12px;
	letter-spacing: 0px;
	word-spacing: 0px;
	line-height: 20px;
	color: #000000;
}
.testo_piccolo {
	font-family: Tahoma;
	font-size: 11px;
	letter-spacing: 0px;
	word-spacing: 0px;
	line-height: 20px;
	color: #000000;
}
a:link {
color: #07519A;
	text-decoration: none;
}
a:visited {
color: #07519A;
	text-decoration: none;
}
a:hover {
color: #07519A;
	text-decoration: none;
	text-decoration: underline;

}
.testogrande {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	word-spacing: 0px;
}
