body{
	width: 100%;
	height: 100%;
	margin: 0px;
	background-color: #000000;
	font-family: Palatino Linotype; 
	font-size: 12px;
	text-align: center;
	color: #000000;
	scrollbar-arrow-color:#BD282C;
	scrollbar-face-color:#000000;
	scrollbar-shadow-color:#000000;
	scrollbar-darkshadow-color:#999999;
	scrollbar-Highlight-color:#000000;
	scrollbar-3Dlight-color:#999999;
	scrollbar-track-color:#BD282C;
}

.container{
	text-align: center;
	background-color: #FFFFFF;
	width: 80%;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
}

.logo{
	width: 100%;
	height: 95px;
	text-align: center;
	padding: 0px;
	background-image: url(../../grafica/bugle/sfondo_Bugle.png);
	background-position: top;
	background-repeat: repeat;
	float: center;
}

.ricerca{
	width: 99%;
	height: 30px;
	border-bottom-color: black;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	margin: 0px  auto;
	margin-top: 2px;
	margin-bottom: 2px;
	text-align: right;
	float: center;
}

.elenco{
	width: 99%;
	min-height: 50px;
	text-align: center;
	border-bottom-color: black;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	margin: 0px  auto;
	margin-top: 2px;
	margin-bottom: 2px;
	float: center;
}

.corpo{
	width: 99%;
	background-color: #FFFFFF;
	text-align: center;
	margin: 0px  auto;
	margin-top: 2px;
	margin-bottom: 2px;
	text-align: left;
	float: center;
}

.centralegrande{
	width: 99%;
	background-color: #FFFFFF;
	text-align: center;
	margin: 0px  auto;
	margin-top: 2px;
	margin-bottom: 2px;
	text-align: left;
	float: center;
	border-bottom: 1px;
	border-bottom-style: solid;
	border-bottom-color: black;
}

table {
	width: 100%;
	border: 0px;
	background-color: #FFFFFF;
	border-spacing: 1px;
	text-align: left;
}

.Tlaterale {
	vertical-align: top;
	width: 30%;
	border-right: 1px;
	border-right-style: solid;
	border-right-color: black;
	border-bottom: 1px;
	border-bottom-style: solid;
	border-bottom-color: black;
	padding: 2px;
}

.Ttop {
	vertical-align: top;
	border-bottom: 1px;
	border-bottom-style: solid;
	border-bottom-color: black;
	padding: 2px;
}

.Tdown{
	width: 35%;
	vertical-align: top;
	border-right: 1px;
	border-right-style: solid;
	border-right-color: black;
	border-bottom: 1px;
	border-bottom-style: solid;
	border-bottom-color: black;
	padding: 2px;
}

.Tdown2{
	width: 35%;
	vertical-align: top;
	border-bottom: 1px;
	border-bottom-style: solid;
	border-bottom-color: black;
	padding: 2px;
}

input,textarea,button,select,option,text,submit{
	font-family: Palatino Linotype; 
	font-size: 12px;
}

a:LINK{
	color : Black;
	text-decoration: none;
	font-weight: bold;
}
a:VISITED{
	color : Black;
	text-decoration: none;
	font-weight: bold;
}
a:ACTIVE{
	color : Black;
	text-decoration: none;
	font-weight: bold;
}
a:HOVER{
	color : Black;
	text-decoration: underline overline;
	font-weight: bold;
}

.Titolo{
	font-weight: bold;
	font-family: Palatino Linotype; 
	font-size: 24px;
}

.autore{
	font-style: italic;
	font-weight: bold;
}

img.grande {
	margin-top: 2px;
	margin-bottom: 2px;
	margin-right: 2px;
	margin-left: 2px;
	border : 1px solid Black;
}

img.ImLogo {
	margin: 0px;
	padding: 0px;
}