@charset "utf-8";
/* CSS Document */

body{
	margin:0;
}
.titolo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #2E91DC;	
}

.titolo A:LINK {
	color : #2E91DC;
	text-decoration: none;
} 

.titolo A:VISITED {
	color : #2E91DC;
	text-decoration: none;
} 

.titolo A:HOVER {
color : #000000;
text-decoration : none;
} 

.titolo A:ACTIVE {
	color : #2E91DC;
	text-decoration: none;
}
.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #2E91DC;
	text-align: right;
	vertical-align: bottom;
}
.menu A:LINK {
	color : #2E91DC;
	text-decoration: none;
} 

.menu A:VISITED {
	color : #2E91DC;
	text-decoration: none;
} 

.menu A:HOVER {
color : #000000;
text-decoration : none;
} 

.menu A:ACTIVE {
	color : #2E91DC;
	text-decoration: none;
}
.cont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	text-align: justify;	
}
.cont A:LINK {
color : #333333;
text-decoration: none;
} 

.cont A:VISITED {
color : #333333;
text-decoration: none;
} 

.cont A:HOVER {
	color : #2E91DC;
	text-decoration : none;
} 

.cont A:ACTIVE {
color : #333333;
text-decoration: none;
} 
 
.foot {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: italic;
	font-weight: normal;
	color: #666666;
	text-align: center;
}
.foot A:LINK {
color : #666666;
text-decoration: none;
} 

.foot A:VISITED {
color : #666666;
text-decoration: none;
} 

.foot A:HOVER {
	color : #2E91DC;
	text-decoration : none;
} 

.foot A:ACTIVE {
color : #666666;
text-decoration: none;
}
