/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #400000;
	background-color: #FFFFFF;
	scrollbar-base-color: #8E735D;
	margin: 0px;
	
	background-image:url(img/bkgr.gif);
	background-repeat:repeat-y;
	background-position:center;
	
}

/* ATTENZIONE!!! NON ASSEGNARE BACKGROUND ALLE TD ALTRIMENTI IL WEB EDITOR DELLE LISTE NON RIESCE A SOVRASCRIVERLO */
td {font-family: Arial, Helvetica, sans-serif;font-size: 12px;color: #400000;}

.tdj {font-family: Arial, Helvetica, sans-serif;font-size: 12px;color: #400000; text-align:justify}
input {font-family: Arial, Helvetica, sans-serif;font-size: 12px;color: #400000;}
.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #400000;
}

.aSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #400000;
}

.testoNormale {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #400000;	
}

.smallEvi {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #400000;
	font-weight: bold;
}
.bkgmarrone {
	background-color: #400000;
	color: #FFFFFF;
}
.bkgChiaro {
	background-color: #E5D8C8;
	font-weight: bold;
	color: #400000;
}
.bkgChiaro2 {
	background-color: #D6C1A9;
	font-weight: bold;
	color: #400000;
}
.bkgbianco {
	background-color: #FFFFFF;
	font-weight: bold;
	color: #400000;
}
.bkgbordo {
	background-color: #B5CBE3;
}
.titolo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #400000;
	font-weight: bold;
}
.titoloCorsivo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #400000;
	font-weight: bold;
	font-style: italic;
}
.titoloEvidenziato {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#FF6600;
	color: #FFFFFF;
	font-weight: bold;
}
.linkint {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #400000;
	text-decoration: none;
}
.linkint:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8E735D;
	text-decoration: none;
}
.linkint14 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FF6600;
	text-decoration: none;
}
.linkint14:hover {
	color: #8E735D;
}
.bottone {font-family: Arial, Helvetica, sans-serif;font-size: 12px;color: #400000;background-color: #E5D8C8;}