A {text-decoration: none;}
A:link  {color: #ffffff;}
A:visited  {color: #ffffff;}

.font0 {
	font-family: arial, helvetica;
	font-size: 23px;
	color: #ffffff;
}
.font1 {
	font-family: arial, helvetica;
	font-size: 16px;
	color: #ffffff;
}
.font2 {
	font-family: arial, helvetica;
	font-size: 13px;
	color: #ffffff;
}
.font3 {
	font-family: arial, helvetica;
	font-size: 11px;
	color: #ffffff;
	font-style: italic;
	text-indent: 10px;
	padding-bottom: 10px;
}

body {
	background-color: #001355;
	margin: 0px;
}

#contenitore {
	margin: 0px auto; 
	padding: 0px; 
	background-color: #001355; 
}

.cover {
	border: solid 1px #ffffff;
}

.tab_dx {
	padding: 10px 0px;
	vertical-align: top;
}

.tab_sx {
	padding: 20px 10px;
	vertical-align: top;
}

.riquadro {
	padding: 10px;
	vertical-align: top;
}

.riquadro1 {
	padding: 10px;
	vertical-align: top;
	max-width: 300px;
	width: expression(document.body.clientWidth > 282? "280px" : "auto");
	white-space: nowrap;
}

.riquadro2 {
	vertical-align: top;
	white-space: nowrap;
}

table.riquadro-titoli {
	width: 250px;
	font-family: arial, helvetica;
	font-size: 13px;
	color: #ffffff;
	margin: 30px 0px;
}

table.riquadro-titoli td {
	padding: 2px;
	vertical-align: top;
}

.autori {
	text-align: right;
	vertical-align: top;
	font-family: arial, helvetica;
	font-size: 13px;
	color: #ffffff;
}

.riga_lunga {
	border-top: 1px dashed #dcdcdc; 
	width: 90%;
	margin-top: 15px;

}

.riga_corta {
	border-top: 1px dashed #dcdcdc; 
	width: 45%;
	margin-top: 15px;
}

td.top_sx {
	padding: 0px;
	background-image: url(immagini/top_left.gif);
	background-repeat: no-repeat;
}

td.top {
	height: 20px;
	padding: 0px;
	background-image: url(immagini/top.gif);
	background-repeat: repeat-x;
}

td.top_dx {
	padding: 0px;
	background-image: url(immagini/top_right.gif);
	background-repeat: no-repeat;
}

td.bottom_sx {
	padding: 0px;
	background-image: url(immagini/bottom_left.gif);
	background-repeat: no-repeat;
}

td.bottom {
	height: 20px;
	padding: 0px;
	background-image: url(immagini/bottom.gif);
	background-repeat: repeat-x;
}

td.bottom_dx {
	padding: 0px;
	background-image: url(immagini/bottom_right.gif);
	background-repeat: no-repeat;
}

td.sx {
	padding: 0px;
	background-image: url(immagini/left.gif);
	background-repeat: repeat-y;
}

td.dx {
	padding: 0px;
	background-image: url(immagini/right.gif);
	background-repeat: repeat-y;
}
