﻿body 
{
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
    color:Black;
    font-family: Arial;
    font-size: 85%;	
}

h1
{
  color: Blue;
  font-size: 150%;   
}

h2
{
  color: #4A4A4A;
  font-size: 115%;   
}

h3
{
  color: #4A4A4A;
  font-size: 110%;   
}

.bordiTabelle
{
	border-width: 1px;
	border-style: outset;
	border-color: #DADADA;
}

.titoloTop
{	
	font-size: 130%;
	color: Blue;
	font-weight: bold;
}

.sottoTitoloTop
{	
	font-size: 95%;
	color: Blue;
	font-weight: normal;
	color: Black;
}

.footer
{	
	font-size: 90%;
	color: Blue;
	font-weight: normal;
	color:Black;
}

.distanzaDalBordo
{
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px; 
}

.menu a
{
    color: Blue;
    text-decoration: none;
}

.menu a:hover
{
    color: Blue;
    text-decoration: underline;
}

.menu a:visited
{
    color: Blue;    
}

.testo
{
    color:Black;
}

.fileASPX
{
    margin: 5 5 5 5;
   
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    
    border-color: Black;
    border-style: solid;
    border-width: 1px;
    background-color: #DADADA;
}

.tipoFile
{
    margin: 5 5 0 5;
   
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    
    border-color: Black;
    border-style: solid;
    border-width: 1px;
    border-bottom-width: 0; 
    
    background-color: #FFFFFF;
    width:150px;    
    
    font-weight: bold;
    font-size: 100%;
    color: #4A4A4A;  
}

.linkNero a
{
    color: Black;
    text-decoration: none;
}

.linkNero a:hover
{
    color: Black;
    text-decoration: none;
}

.linkNero a:visited
{
    color: Black;    
    text-decoration: none;
}

.linkNeroSott a
{
    color: Black;
    text-decoration: underline;
}

.linkNeroSott a:hover
{
    color: Black;
    text-decoration: none;
}

.linkNeroSott a:visited
{
    color: Black;    
}

.linkBluSott a
{
    color: Blue;
    text-decoration: underline;
}

.linkBluSott a:hover
{
    color: Blue;
    text-decoration: none;
}

.linkBluSott a:visited
{
    color:  Blue;    
}

.sottotitolo
{
    font-size: 90%;
}

.paginazioneNumPag a
{
    text-decoration: none;
    font-size: 10px;
    font-family: Arial;
}
.paginazioneNumPag a:visited
{
    text-decoration: none;
    font-size: 10px;
    font-family: Arial;
}
.paginazioneNumPag a:hover
{
    font-size: 15px;
    font-family: Arial;
    font-weight: bold;
}
.paginazioneNumPag
{
    font-size: 10px;
    font-family: Arial;
    text-decoration: none;
}
.paginazionePagSel
{
    font-family: Arial;
    font-size: 10px;
    font-weight: bold;
    color: Black;
}
.paginazioneNumPagNonAttivo
{
    font-size: 10px;
    font-family: Arial;
    text-decoration: none;
    color: Lime;
}
.testo2
{
    font-family: Arial;
    font-size: 10px;
    color: Black;
}

.bold
{
	font-weight:bold;
}





