/* CSS Document */

/*stili di layout per header e header2 */
div#header{
	background-color: #2F5291;
	color:#FFFFFF;
	border: thin solid #DFDFDF;
	padding: 0;
	vertical-align: middle;
	background-image: url(../img/testata6.jpg);
	background-repeat: repeat;
	height:105px;
}
div#header2 {
	background-color:#2F5291;
	color: #FFFFFF;
	margin: 0;
	padding: 0.3em 0.1em 0.3em 0.1em;
	/*background-color:#B8C5EF;#3761ab;*/	
}
#header2 a:visited, #header2 a:link, #header2 a:active { 
	color: #FFFFFF;
	background-color:#2F5291; 
	text-decoration: none; 
	font-variant: small-caps; 
	font-weight: bold;
}
#header2 a:hover { 
	color: #FFFFFF;
	background-color: #2F5291; 
	text-decoration: underline; 
	font-variant: small-caps; 
	font-weight: bold;
}
div#footer {
clear: both; 
text-align: center; 
padding: 0.1em 0; 
font-size:70%;
background-color: #2F5291;
color:#FFFFFF; 
font-weight:normal; 
}
.table{
	background-color:#3761ab;/*#cc3333;*/
}
td {text-align:center; 
	border-top: thin #cc3333;
	border-left:thin #cc3333;
	border-bottom:thin ridge #FFFFFF;
	border-right:thin ridge #FFFFFF;
}

.td{
	border-top: thin #cc3333;
	border-left:thin #cc3333;
	border-bottom:thin ridge #FFFFFF;
	border-right:thin ridge #FFFFFF;
	text-align: left;
	vertical-align: text-top;
}

.td2{
	text-align: center;
	vertical-align: text-top;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
.tabletop {
	vertical-align: super;
	margin: 0;
	padding: 0;
	border: 0;
	top: 0;
	display: table-header-group;
	clip: rect(0,auto,auto,auto);
}

