/* stili base per le pagine */
html,body{margin: 0;padding:0;height:100%}
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10;
	background-color:#000000;
	background-image: url(../immagini/sfondo.gif);
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}

a {
	outline:none;
}	
table {
	/*background-color: #000000;*/
	
}

td,th {
	font-size: 10px;
	text-align: left;
}

.testo_size_B {
	font-size: 10px;	font-weight:normal;	font-family: Verdana; color: #FFFFFF;	text-decoration:none;	line-height:15px;
}
.testo_size_B a:link{
	font-size: 10px;	font-weight:normal;	font-family: Verdana; color: #FFFFFF;	text-decoration:none;	line-height:15px;
	}
.testo_size_B a:visited{
	font-size: 10px;	font-weight:normal;	font-family: Verdana; color: #FFFFFF;	text-decoration:none;	line-height:15px;	
}
.testo_size_B a:hover{
	font-size: 10px;	font-weight:normal;	font-family: Verdana; color: #c8c8c8;	text-decoration:none;	line-height:15px;
}
.testo_size_B_selected {
	font-size: 10px;	font-weight:normal;	font-family: Verdana; color: #bab68d;	text-decoration:none;	line-height:15px;	
}
.testo_size_B_selected a:link{
	font-size: 10px;	font-weight:normal;	font-family: Verdana; color: #bab68d;	text-decoration:none;	line-height:15px;
}
.testo_size_B_selected a:visited{
	font-size: 10px;	font-weight:normal;	font-family: Verdana; color: #bab68d;	text-decoration:none;	line-height:15px;
}
.testo_size_B_selected a:hover{
	font-size: 10px;	font-weight:normal;	font-family: Verdana; color: #c8c8c8;	text-decoration:none;	line-height:15px;
}
.testo_size_B_path {
	font-size: 9px;		font-weight:bold;	font-family: Verdana; color: #FFFFFF;	text-decoration:none;	line-height:15px;
}
.testo_size_B_titoli {
	font-size: 14px;	font-weight:bold;	font-family: Verdana; color: #FFFFFF;	text-decoration:none;	line-height:15px;
}


#Site {
	position: relative;
	width: 980px;
	margin: 0px auto;
	min-height: 100%;
	background-color: #000000;
}

#Content  {
	width: 100%;
	margin:0;
	padding:0px;
	padding-bottom: 40px;
}

#Content:after  {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

.footer {
	position: absolute;
	bottom: 0px;
}


