



body {
	background-color : #6A79A5;
	background-image : url(grafica/bg2.gif);
	background-repeat : repeat-y;
	background-position : right;
}

.to {
	background-image : url(grafica/bg1.gif);
	background-repeat : repeat-x;
    padding-left: 0px;
	padding-right: 0px;
}


.fo{
	background-image: url(grafica/bg3b.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 68px;
}

td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
}

.ma{
	padding-left: 10px;
	padding-right: 5px;
    
}

.mc{
	padding-left: 10px;
	padding-right: 0px;
    
}

.nw{
	padding-left: 20px;
	padding-right: 20px;
    border-left: solid white;
    border-width: 1px;
}

.bl{
	padding-left: 5px;
	padding-right: 10px;
    border-right: solid white;
    border-width: 1px;
    width: 20px;
}

}

h2, h4, h5, h6 { /* Queste sono le regole generali degli titoli */
margin:0;
padding:0;
}

h2 {
font-weight: normal;
font-size: 13px;
}

h4 {
font-weight: normal;
font-size: 15px;
}

h5 {
font-weight: bold;
font-size: 18px;
}

h6 {
font-weight: bold;
font-size: 16px;
}

a.lnk:link {color: #004080;}
a.lnk:visited {color: #004080;}
