/* Definisco le regole per il corpo del documento */

/* Titolo di terzo livello */
h3 {
	font-family: Times new roman;
	font-size: 25px;
	font-weight: bold;
	font-style:italic;
	color: #8f0404;
	text-align: center;
/*	background-color: #99ff66;  */
}

/* Paragrafo generico */
p {
	font-family: Helvetica;
	font-weight: normal;
	font-size: 14px;
	text-align: center;
	line-height: 20px;
	color: black;

}

p.pgen {
	font-family: Helvetica;
	font-weight: normal;
	font-size: 16px;
	text-align: justify;
	line-height: 20px;
	color: black;
}

ul.pgen {
	font-family: Helvetica;
	font-weight: normal;
	font-size: 16px;
	text-align: justify;
	line-height: 20px;
	color: black;
}

ol.pgen {
	font-family: Helvetica;
	font-weight: normal;
	font-size: 16px;
	text-align: justify;
	line-height: 20px;
	color: black;
}  


p.head {
	font-family: Arial;
	font-weight: bold;
	font-size: 11px;
	text-align: center;
	color: red;
}

p.foot {
	font-family: Helvetica;
	font-weight: normal;
	font-size: 10px;
	text-align: center;
	color: #8f0404;
}

 

/*tabella senza bordi */
table.lessborder{
	font-family: Helvetica;
	font-size: 12px;
	font-weight: bold;
	font-style:;
	color: #404040;
	text-align: left;
}

table.eventi{
	font-family: Helvetica;
	font-size: 14px;
	font-weight: normal;
	font-style:;
	color: #8f0404;
	text-align: center;
}


/*tabella menu */
table.t1 {
	BORDER-COLLAPSE: collapse;
	BORDER: ;
	font-family: Helvetica;
}

table.t1 td {
	font-family: Helvetica;
	font-weight: normal;
	font-size: 14px;
	text-align: left;
	margin-top: 2px;
	color: black;
}
table.t2 td {
	font-family: Helvetica;
	font-weight: normal;
	font-size: 14px;
	text-align: center;
	margin-top: 2px;
	color: black;
}

table.submen td {
	background-color: #ffffff;
	border: ;
	width:150px;
	font-family: Helvetica;
	font-weight: bold;
	font-size: 12px;
	padding-left:;
	text-align: left;
	margin-top:;
	color: #404040;
}

a.menu {
	color: #8f0404;
	text-decoration: none;
	display: block;  
}

a:hover.menu {
	background-color: #e4e4e4;
	color: #996600;

	text-decoration: none;
	display: block; 

}

a.link {
	color: black;
	text-decoration:;  
}

a:hover.link {
	background-color: #e4e4e4;
	color: #996600;

	text-decoration: none;

}


a.submen {

	background-color: #e4e4e4;
	color: #996600;
	text-decoration: none;
	display: block; 
}

a:hover.submen {
	background-color: #66ccff;
	color: #996600;
	text-decoration: none;
	display: block; 

}


img.list {
	border: 0px;
	width: 15px;
	height:15px;
	vertical-align: bottom;
}


/* calendario */
table.cal {
	width:190px;	
	FONT-FAMILY: Helvetica;
	FONT-SIZE: 10px;
	text-align: center;
	color: #8f0404;
}


a.cal{
	background-color: #BEC8D1;
	color: #404040;

	text-decoration: none;
}


table.all {
	BORDER-COLLAPSE: collapse;
	font-family: Helvetica;
	text-align: center;	
}

table.all td {
	border: ;
	width:;
	height:30px;	
	font-family: Helvetica;
	font-weight: normal;
	font-size: 16px;
	text-align: left;
	margin-top: 2px;
	padding-left: 50px;
	color: black;
}

table.load td {
	background-color:;
	border: ;
	width:200px;
	height:15px;	
	font-family: Helvetica;
	font-weight: normal;
	font-size: 11px;
	text-align: left;
	margin-top: 2px;
	padding-left:;
	color: #8f0404;
}

a.lab {
/*	background-color: #ffffff; */
	color: #8f0404;

/*	position: relative; */
	text-decoration: none;
/*	display: block; */  
}

a:hover.lab {
	background-color: #e4e4e4;
	color: #996600;

/*	position: relative; */  
	text-decoration: none;
/*	display: block; */ 

}

