
/* FORMATTAZIONE DEL TESTO */
/* sopra - dx - sotto - sx */	

/*	TITOLI   */


h1 {
	font:italic 500 24pt georgia, serif;
	color: #E60000;
	display: block;
	margin:5px 0 5px 0;
	padding: 5px 2px 5px 2px;
	border-top: 5px double;
	border-top-color: #0080FF;
	border-bottom: 2px solid;
	border-bottom-color: #0080FF;
	text-align: center;
	font-weight: bold;
}

h2 {
	font: italic 900 1.5em/1em verdana, helvetica, sans-serif;
	display: block;
	margin:10px 0;
	text-align: center;
	color: #0033CC;
}
h3 {
	font-family: sans-serif;
	margin:5px;
	text-align: center;
	color: #003399;
	font-size: 20px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	margin:5px;
	text-align: center;
	color: #CC0000;
	font-size: 16px;
}

h5 {
	font-size: 16px;
	font-family: "Times New Roman", Times, serif;
	color: #CC0000;
	font-style: italic;
	font-weight: bold;
	text-align: left;
	padding: 0px 0px 0px 15px;
	margin:  0px 0px -15px 0px;
}

/* sopra - dx - sotto - sx */	
.titoletto_capitoli {
	padding: 5px 0 5px 0px;
	font-size: 18px;
	color: #002AFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top: #b5a455 double 1px;
	border-bottom: #b5a455 double 1px;
	margin: 15px 5px 10px 5px;
	text-align: center;
}


/*	TESTI STANDARD   */
p {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	
a {
	text-decoration: none;
	}	
a:link, a:visited, a:hover, a:active{
text-decoration:none;
}
a:link {
color: #000099;
}
a:visited {
color:#000099;
}
a:hover {
color: #FF0000;
}
a:active {
color: #0033FF;
}

.grassetto_rosso {
	color: #F20000;
	font-weight: bold;
}

.grassetto_azzurro {
	color: #0033FF;
	font-weight: bold;
}

.corsivo {
	font-style: italic;
	font-size: 12px;
	}

.data_rossa {
	color:#F20000;
	font-size: 12px;
	}


.rosso {
	color: #FF0000;
}

.azzurro {
	color: #0066FF;
}

.centro {
	text-align: center;
}

.browser {
	font-size: 12px;
	color: #000099;
	text-indent: 10px;
}

.santo_oggi{
	font-size: 12px;
	padding-bottom: 10px;
}



/*	TABELLA ALBUM FOTOGRAFICO   */

.gallery_titolo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #008080;
	font-weight: bold;
	font-style: oblique;
	text-align: left;
}

.gallery_p1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #CC3333;
	text-align: right;
}

.gallery_txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: justify;
}
.gallery_table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}




/* FORMATTAZIONE DELL'HEADER */

.Parrocchia_header {
	color: #000099;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
}

/* FORMATTAZIONE DEL FOOTER */
.Parrocchia_footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	}

.rosso_bold {
	color: #FF0000;
	font-weight: bold;
}

.preghiera  {
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	color: #333333;
}


/* SEGNALA PAGINA */	

.box_segnala {
	width:150px;
	margin:5px auto;
	border-color: #0033FF;
	border-style: solid;
	border-width: 1px;
	font-size:11px;
	background-color: #FFFFCC;
	height: 50px;
	padding: 5px;
}

.floatleft{
	float:left;
	width:48%;
	padding:1px;
	font-weight: bolder;
}

.floatright{
	float:right;
	width:48%;
	padding:1px;
	font-weight: bolder;
}

/* FINE SEGNALA PAGINA */	




