body {
	color: #000;
	background: #cfc;
	margin: 25px 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}
img {
	display: block;
	border: 0;
}
a:link {
	font-weight: bold;
	color: #F00;
	text-decoration: none;
	background: transparent;
}
a:visited {
	font-weight: bold;
	color: #F00;
	text-decoration: none;
	background: transparent;
}
a:hover {
	font-weight: bold;
	color: #00F;
	text-decoration: underline;
	background: transparent;
}
a:active {
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
	background: transparent;
}
h1 {
	font-size: 36px;
	color: #900;
}
h2 {
	font-size: 30px;
	color: #900;
}
h3 {
	font-size: 24px;
	color: #900;
}
h4 {
	font-size: 20px;
	color: #900;
}
h5 {
	font-size: 18px;
	color: #900;
}
h6 {
	font-size: 14px;
	color: #900;
}
p {
	font-size: 12px;
	line-height: 1,5;
	text-align: left;
	margin-top: 0;
	margin-bottom: 1em;
}
#footer p {
	font-size: 11px;
	text-align: center;
	margin-top: 25px;
	margin-bottom: 1em;
}
.bordorosso {
	border: 1px solid #FF0000;
}
table#cont {
    margin-top: 15px;
 }
#contenuto {
	padding-top: 20px;   
	padding-left:50px;
	background: #fff;
	border: 1px solid #FF0000;
}
#contenuto p {
	width: 480px;
}
/* componenti della barra laterale */
#sidebar p {
	text-align: right;
	padding-right: 5px;
}
#sidebar img {
	margin: 0px 0 15px 0;
}
td#sidebar {
	BACKGROUND: transparent url(images/bgpat.gif);
	MARGIN: 0; 
	WIDTH: 210px;
	HEIGHT: 100%;
}
/*componenti della barra di navigazione*/
table#nav {
	border-bottom: 1px solid #F00;
	border-left: 1px solid #F00;
}
table#nav td  {
	border-right: 1px solid #F00;
	border-top: 1px solid #F00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}
table#nav td a {
	font-weight: normal;
	text-decoration: none;
	display: block;
	margin: 0;
	padding: 0;
}
#nav td a:link, #nav td a:visited {
	background:  transparent url(images/bgpat.gif) repeat;
	display: block;
	margin: 0; 
	width: 100px;
	line-height: 25px;
}
#nav td a:hover {
    background-image: none;
	background: #fff;
}
td#intestazione a:link, td#intestazione a:visited  {
	BACKGROUND:  transparent url(images/bgpat.gif) repeat;
	MARGIN: 0; 
	WIDTH: 100%;
	line-height: 100%;
}
td#intestazione a:hover  {
    background-image: none;
	background: #fff;
}.corpopagina {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #330000;
	text-align: justify;
}
.titoletto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #330000;
}
 .titolobianco {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color: #FFFFFF;
}
.rosso {
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}