html {overflow-y:scroll;}

body { font-family: Arial, Helvetica, sans-serif;
	background-color: #E4E4E4;
	margin-top: 0px;
	text-align: left;
}

.bold {font-size: 14px;
	color: #FF6600;
	font-weight: bold;
	text-align: left;
}

a:link {
	text-decoration: none;
	color: 666666;
	text-align: left;
}

a:visited {
	text-decoration: none;
	color: #666666;
	text-align: left;
}

a:hover {
	text-decoration: none;
	color: #666666;
	text-align: left;
}

a:active {
	text-decoration: none;
	color: #666666;
	text-align: left;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: bold;
	color: #FF6600;
	text-align: left;
	margin: 0px;
} 

h2 {
	font-size: 12px;
	color: #FF6600;
	text-align: left;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
} 

h3 { font-size: 12px;
	font-style: bold;
	color: #666666;
	text-align: left;
	margin: 0px;
} 

/* Formattazione */

.menuprincipale {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #666666;
	text-align: right;
	font-weight: normal;
}

.menuevidenziato {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #FF6600;
	text-align: right;
	font-weight: normal;
}

.testo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #666666;
	line-height: 18px;
	text-align: left;
}

.testobianco {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
	line-height: 18px;
	text-align: left;
}

.orange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FF6600;
	line-height: 18px;
}

.orangeb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FF6600;
	line-height: 18px;
	font-weight: bold;
}

a.orangeb:hover {
	color: #FF6600;
	text-decoration:underline
}

a.orangeb:visited {
	color: #FF6600;
}

.didascalia {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8px;
}

/* LAYOUT FORM */

form {
	background-color: #eee;
	width: 538px;
	display: block;
	/* [disabled]clear: both; */
	position: relative;
	padding: 30px 30px 30px 30px;
}


.tl, .tr, .bl, .br {
	position : absolute;
	width : 40px;
	height : 40px;  /* corner images are 40x40 */
	display : block;
	/* [disabled]margin-bottom : -1px; */  /* this is for IE */
}

.tl {
  background : transparent url(img/layout/rc40_tl.gif) no-repeat;
  top : 0;
  left : 0;
}

.tr {
  background : transparent url(img/layout/rc40_tr.gif) no-repeat;
  top : 0;
  right : 0;
}

.bl {
  background : transparent url(img/layout/rc40_bl.gif) no-repeat;
  bottom : 0;
  left : 0;
}

.br {
  background : transparent url(img/layout/rc40_br.gif) no-repeat;
  right : 0;
  bottom : 0;
}

label {
	background-color: #EEE;
	height: 15px;
	width: 80px;
	display: block;
	float: left;
	padding: 5px 0px 5px 10px;
	margin: 0px 15px 5px 0px;
	text-align: right;
}
input , textarea{
	height: 25px;
	width: 410px;
	border-width: 0px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
	background-color: #FFF;
	}
input {
	background-image: url(img/layout/roundfield.gif);
	padding: 0px 10px 0px 10px;
}

textarea {
	height: 100px;
	resize: none;
	padding: 5px 10px 5px 10px;
}
.submit input {
	background: url(img/layout/roundsubmit.gif);
	height: 25px;
	width: 100px;
	display: block;
	border-width: 0px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	left: 435px;
}

/* LAYOUT COLONNE */

#col_cont{
}

#col_left {
	width: 200px;
	margin: 0px 20px 0px 20px;
	float: right;
	display: block;
}

#col_right{
	width: 580px;
	margin: 0px 0px 0px 20px;
	display: block;
	padding: 0px 00px 0px 0px;
}

#baloon {
	background: #999;
	padding: 20px 20px 20px 20px;
	position: relative;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	font-size: 20px;
}

.baloonleft, .baloonright {
	position: absolute;
	width: 40px;
	height: 30px;
	display: block;
}

.baloonleft {
	background: url(img/layout/baloon_l.gif);
	bottom: -30px;
	left: 50px;
}

.baloonright {
	background: url(img/layout/baloon_r.gif);
	bottom: -30px;
	left: 70px;
}
#baloon strong {
	font-family: Verdana, Geneva, sans-serif;
	color: #666;
	font-size: 10px;
	font-style: normal;
	display: block;
	margin: 5px 0px 3px 0px;
}

