/* ************ */
/* CORPO PAGINA */
/* ************ */

body
{
	background-color: White;
	scrollbar-face-color: #8FBC8F;
	scrollbar-shadow-color: #00BD74;
	scrollbar-highlight-color: #BFF5BF;
	scrollbar-3dlight-color: #90EE90;
	scrollbar-darkshadow-color: #1FAF20;
	scrollbar-track-color: #2E8B57;
	scrollbar-arrow-color : White;
}

/* ********* */
/* PARAGRAFI */
/* ********* */

p.titolo
{
	color: Gray;
	font-family: Arial;
	text-align: center;
	font-style: normal;
	font-size: 14pt;
	font-weight: bold;
}

/* ************* */
/* TESTO NORMALE */
/* ************* */

font.normal
{
	font-family: Arial;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	color: Black;
}

/* ***************** */
/* LINK IPERTESTUALI */
/* ***************** */

a
{
	color: Black;
	font-family: tahoma;
	font-size: 9pt;
}

a:link, a:visited, a:active
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

/* ******* */
/* TABELLE */
/* ******* */

table
{
	background-color: White;
}

td.interno
{
	background-color: #BEBEBE;

	
}

td.internotitle
{
	background-color: #FFFFFF;
	padding-left: 4;
	padding-right: 4;
}

/* ************** */
/* LISTE ORDINATE */
/* ************** */

ol
{
	font-family: Tahoma;
	font-size: 10pt;
	font-weight: bold;
	color: #278F3F;
}
INPUT, TEXTAREA, SELECT, OPTION {
	font-family: Verdana, Georgia, serif;
	padding: 2px;
	font-size: 13px;
	color: #000080;
	background-color: #F5FCFA;
	border: inset 1px #708090;
}


