.specialNote
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	line-height: normal;
	color: #000000;
	background-color: White;
}

.neretto
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #000000;
}


.nerettoW
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #000000;
	background-color: White;
}

.Titolo1
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	/*font-variant: small-caps;*/
	color: #000000;
}

.titoletto
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: normal;
	/*font-variant: small-caps;*/
	font-style: oblique;
}

.titolettoW
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: normal;
	/*font-variant: small-caps;*/
	background-color: White;
}

.intGrande
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #000000;
}

.intGrandeW
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #000000;
	background-color: White;
}

.intPiccolo
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #000000;
	background-color: White;
}

.listItem
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	line-height: normal;
	color: #000000;
	background-color: White;
	margin: 3mm 0 0 0;
}

.normale
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	line-height: normal;
	color: #000000;
	background-color: White;
	margin: 3mm 0 0 0;
}

.normaleG
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	line-height: normal;
	color: #000000;
	background-color: #FFCC33;
	margin: 3mm 0 0 0;
}

.normaleV
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	line-height: normal;
	color: #000000;
	background-color: #69C08A;
	margin: 3mm 0 0 0;
}

.italico
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: italic;
	line-height: normal;
	color: #000000;
	background-color: White;
	margin: 3mm 0 0 0;
}


.menuItem
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	line-height: normal;
	color: #000000;
	text-indent: 5%;
}

.menuItemSel
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	line-height: normal;
	color: #000000;
	text-indent: 5%;
}

.piedipagina
{
	display:block;
	padding:2px;
	border-style: ridge;
	border-color: Red;
	border-width: 1px; 
	text-decoration:none;
	/*width:100%;  /*width:7em;*/
	margin:1px;
	line-height: normal;
	color: #000000;
	background-color: #ECECEC;
	font-size: small;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
}


.intestazione
{
	display:block;
	padding:5px;
	border-style: ridge;
	border-color: red;
	text-decoration:none;
	/*width:100%;  /*width:7em;*/
	margin:1px;
	line-height: normal;
	color: #000000;
	background-color: #D7D7D7;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: x-large;
	font-weight: bold;

}

a:link{color: Black;}
a:visited{color: Gray;}
a:focus{color: Red;}
a:hover{color: Red;}
a:active{color:Red;}

#navbar	a 
{
	display:block;
	padding:2px;
	text-decoration:none;
	width:8em;
	margin:2px; 
	color:Black; /* #8D4F10 */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
} /*remove the underlining, set the color to black, and display as block elements to make 
    them go down the left side of the page */

#navbar	a:link, #navbar a:visited 
{
	background:#ECECEC;  /* #FFCFA0 */
	border:2px outset #ECECEC; /* #FFCFA0 */
} /* give unvisited and visited links a light gray background and an outset border of the same 
     color to make it look like a button */

#navbar	a:focus, #navbar a:hover 
{
	background: #D7D7D7;  /* #CD8E51 */
	border:2px ridge Red; /* #CD8E51 */
	color:black
} /* give buttons that are hovered over or that have focus a darker background and border, 
     as well as black text; bold formatting makes the text jump around to much */

#navbar	a:active
{
	background: Gray; /* #AF6A27 */
	border:2px outset Gray /* #AF6A27 */
} /*give buttons when they are clicked ("active"), an even darker background */



