/* Foglio di stile CSS predefinito per un nuovo progetto di applicazione Web */


.Maiuscoletto
{
	font-weight: normal;
	font-size: 8pt;
	font-family: verdana;
	font-variant: small-caps;
}

.Maiuscoletto14
{
	font-weight: normal;
	font-size: 14pt;
	font-family: verdana;
	font-variant: small-caps;
}

.MaiuscolettoUpper
{
	font-weight: normal;
	font-size: 8pt;
	vertical-align: super;
	font-family: verdana;
	font-variant: small-caps;
}
.Classic
{
	font-weight: normal;
	font-size: 8pt;
	word-spacing: normal;
	text-transform: none;
	font-family: Verdana;
	letter-spacing: normal;
}

.ClassicHeadTitoli
{
	font-weight: normal;
	font-size: 14pt;
	word-spacing: normal;
	text-transform: uppercase;
	font-family: Verdana;
	letter-spacing: normal;
}

.ClassicHead
{
	font-weight: bold;
	font-size: 8pt;
	word-spacing: normal;
	text-transform: none;
	color: white;
	font-family: Verdana;
	letter-spacing: normal;
	background-color: gray;
	text-align: center;
	font-variant: small-caps;
}

.ClassicPari
{
	text-decoration: none;
	color: black;
	font-weight: normal;
	font-size: 8pt;
	word-spacing: normal;
	border: 0px;
	display: block;
	font-family: Verdana;
	letter-spacing: normal;
	font-variant: small-caps;
	background-color: #ffcc00;
}

.ClassicDispari
{
	text-decoration: none;
	color: black;
	font-weight: normal;
	font-size: 8pt;
	word-spacing: normal;
	border: 0px;
	display: block;
	font-family: Verdana;
	letter-spacing: normal;
	font-variant: small-caps;
	background-color: #ffff00;
}


A
{
	text-decoration: none;
	color: black;
}

A:hover
{
	table-layout: fixed;
	font-weight: bold;
	background-image: none;
	color: #ffffff;
	background-color: #ffcc00;
	font-variant: small-caps;
}

.Sfondo
{
	background-color: lavender;
}
