body
{
	background-color: #FFFFFF;
}

td
{ 
	color: #000000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
}

ul li
{ 
	list-style-image: url(img/puntoelenco.gif);
}

br
{ 
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 15px;
}

.bacchetta
{ 
	background-color: #CA4345;
}


.menu
{ 
	color: #EF3B44;
	font-family: Futura MT, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

.menu a:link
{ 
	text-decoration: none;
	color : #FFFFFF;
}

.menu a:visited
{ 
	text-decoration: none;
	color : #FFFFFF;
}

.menu a:hover
{ 
	text-decoration: none;
	color : #FFE6E1;
}


.sottotitolo
{ 
	color: #CA4345;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.titolo
{ 
	color: #EF3B44;
	font-family: Futura MT, Arial, Verdana, Helvetica, sans-serif;
	font-size: 20px;
}

.dida
{ 
	color: #CA4345;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
}

.testo
{ 
	color: #68696C;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
}

.testostudies
{ 
	color: #000000;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
}

.testostudies a:link
{ 
	text-decoration: underline;
	color : #000000;
}

.testostudies a:visited
{ 
	text-decoration: underline;
	color : #000000;
}

.testostudies a:hover
{ 
	text-decoration: underline;
	color : #000000;
}


.testorossostudies
{ 
	color: #EF3B44;
	font-family: Arial, Verdana, Century731 BT, Helvetica, sans-serif;
	font-size: 10px;
}

.testorosso
{ 
	color: #EF3B44;
	font-family: Arial, Verdana, Century731 BT, Helvetica, sans-serif;
	font-size: 12px;
}

.testonero
{ 
	color: #000000;
	font-family: Verdana, Century731 BT, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.testobiancopicc
{ 
	color: #FFFFFF;
	font-family: Verdana, Century731 BT, Arial, Helvetica, sans-serif;
	font-size: 10px;
}


.sponsor
{ 
	 background-color: #FFFFFF;
	color: #BE8F61;
	font-family: Century731 BT, Arial,Verdana, Helvetica, sans-serif;
	font-size: 20px;
}

.sottotitolorosso
{ 
	background-color: #CA4345;
	 color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.testogrigio
{ 
	color: #68696C;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
}

.testogrigio a:link
{ 
	text-decoration: underline;
	color : #68696C;
}

.testogrigio a:visited
{ 
	text-decoration: underline;
	color : #68696C;
}

.testogrigio a:hover
{ 
	text-decoration: underline;
	color : #68696C;
}


a:link
{ 
	text-decoration: underline;
	color: #68696C;
}

a:active
{ 
	text-decoration: underline;
	color: #68696C;
}

a:visited
{ 
	text-decoration: underline;
	color: #68696C;
}























/* S3SLIDER */

#s3slider {
	width: 800px !important; /* important to be same as image width */
	height: 424px !important; /* important to be same as image height */
	position: relative !important; /* important */
	overflow: hidden !important; /* important */
	border: 1px solid gray !important;
	margin: 1em auto 1em auto;
}

#s3sliderContent {
	width: 800px !important; /* important to be same as image width or wider */
	position: absolute !important; /* important */
	top: 0 !important; /* important */
	margin:0;
	padding:0;
}

.s3sliderImage {
   float: left !important; /* important */
   position: relative !important; /* important */
   display: none; /* important */
}

.s3sliderImage span {
	position: absolute !important; /* important */
	left: 0 !important;
	font: 10px/15px Arial, Helvetica, sans-serif;
	padding: 10px 13px !important;
	width: 574px !important;
	background-color: #000 !important;
	filter: alpha(opacity=70); /* here you can set the opacity of box with text */
	-moz-opacity: 0.7; /* here you can set the opacity of box with text */
	-khtml-opacity: 0.7; /* here you can set the opacity of box with text */
	opacity: 0.7; /* here you can set the opacity of box with text */
	color: #fff;
	display: none; /* important */
	bottom: 0 !important;

   /*
       if you put
       top: 0; -> the box with text will be shown at the top of the image
       if you put
       bottom: 0; -> the box with text will be shown at the bottom of the image
   */
}

#s3slider ul,
#s3slider li
{
	list-style:none !important;
	margin:0 !important;
}

.clear {
   clear: both !important;
} 