/* CSS Document */

body {
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
}

.font {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #003399;
padding-right: 5px;
padding-left: 5px;
}

.font1 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
color: #003399;
}

.font2 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: #FF0000;
}
 
.img {
background-image: url(images/img.jpg);
background-attachment: fixed;
background-repeat:repeat-x;
background-position: left;
height: 166px;
}

.puntini {
background-image: url(images/puntini2.gif);
background-attachment: fixed;
background-position: top;
background-repeat: repeat-x;
}

.puntiniverticale {
background-image: url(images/sx/puntini.gif);
background-attachment: fixed;
background-position: left;
background-repeat: repeat-y;
}

a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #0099FF;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #0099FF;
	}
a:hover, a:active { 
	font-weight: bold; 
	text-decoration: none; 
	color: #666666;
	}