<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */
*html body
{
	font-size: small;
}

body {

	margin-left: 30px;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	background: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 1.4em;
}

#header
{
	color: #ffffff;
	width: 100%;
	background: #0066cc;
	font-weight: bold;
	font-size: 120%;
	vertical-align: middle;
	text-align: center;
	overflow: hidden;
}

#header_p1
{
	color: #ffffff;
	width: 100%;
	height: 60px;
	background: #0066cc;
	font-weight: bold;
	font-size: 110%;
	vertical-align: middle;
	text-align: center;
	overflow: hidden;
}

#header_p2
{
	width: 100%;
	height: 45px;
	background: #99CCCC;
	font-size: 80%;
	text-align:center;
	overflow:hidden;
}


#briciole
{
	color: #ffffff;
	font-size: 80%;
	height: 20px;
	background: #99ccff;
	text-align: left;
}

#briciole a
{
	font: bold;
	color: #0066cc;
}

#navigation_bar
{
	font-size: 90%;
	text-align: center;
}

#navigation_bar ul
{
	list-style:none;
	margin: 0;
	padding: 0;
}

#navigation_bar li
{
	float: left;
	padding-left: 5px;
	display:block;
}

#navigation_bar a:hover
{
	color: #ffffff;
	background: #0066cc;
}

#elenco
{
	color: #000099;
	font-size: 80%;
	text-align: center;
}

#elenco a:hover
{
	color: #ffffff;
	background: #0066cc;
}

#content
{
	text-align: justify;
	font-size: 90%;
}

img
{
	text-align: center;
}

#breadcrumbs
{
	font-size: 90%;
}

#footer
{
	text-align: center;
	font-size: 80%;
}


.column_1_3
{
	width: 30%;
	text-align: center;
	float: none;
	padding: 10px;
}

.column_1_2
{
	width: 45%;
	padding: 10px;
}


.column_3_3, .column_text
{
	width: 98%;
	padding: 10px;
}

.column_text
{
	text-align: justify;
}


.center
{
	text-align: center;
}

.tit_pub
{
	text-align: center;
	font-size: 120%;
	font-weight: bold;


}

.red_title
{
	background: #ff0000;
	color: #fff;
	text-align: center;
	font-size: 115%;
	margin: 0 0 0.5em 0;
}

.link_list,
.link_list_big
{
	list-style: none;
	text-align: center;
}

.link_list li,
.link_list_big li
{
	margin-bottom: 0.5em;
}

.link_list a
{
	font-weight: bold;
}

.link_list_big
{
	font-size: 110%;
	font-weight: bold;
}

.link_list_big a
{
	color: #CC3300
}


.small
{
	font-size: 70%;
}

.note
{
	margin: 0;
	font-size: 85%;
}

.clear
{
	clear: both;
}

.image
{
	font-size: 80%;
	text-align: center;
	font-weight: bold;
}

h1, h2
{
	color: #333333;
}

.infotable
{
	width: 100%;
	font-size: 90%;
	border-collapse:collapse;
}

.infotable th,
.infotable td
{
	border: 1px solid #000;
	border-collapse:collapse;
}

.infotable th
{
	font-variant:small-caps;
	font-weight:bold;
	font-style:italic;
	text-align:center;
}

.infotable a
{
	color: #ffffff;
	font-weight: bold;
}

a img
{
	border: 0;
}

/*********** Skip Link ********************/
#skip span{
	display: none;
}
#skip div {
   display: none;
} 

#skip a {
	position: absolute;
	margin-left: -1000px;
}

#skip a:focus, #skip a:active {
	margin-left: 0;
	display: block;
	width: 15em;
	overflow: visible;
	background-color: #000;
	color: #fff;
}</pre></body></html>