@charset "utf-8";
/* CSS Document */

body {
	background-color: #010080;
}
p{
	margin: 0;
	padding: 0;
}
.tabella_esterna {
	width: 981px;
}
/* ------- menu style --------*/
.menu {
	width: 225px;
	height: 480px;
	background-image: url(../img/menu.jpg);
	background-position:top left;
	background-repeat: no-repeat;
}
.menu td{
	height: 27px;
	text-align: center;
}
.barra_title {
	width: 755px;
	height: 27px;
	background-image:url(../img/last.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}
.barra_viola {
	height: 20px;
	background-image: url(../img/title.png);
	background-position: top left;
	background-repeat: no-repeat;
}
.cover{
	border: 1px solid #f3a846;
}
/* ------- text style --------*/
.testo_orange_11 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #f3a846;
	text-decoration: none;
}
a.testo_orange_11:hover {
	color: #644c98;
	text-decoration: none;
}
.testo_viola_11 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #644c98;
	text-decoration: none;
}
.testo_bianco_12 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-align: justify;
	line-height: 15px;
	padding: 20px;
}
.testo_bianco_11_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	padding-left: 20px;
}
.testo_bianco_11 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
a.testo_bianco_11:hover {
	font-weight: bold;
	color: #FFCC66;
	text-decoration: none;
}
.testo_bianco_9 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
