a {
	color:#003366;
	text-decoration:none;
}

a.current {
	color:#999999;
}

a:hover {
	text-decoration: underline;
}

body {
	font-family: verdana, tahoma, helvetica, arial, sans-serif;
	font-size: 75%;
	color:#777777;
	background-color:#FFFFFF;
	margin: 0em;
}

ul{
	list-style-type:disc;
	line-height:1.3em;
}

li {
	line-height: 2em;
	color:#999999;
}

li.link{
	border-bottom-style:dashed;
	border-bottom-width:1px;
	border-bottom-color:#CCCCCC;
}

h1 {
	color:#9999FF;
	font-weight:bold;
	padding-left: 0.5em;
	margin: 0.5em 0.5em 0.5em 0.5em;
	border-bottom-style:dashed; border-bottom-width:1px; border-bottom-color:#E5E5E5;
}

h2 {
	color:#9999FF;
	font-size: 100%;
	font-weight:bold;
	border-bottom-style:solid; border-bottom-width:1px; border-bottom-color:#E5E5E5;
}

h3 {
	color:#9999FF;
	font-weight:bold;
}

p {
	text-align:justify;
	color:#777777;
	font-size: 100%;
	line-height: 1.5em;
}

center {
	text-align:center;
	color:#777777;
	font-size: 100%;
	line-height: 1.5em;
}

form {
	color:#777777;
	font-size: 100%;
	line-height: 1.5em;
}

td {
	color:#777777;
	font-size: 75%;
	line-height: 1.5em;
}

.blue {
	color: #003366;
}

.gray {
	font-weight:normal;
	color: #e5e5e5;
}

div.center {
	text-align:center;
	color:#777777;
	font-size: 100%;
}

/* ----- Titolo -----  */
div.titlelogo {
	vertical-align: middle;
}

/* ----- Menu sopra/sotto -----*/
div.menuup {
	width: auto;
	vertical-align: middle;
	background-color:#003366;
	padding: 1em 1em 1em 1em;
	margin: 0em 0em 0.5em 0em;
	border-style:solid; border-width:1px; border-color:#E5E5E5;
	font-size: 100%;
	text-align: right;
	color:#FFFFFF;
}

div.menuup a {
	color:#FFFFFF;
}

div.submenu {
	width: auto;
	vertical-align: middle;
	background-color:#f5f5f5;
	padding: 1em 1em 1em 1em;
	margin: 0.5em 0em 0em 0em;
	border-style:solid; border-width:1px; border-color:#e5e5e5;
	font-size: 100%;
	text-align: right;
	color:#999999;
}

div.submenu a {
	color:#999999;
}

/* ----- menu sinistra ----- */
div.menuleft {
	width: 13em;
	background-color:#f5f5f5;
	border-style:solid; border-width:1px; border-color:#e5e5e5;
	margin: 0em 0em 0em 0.5em;
	padding: 0.5em 0.5em 0.5em 0.5em;
}

/* ----- contenuti centrali ----- */
div.tablenormal {
	width: 90%;
	height: auto;
	text-align: justify;
	border-style:solid; border-width:1px; border-color:#e5e5e5;
	padding: 0.5em 1.5em 0.5em 1.5em;
	margin: 0em 0.5em 0.5em 0.5em;
}

div.newstitle {
	width: auto;
	background-color:#f5f5f5;
	border-style:solid; border-width:1px; border-color:#e5e5e5;
	padding: 0em 0.5em 0em 0.5em;
	margin: 0em 0em 0.5em 0em;
}