﻿body
{
	background-color: #dcdcdc;
}
.corpo
{
	background-color: #ffffff;
	text-align: center;
	border-right: #009900 thin groove;
	border-top: #009900 thin groove;
	border-left: #009900 thin groove;
	border-bottom: #009900 thin groove;
	height: 500px;
}
.nobordo
{
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
}
.bordo1
{
    border-right: #a9a9a9 thin solid;
    border-top: #a9a9a9 thin solid;
    border-left: #a9a9a9 thin solid;
    border-bottom: #a9a9a9 thin solid;
}
.centrato
{
    text-align: center;
}
.centratogr
{
    text-align: center;
    font-size: 12px;
    color: #696969;
    font-family: verdana;
}
.dataOra
{
    text-align: center;
    color: #008000;
    font-size: 10px;
    font-family: Verdana;
}
.bottone
{
    border-right: green thin ridge;
    border-top: green thin ridge;
    border-left: green thin ridge;
    color: #008000;
    border-bottom: green thin ridge;
    font-family: verdana;
    background-color: #dcdcdc;
    cursor: default;
    width:120px;
}

.footer
{
	font-size: 8pt;
	color: #3300ff;
	font-family: verdana;
	text-align: center;
}
.titolo
{
	color: #000000;
	font-family: Verdana;
	font-variant: small-caps;
	font-weight: bold;
	text-align: center;
	font-size: 14px;
	letter-spacing: normal;
}
.testo
{
	font-size: 10pt;
	color: #000000;
	font-family: Verdana;
	text-align: justify;
	line-height: 20px;
}
.verde
{
    font-size: 10pt;
    color: #008000;
    font-family: Verdana;
    text-align: justify;
	font-weight: bold;
}
.avviso
{
    font-size: 12px;
    color: #000000;
    font-family: Verdana;
    text-align: justify;
    font-weight: bold;
}
.lista
{
	list-style-position: outside;
	list-style-type: square;
	line-height: 20px;
	text-indent: 15px;
}
.listaA
{
	list-style-position: outside;
	list-style-type: upper-alpha;
	line-height: 20px;
	text-indent: 15px;
}