/* CSS Document */

body {
margin: 0px 0px 0px 0px;
}

.bck_sx {
background-image: url(images/sx/bck.jpg);
background-position: top;
background-repeat: no-repeat;
}

.bck_sx1{
background-image: url(images/sx/bck_sx.jpg);
background-repeat: repeat-y;
background-position: top;
}

.bck_img {
background-image: url(images/img.jpg);
background-position: left;
background-repeat: repeat-x;
}

.sfondo_txt {
background-image: url(images/bck_txt_2.gif);
background-repeat: repeat-y;
background-position: left;
}

.font1 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #003366;
line-height: 25px;
}

a:link { 
	text-decoration: none; 
	color: #FF0000;
	}
a:visited { 
	text-decoration: none; 
	color: #FF0000;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #666699;
	}