/* CSS Document */
BODY {
	font-family: Verdana;
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;
    color: #FFFFFF;
	margin: 0;
}
A {
	text-decoration: underline;
	color: #E4E3E3;
}
.TestoNormale {
	font-family: Verdana;
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;
	color: #FFFFFF;
}
.TestoGrande {
	font-family: Verdana;
	font-size: 12pt;
	font-weight: normal;
	font-style: normal;
	color: #FFFFFF;
}
.TestoPiccolo {
	font-family: Verdana;
	font-size: 8pt;
	font-weight: normal;
	font-style: normal;
	color: #FFFFFF;
}
.TestoPiccoloSottolineato {
	font-family: Verdana;
	font-size: 8pt;
	font-weight: normal;
	font-style: normal;
	color: #FFFFFF;
    text-decoration: underline;	
}
.TestoPiccoloSottolineato A {
    text-decoration: underline;
}
.TitoloNormale {
	font-family: Verdana;
	font-size: 12pt;
	font-weight: bold;
	font-style: normal;
	color: #FFFFFF;
}
.TitoloGrande {
	font-family: Verdana;
	font-size: 14pt;
	font-weight: bold;
	font-style: normal;
	color: #FFFFFF;
}
.TitoloPiccolo {
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
	font-style: normal;
	color:#FFFFFF;
}
.TitoloPiccoloSottolineato {
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
	text-decoration:underline;
	color: #FFFFFF;
}

INPUT {
	background-color: #FFFFFF;
	border-width:1px;
    border-style: solid;
	border-color: #E4E3E3;
	font-size: 10pt;
	font-family: Verdana;
	color: #002E5C;
}
INPUT.Submit {
	background-color: #002E5C;
	border-width:1px;
    border-style: solid;
	border-color: #E4E3E3;
	font-size: 10pt;
	font-family: Verdana;
	font-weight: bold;
	color: #E4E3E3;
}
SELECT {
	font-size: 10pt;
	font-family: Verdana;
	color: #002E5C;
}
TEXTAREA {
	background-color: #FFFFFF;
	border-width:1px;
	border-style: solid;
	border-color: #E4E3E3;
	font-size: 10pt;
	font-family: Verdana;
	color: #002E5C;
}

UL {
font-size:12px;
font-weight:bold;
font-family:Tahoma, Arial, "Times New Roman", Verdana;
cursor:pointer;
}
UL UL{
font-size:12px;
font-weight:normal;
font-family:Tahoma, Arial, "Times New Roman", Verdana;
display:none;
cursor:pointer;
}

#divLay {
position : absolute;
width : 1px;
height : 1px;
visibility : hidden;
display:none;
z-index : 200;
}

/*#divBody{
position : absolute;
width : 100%;
height : 100%;
z-index : 1;
}*/