/* ************ */
/* CORPO PAGINA */
/* ************ */

body
{
	background-color: #003366;
}

/* ********* */
/* PARAGRAFI */
/* ********* */

p.titolo
{
	color: #FFFFFF;
	font-family: tahoma;
	text-align: center;
	font-style: italic;
	font-size: 14pt;
	font-weight: bold;
}

/* ************* */
/* TESTO NORMALE */
/* ************* */

font.normal
{
	font-family: Verdana;
	font-size: 7pt;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
}

/* ***************** */
/* LINK IPERTESTUALI */
/* ***************** */

a
{
	color: #0000FF;
	font-family: tahoma;
	font-size: 9pt;
}

a:link, a:visited, a:active
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

/* ******* */
/* TABELLE */
/* ******* */

table
{

}

td.interno
{
	padding-left: 4;
	padding-right: 4;
}

td.internotitle
{
	background-color: orange;
	padding-left: 4;
	padding-right: 4;
}
INPUT {
	BORDER-RIGHT: #628bda 1px solid; BORDER-TOP: #628bda 1px solid; FONT-SIZE: 10px; BORDER-LEFT: #628bda 1px solid; COLOR: #628bda; BORDER-BOTTOM: #628bda 1px solid; FONT-FAMILY: Tahoma, Verdana, Geneva, sans-serif; BACKGROUND-COLOR: #eef3fd
}

/* ************** */
/* LISTE ORDINATE */
/* ************** */

ol
{
	font-family: Tahoma;
	font-size: 10pt;
	font-weight: bold;
	color: #ffffff;
}
