﻿@font-face {
    font-family: 'futuralightregular';
    src: url('fonts/futuralight-webfont.eot');
    src: url('fonts/futuralight-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/futuralight-webfont.woff') format('woff'),
         url('fonts/futuralight-webfont.ttf') format('truetype'),
         url('fonts/futuralight-webfont.svg#futuralightregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body
{
background-color: transparent;
background-image: url('images/-.png');
background-repeat :repeat;
background-position :top ; 
background-attachment: fixed;
margin :0;
text-align: center;
}

.divDx
{
text-align: justify;
}

.txtDivDx
{
font-family: Verdana;
font-size: small;
text-align: center;
}

.txt
{
font-family: Verdana;
font-size: small;
}

.buttGreen
{
font-family: futuralightregular;
font-size: 14pt;
color: green;
}

.buttRed
{
font-family: futuralightregular;
font-size: 14pt;
color: Red;
}

.buttBlue
{
font-family: futuralightregular;
font-size: 14pt;
color: Navy;
}


.buttGray 
{
  font-family: futuralightregular;
  font-size: 14pt;
  color: gainsboro;
}

.testo1
	{
	font-family: Verdana;
	font-size:medium ;
	font-style: italic;
	font-weight :bold ;
	color: #003399;
	}
