﻿body {
}
body
{
	font-family: "Courier New", Courier, monospace;
	font-size: 17px;
	background-color: #F0F0F0;
	padding-top: 6px;
	padding-bottom: 6px;
}
.info
{
    font-size:18px;
}
.InfoBig
{
    font-size:22px;
    font-weight:bold;
}
.InfoStato
{
    font-size:23px;
    font-weight:bolder;
    color:Red;
}

.InfoSmall
{
    font-size:12px;
}

.Evidenza2
{
	font-size: 15px;
	background-color: White;
	color: Black;
	font-weight: bold;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
}
.Evidenza
{
	font-size: 15px;
	background-color: Black;
	color: White;
	font-weight: bold;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
}
.CodRossi
{
	text-align: center;
	font-weight: bolder;
	font-size: 17px;
	color: #ffffff;
	background-color: Red;
}
.CodVerdi
{
    text-align:center;
    font-weight:bolder;
    font-size:17px;
    color:#ffffff;    
    background-color:Green;    
}
.CodGialli
{
    text-align:center;
    font-weight:bolder;
    font-size:17px;
    color:#000000;    
    background-color:Yellow;    
}
.CodBianchi
{
    text-align:center;
    font-weight:bolder;
    font-size:17px;
    color:#000000;        
}
.HEADER
{
	position: relative;
	top: -5px;
}