body
{
	font-size: 8pt;
	font-family: Verdana;
}

.MAIUSCOLO
{
	text-transform: uppercase;
}
A
{
	color: black;
	text-decoration: none;
}
A:visited
{
	color: black;
	text-decoration: none;
}
A:hover
{
	color: black;
	text-decoration: underline;
}
A:link
{
	color: black;
	text-decoration: none;
}
TABLE
{
	font-size: 8pt;
}
.GIUSTIFICATO
{
	text-align: justify;
}
TH
{
    font-size: 10pt;
    background-color: gray;
    color: white;
}
.COURIER_UPPER
{
	text-transform: uppercase;
	font-family: 'Courier New';
}

.CENTER
{
    text-align: center;
}

.WATERMARKED
{
    color: silver;
}
.FOCUS
{
    background-color: #ffdab9;
}
.POPUP
{
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}
.BARBORDER
{
    border: 1px solid #FF0000;
}
.BARINDICATOR
{
    background-color: #0000FF;
    color: #0000FF;
    padding-bottom: 1px;
}
/* ModalPopup */
.modalBackground
{
	background-color: Gray;
	filter: alpha(opacity=50);
	opacity: 0.50;
}
.updateProgress
{
	border-width: 1px;
	border-style: solid;
	background-color: #FFFFFF;
	position: absolute;
	width: 180px;
	height: 65px;
}
