body {
	margin: 15px;
	height: 100%;
	padding: 0px;
	font-family: Arial, Helvetica, Sans Serif;
	line-height: 120%;
	font-size: 12px;
	color: #333333;
	background: #ffffff;
	background: url('/biblioteca/images/tema.png');
}

.tema_chiaro{
	background: #ffffff;
	background: url('/biblioteca/images/tema_chiaro.gif');
}


.tabella_con {
	background: #ffffff;
	background: url('/biblioteca/images/sfondo_tabella.png') no-repeat;
}

.tabella {
	background: #ffffff;
	background: url('/biblioteca/images/sfondo.png') no-repeat;
}
td {
	text-align: left;
	font-size: 12px;
}

.titolo_1 {
	font-family: Verdana,Arial,sans-serif;
    color:#993300;
	font-size: 14pt;
	text-align: center;
	font-weight: normal;
	font-style: italic;
}

.titolo_2 {
	font-family: Verdana,Arial,sans-serif;
    color:#993300;
	font-size: 12pt;
	text-align: left;
	font-weight: normal;
	font-style: italic;
}

.titolo_3 {
	font-family: Verdana,Arial,sans-serif;
    color:#993300;
	font-size: 8pt;
	text-align: center;
	font-weight: normal;
	font-style: italic;
}


.campo {
	font-family: Verdana,Arial,sans-serif;
    color:#993300;
	font-size: 10pt;
	text-align: left;
	font-weight: lighter;
	font-style: italic;
}
.errore {
	background: red
	font-family: Verdana,Arial,sans-serif;
    color: #0000ff;
	font-size: 12pt;
	text-align: center;
	font-weight: normal;
	font-style: italic;
}

A:LINK{
	text-decoration : none;
	color : #0000ff ;
	font-size: 14px;
}
A:VISITED{
	text-decoration : none;
	color : 0000ff;
	font-size: 14px;
}
A:HOVER{
	text-decoration : none;
	Color : #ff0000;
	font-size: 14px;
}

a.indice:link, a.indice:visited {
	text-decoration : none;
	color : #1C0000 ;
	font-size: 18px;
}

a.indice:hover {
	text-decoration : underline;
	color : #8A0000 ;
	font-size: 18px;
}

.mainlevel:link, a.mainlevel:visited {
	display: block;
	background: url('/biblioteca/images/menu_bg.png') no-repeat;
	vertical-align: middle;
	font-size: 12px;
	font-weight: bold;
	color: #ccc;
	text-align: left;
	padding-top: 5px;
	padding-left: 18px;
	height: 20px !important;
	height: 25px !important;
	width: 100%;
	text-decoration: none
}

a.mainlevel:hover {
	background-position: 0px -25px;
	text-decoration: none;
	color: #fff;
}

a.mainlevel2:link, a.mainlevel2:visited {
	display: block;
	background: url('/biblioteca/images/menu_bg_dx.png') no-repeat;
	vertical-align: middle;
	font-size: 12px;
	font-weight: bold;
	color: #ccc;
	text-align: center;
	padding-top: 5px;
	padding-left: 18px;
	height: 20px !important;
	height: 25px !important;
	width: 100%;
	text-decoration: none
}

a.mainlevel2:hover {
	background-position: 0px -25px;
	text-decoration: none;
	color: #fff;
}