A:link { 		
		color: 				#f86670;
		text-decoration: 	none;
}
		
A:visited { 
		color: 				#4561D5;
		text-decoration: 	none;
}
 
A:hover { 	
		color: 				#767575;
		font-weight: 		bold;
		text-decoration: 	none; 
}

A.menulink {
		display: 			block;
		width: 				154px;
		text-align: 		left;
		text-decoration: 	none;
		font-family: 		eurasia, sans-serif;
		font-size: 			12px;
		color: 				#D32936;
		padding-left: 		15px;
		border: 			solid 1px #000000;
		background-image: 	url(../images/striscia.gif);
		background-repeat: 	no-repeat;
}

A.menulink:hover {
		border: 			solid 1px #D3D3D3;
		color: 				#FFFFFF;
		padding-left: 		15px;
		background-color: 	#D32936;
		background-image: 	url(../images/striscia_hover.gif);
		background-repeat: 	no-repeat;
}

A.novita { 		
		color: 				#f86670;
		font-size:			10px;
		font-weight:		bold;
		text-decoration: 	underline;
}

A.novita:hover { 	
		color: 				#767575;
		font-size:			10px;
		font-weight:		bold;
		text-decoration: 	none; 
		
}

body {  
		font-family: 		Arial, Helvetica, sans-serif;
		color: 				#000000; 
		margin-top: 		0px; 
		margin-right: 		0px; 
		margin-bottom: 		0px; 
		margin-left: 		0px; 
		background-color: 	#FFFFFF;
}

#testata {
		
		height: 			100px;
		width: 				100%;
		background-image: 	url(../images/sfondo_dx.gif);
		background-repeat:	repeat-x;
}	

#sfondosx {
		height: 100px;
		background-image: 	url(../images/sfondo_sx.gif);
		background-repeat: 	no-repeat;
}			
  
#corpo {
		margin-top: 		20px;
		margin-left: 		0px;
}

.sinistra {
		width: 15%;
		vertical-align: 	top;
		border-right:		1px solid;
		padding-top:		10px;
		padding-right:		3px;
		padding-left:		3px;
}

.centrale {
		width: 				50%;
		vertical-align: 	top;
		padding-top:		50px;
		padding-left:		10px;
		padding-bottom: 	20px;
		font-size:			0.75em;
		background-image: 	url(../images/roma_centrale.gif);
		background-repeat: 	repeat-y;
}

.destra {
		vertical-align: 	top;
		right: 				0px;
		width: 				35%;
		border-top:			1px dashed;
		text-align: 		right;
}

.data {
		font-size: 			0.70em;
		position: 			absolute;
		left: 				85px;
		top: 				75px;
		width: 				150px;
}

.lingua {
		position: 			absolute;
		right: 				5px;
		top: 				56px;
}

#footer { 
		height: 			58px;
		font-size: 			0.75em; 
		text-align: 		center;
		background-image: 	url(../images/cric-sfondo.gif);
		background-repeat: 	no-repeat;
		background-position:	50% 50%;
}

#interp {
		position: 			absolute;
		left: 				0px;
		margin-top: 		15px;
		margin-left: 		80px;
		float: 				left;
}

#aiic {	
		position: 			absolute;
		right: 				0px;
		margin-top: 		15px;
		margin-right: 		80px;
		float: 				right;
}

hr {
		margin-top: 		30px;
		width: 				75%;
		height: 			1px;
}

h6 { 	margin: 			10px; }

img { 	border: 			0px; }

ul,li  { list-style-image: url(../images/circle.gif); }

ul.nomi li{ 
		display:	inline;
		background: transparent url("../images/circle.gif") center left no-repeat;
   	padding-left: 10px;
		padding-right: 10px; 
}

table.nomi {
		vertical-align: 	top; 
		border: 			none;
}	

li.offerta:first-line { 
		font-size:			1.10em;
		color:				#D32936;
}

.cric { 
		font-weight:		bold;
		color:				#D32936;
}

.avviso {
		color:				#D32936;
		font-style:			italic;
		font-size:			0.90em;
		font-weight:		bold;			
}

.riassunto {	
		border:				1px solid;
		background-image:	url(../images/riassunto.gif);
		background-repeat:	repeat;
		padding:			5px;
}

.center {
		text-align: 		center;
		font-size:			10px;
}

.bold { font-weight: bold; }

p:first-letter { 
		font-weight: 		bold; 
		color: 				#D32936;
}