body {
		font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
		background-color: #fff;
		margin:8px;
		padding:0px;
		display: block;
}

h1 {font-size: 150%; color: #003399;text-align: center;font-weight:normal;}

.float {float: left;}
.clear {clear: left;}
.dentro {
		float: left;
		background-color: #c6c6c6;
		width: 100%;
}


#header {
		text-align:center;
		width: 754px;
		height: 130px;
		margin: auto;
}

#barra {
		/*height: 100%;*/
		text-align: center;
		background-color: #c6c6c6;
		/*background-color: #999;*/
}

#barra li {
		font-size: small;
		list-style-type: none;
		display: inline;
		height: 100%;
}

#barra a {
		padding: 0px 25px;
		text-decoration: none;
		color: #003399;
}

#barra a:hover {
		color: #f0f0f0;
		padding: 2px 25px;
		/*border: 1px solid #ccc;*/
		background: #a7b1c4;
		/*-moz-border-radius: 15px;*/
}

#testo {
		width: 755px;
		background-color: #c6c6c6;
		text-align:justify;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 70%;
		/*border: 1px solid #ccc;
		-moz-border-radius: 15px;*/
}

#testo a {
		color: #003399;
		text-decoration: none;
}

#testo a:hover {
		color: #fff;
}

#testo p {
		margin: 5px 5px 3px 75px;
}

#testo strong {
		color: #f0f0f0;
		font-size: 180%;
}

#footer {
		margin-top: 5px;
		color: #003399;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 70%;
		clear:left;
		width: 755px;
		height: 22px;
		text-align:center;
		background-color: #999;
}

#footer td{color: #003399;}

#footer a{
		color: #003399;
		text-decoration: none;

}

#footer a:hover {
		color: #eee;
}

#minimenu {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 8px;
		width: 755px;
}
#minimenu a{text-decoration: none;color: #003399;}
#minimenu a:hover{color: #000;}

.ltab {height: 85px;}
.ltabcol {background-color: #f0f0f0; height: 80px;}