/* style sheet */

/* Style for all bodies and to control the margin on top. */
body {
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif; /*Papyrus, */
	font-size: 10px;
	color: #333333;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	margin-top: 5px;
	SCROLLBAR-FACE-COLOR: #DDDDDD; 
	SCROLLBAR-HIGHLIGHT-COLOR: #FBFEFF; 
	SCROLLBAR-SHADOW-COLOR: #FBFEFF; 
	SCROLLBAR-3DLIGHT-COLOR: #DDDDDD; 
	SCROLLBAR-ARROW-COLOR:#FBFEFF; 
	SCROLLBAR-TRACK-COLOR:#FBFEFF; 
	SCROLLBAR-DARKSHADOW-COLOR: #DDDDDD; 
	SCROLLBAR-BASE-COLOR: #FBFEFF;
}


/* Style for Index*/
#home .testo {
	/* font-family: Verdana, Arial, Helvetica, sans-serif; */
	font-size: 10pt;
	text-decoration : none;
}

#home .aforisma {
	/* font-family: Arial, Verdana, Helvetica, sans-serif; */
	font-size: 14px;
	font-style: italic;
}

#home a:link {
	/* font-family: Arial, Verdana, Helvetica, sans-serif; */
	text-decoration: none;
	color: #333333;
	font-weight:bold;
}
#home a:active {
	/* font-family: Arial, Verdana, Helvetica, sans-serif; */
	text-decoration: none;
	color: #333333;
	font-weight:bold;
}
#home a:visited {
	/* font-family: Arial, Verdana, Helvetica, sans-serif; */
	text-decoration: none;
	color: #333333;
	font-weight:bold;
}
#home a:hover {
	/* font-family: Arial, Verdana, Helvetica, sans-serif; */
	text-decoration: underline;
	color: #333333;
	font-weight:bold;
}


/* Tabella impaginatrice */
.base_table {
	border: 0px solid #FFFFFF;
	width: 80%;
}

.base_cell_1 {
	height: 550px;
}

.base_cell_2 {
}

.fredphoto_table {
	border: 0px solid #FFFFFF;
	width: 700px;
	height: 144px;
}



/* Immagine FredPhoto */
.img_titolo {
	width: 700px;
	height: 144px;
	border: 1px solid #000000;
	align: center;
}


/* Menù */
.menu_tabella {
	border: 0px solid #FFFFFF;
	width: 550px;
}

.menu_cella {
	border: 0px solid #FFFFFF;
}

.menu_testo {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 16px;
	font-variant: small-caps;
}


/* Menù Galleria */
.menu_galleria {
	font-family: Arial;
	font-size: 14px;
	font-variant: small-caps; font-weight:bold
}

.imagesmall { /* Thumbmail */
	border:0px;
}


/* Testo Copyright */
.copyright {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #707070;
	font-size: 10px;
}