* { 
	margin: 0px;
	padding: 0px;
	background-color: transparent;
}


H1, H2, H3, H4, H5, H6, PRE, CODE, ADDRESS, BLOCKQUOTE {
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
}

A, A:hover {
	text-decoration: none;
}

A IMG {
   border: 0;
}

HR {
	display: none;
}

BODY {
	font-size: 100%;
	background-color: #C6D7E9;
	background-image: url('../immagini/b_pagina.gif');
	background-repeat: repeat-y;
}

#Testata {
	position: relative;
	width: 100%;
	height: 145px;
	background-image: url('../immagini/b_testata.gif');
	background-repeat: no-repeat;
	background-color: #ffffff;
}

#Logo {
	position: absolute;
	width: 229px;
	height: 145px;
	top: 0px;
	right: 30px;
	background-image: url('../immagini/logo.jpg');
	background-repeat: no-repeat;
}

#Logo A {
	display: block;
	width: 229px;
	height: 145px;
	text-indent: -9999px;
}

TABLE#WrapperPagina {
	width: 100%;
	border-collapse: collapse;
}

TD#Barra {
	vertical-align: top;
	width: 197px;	
}

#Barra UL {
	border-top: 1px solid #ffffff;
	margin-top: 20px;	
}

#Barra LI {
	list-style-type: none;
	display: inline;
}

#Barra A {
	display: block;
	font-size: 13px;
	font-weight: bold;
	text-align: right;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #4C84B8;
	color: #DFE9F5;
	border-bottom: 1px solid #ffffff;
}

#Barra A:hover, #Barra A.Act, #Barra A.Act:hover {
	background-color: #32597D;
}

TD#WrapperContenuto {
	vertical-align: top;
	width: auto;
}

#PiedePagina {
	line-height: 1.5em;
	margin-top: 20px;
	border-top: 1px solid #3971AD;
	padding-top: 8px;
	width: auto;
	margin-left: 227px;
	margin-right: 30px;
	font-size: 13px;
	color: #33587F;
}

#PiedePagina A {
	color: #3971AD;
	text-decoration: underline;
}

#PiedePagina A:hover {
	color: #223C57;
	text-decoration: none;
}




