html {
	font-family: 'Trebuchet MS',Verdana,Helvetica,Arial,sans-serif;
	font-size: 100.01%;
}

body {
	font-family: 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
	font-size: 75.00%;
	color: #444;
}

h1,h2,h3,h4,h5,h6 {
	font-family: "times new roman",times,serif;
	font-weight: bold;
	color: #666;
	margin: 0 0 0.25em 0;
}

h1 {
	font-size: 200%
}

/* 24px */

h2 {
	font-size: 170%;
	color: #182E7A
}

/* 24px */

h3 {
	font-size: 150%
}

/* 18px */

h4 {
	font-size: 133.33%
}

/* 16px */

h5 {
	font-size: 116.67%
}

/* 14px */

h6 {
	font-size: 116.67%;
	font-style: italic
}

a {
	color: #4D87C7;
	text-decoration: none;
}

a:focus,a:hover,a:active {
	color: #182E7A;
	text-decoration: underline;
}

/* ### Lists | Listen  #### */

ul, ol, dl { line-height: 1.5em; margin: 0 0 1em 1em }
li { margin-left: 1.5em; line-height: 1.5em }

#topnav a {
	color: #999;
	font-weight: normal;
	background: transparent;
	text-decoration: none;
}

#topnav a:focus,#topnav a:hover,#topnav a:active {
	text-decoration: underline;
	background-color: transparent;
}

#footer a {
	color: #999;
	background: transparent;
	font-weight: bold;
}

#footer a:focus, #footer a:hover, #footer a:active {
	color: #4D87C7;
	background-color: transparent;
	text-decoration: underline;
}

/* 14px */

#header h1 {
	font-size: 2.5em;
	letter-spacing: -2px;
	line-height: 65%;
	color: #000;
}

#header span {
	color: #999;
	font-size: 0.9em;
}

#header .description{
	color:  #999;
	font-family:"Warnock Pro","Goudy Old Style","Palatino","Book Antiqua",Georgia,serif;
	font-style:italic;
	font-weight:normal;
	font-size: 1.1em;
}

#header {
	background: #FFFFFF none repeat-x scroll left top;
	color: #000000;
	padding: 45px 2em 1em 20px;
	position: relative;
}

#topnav {
	background: transparent none repeat scroll 0%;
	color: #AAAAAA;
	position: absolute;
	top: 10px;
	right: 10px;
	text-align: right;
}

#leftbar {
	/*background: #EEEEFF none repeat scroll 0%;*/
	font: 1em Verdana,Helvetica,Arial,sans-serif;
	padding: 8px 6px 0pt 6px;
}

#leftbar ul{
	margin: 0 0 1em 0.9em;
	list-style-position:outside;
	list-style-type: none;
}

#leftbar li {
	background-image: none;
	background-position: 0pt 0.4em;
	background-repeat: no-repeat;
	font-size: 1em;
	line-height: 1.2em;
	list-style-position: outside;
	list-style-type: none;
	padding-left: 16px;
	padding-bottom: 1px;
}

#leftbar li.expanded {
	background-image: url(immagini/expanded.gif);
	background-repeat: no-repeat;
}

#leftbar h5{
	border-bottom: 1px solid #AAAAAA;
	color: #000000;
	font: 1.1em;
	margin-bottom: 2px;
	margin-top: 7px;
	padding-left: 2px;
	padding-top: 2px;
}


.skip, .hideme, .print {
	position: absolute;
	top: -1000em;
	left: -1000em;
	height: 1px;
	width: 1px;
}

.clearit{
	clear: both;
}

.lightbox img {
	float: none;
	margin: 2px;
}

.thead {
	font-weight: bolder;
	background: white none repeat scroll 0%;
	padding: 18px 18px 2px 18px;
	margin-bottom: 2px;
}

.table {
	background: white none repeat scroll 0%;
	margin: 0px;
	padding: 2px 18px 2px 18px;
}

.notice {
	margin-top: 12px;
}

.changed {
	padding: 5px 5px 5px 5px;
	border: dashed 1px orange;
}

/*
OCIO AL NOME .alt c'è anche in SyntaxHighlinter
.alt {
	color:#666666;
	font-family:"Warnock Pro","Goudy Old Style","Palatino","Book Antiqua",Georgia,serif;
	font-style:italic;
	font-weight:normal;
}
*/

#footer { 
    color:#666; 
    /*background: #f9f9f9;*/
    padding: 15px;
    /*border-top: 5px #efefef solid;*/
    clear:both; 
    display:block;
    text-align: center;
}

#content {
	padding: 8px 6px 0pt 6px;
}

#content h1{
	/*border:1px solid #999999;*/
	color:#990000;
	/*font-size:x-large;
	font-weight:900;
	padding:4px 4px 4px 6px;*/
}

#content p{
	text-align: justify;
	margin-top: 10px;
}




