.bg-content {  
	background-image: url(../img/bg_content.gif); 
	background-repeat: no-repeat; 
	background-position: center bottom; 
	background-color: #FFFFFF; 
	background-attachment: fixed;
}

.bg-contact {  
	background-image: url(../img/bg_content_contacts.jpg); 
	background-repeat: no-repeat; 
	background-position: center bottom; 
	background-color: #FFFFFF; 
	background-attachment: fixed;
}

.bg-program {  
	background-image: url(../img/bg_content_prog.jpg); 
	background-repeat: no-repeat; 
	background-position: center bottom; 
	background-color: #FFFFFF; 
	background-attachment: fixed;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #002869;
}

.td1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #002869;
}

.td2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #002869;
}

.titolo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #F36F11;
}

.titoloIntesta {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #F36F11;
}


.titolo-bianco {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}

.form-input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #002869;
	background-color: #FFFFFF;
}

.btn {
	font-family : Arial, Helvetica, sans-serif;
	border: 0px outset;
	cursor: pointer;
	font-size:11px;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-image: url(../img/btn_invia.gif);
	width:126px;
	height:25px;
	color: #FFFFFF;
	background-color: #FFFFFF;
}

.link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}

.bg {
	background-image: url(../img/div.gif);
	background-position: center;
	background-repeat: repeat-y;
}

.bgO {
	background-image: url(../img/divO.gif);
	background-position: center;
	background-repeat: repeat-x;
}

#puntiValsesia {
	border: 1px solid #999999;
}


#puntiMogex {
	border: 1px solid #999999;
}


#puntiAcademy {
	border: 1px solid #999999;
}

#puntiExtreme {
	border: 1px solid #999999;
}

#puntiAdrenalin {
	border: 1px solid #999999;
}

#puntiMarmore {
	border: 1px solid #999999;
}

.bordo-sx {
	border-left-color: #999999;
	border-left-width: 1px;
	border-left-style: solid;
}


