/* Foglio di stile CSS predefinito per un nuovo progetto di applicazione Web */

BODY
{
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 10px;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
	scrollbar-3d-light-color:#D1DE76;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-base-color:#2d5164;
	scrollbar-dark-shadow-color:#2d5164;
	scrollbar-face-color:#2d5164;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-shadow-color:#BBBBBB
}

A:link	{	
	text-decoration:	none;
	color:	#333333;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#333333;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333333;
	}	
		
A:hover	{	
	text-decoration:	none;
	color:	#333333;
	background-color: #cccccc;
	}
TABLE
{
	font-size: 10px;
}
.riquadro1
{
	border-top-width: 1px;
	border-left-width: 1px;
	border-left-color: #333333;
	border-bottom-width: 1px;
	border-bottom-color: #333333;
	margin: 1px;
	border-top-color: #333333;
	border-right-width: 1px;
	border-right-color: #333333;
}
.spaziatura
{
	line-height: 110%;
}

.textbox
{
	border-right: silver 1px solid;
	border-top: silver 1px solid;
	font-size: 12px;
	border-left: silver 1px solid;
	border-bottom: silver 1px solid;
	font-family: Verdana, Arial;
	background-color: white;
}

.bottone
{
	border-right: 1px solid;
	border-top: 1px solid;
	font-weight: bold;
	font-size: 10px;
	margin: 1px;
	border-left: 1px solid;
	cursor: hand;
	color: white;
	border-bottom: 1px solid;
	font-family: Verdana, Arial;
	position: relative;
	top: 1px;
	background-color: gray;
}
.titolo
{
	font-weight: bold;
	font-size: 12px;
	font-family: Verdana;
}

.titolimenu {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #003366;
}
.vocidimenu {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	list-style-position: inside;
	list-style-type: disc;
	letter-spacing: 2px;

}
.titoli {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #003065;
}
.testo {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;

	letter-spacing: 1px;
	word-spacing: normal;

}
.corpoArticolo {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: justify;
	word-spacing: normal;
}
.testatina
{
	font-weight: bold;
	font-size: 12px;
	color: white;
	font-family: Arial;
	background-color: #000099;
}
.rigascura
{
	background-color: #ffffcc;
}
.rigachiara
{
	background-color: #ffffdd;
}

.domanda
{
	font-weight: bold;
	font-size: 12px;
	color: #003366;
	font-family: Arial;
}
.risposta
{
	font-weight: bold;
	font-size: 12px;
	color: #333333;
	font-family: Arial;
}

.TextBox
{
	font-size: 10px;
	clip: rect(0px 0px 0px 0px);
	font-family: Arial;
}