

body  {
	margin: 30px;
	min-width: 500px;

				/* background : #FFFFFF #url(gfx/back_cachemire_y.png); */
		}
/* TOP box and elements */


#header {
	border-bottom-width: 3px; 
	border-bottom-style: solid;
	float: left;
	left: 0px;
	top: 0px;
	position: fixed;
	width: 100%;
	min-width: 500px;
	height: 70px;
	z-index: 10;
}



A 			{ color: #222288; text-decoration: none; }
A:link		{ color: #222288; text-decoration: none; }
A:visited	{ color: #222288; text-decoration: none; }
A:active	{
	color: #000000;
	text-decoration: underline;
	border-bottom-color: #000000;
}
A:hover		{
	color: #222288;
	text-decoration: underline;
	border-bottom-color: #222288;/*#266085;*/
	cursor: hand;
}

.testochiaro, .testochiarotiny, .testochiaromini {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #CCCCCC;
}

.testochiaro		{ font-size: 12pt; }
.testochiaromini	{ font-size: 10pt; }
.testochiarotiny	{ font-size:  9pt; }

a .testochiaro, .testochiaro a, 
a .testochiaromini, .testochiaromini a, 
a .testochiarotiny, .testochiarotiny a
{
	color: #FFFFFF;
}

.toc {
	display: block;
	position: relative;
	left: 30px;
}

.toc li {
	font-family: Optima;
	list-style-type: none;
	font-weight: bold;
	font-size: 12pt;
}

.toc li li {
	font-size: 11pt;
}

.toc li li li {
	font-size: 10pt;
}

.toc ul {
	margin-top: 0em;
	margin-bottom: 0em;	
}

h1, h2, h3, h4, h5, h6 {
	font-family: Optima;
	color: #222288;/*#266085 222266 */
	font-weight: bold;
	font-style: normal;
	text-transform: none;
	margin: 0px;
	padding-top: 0.5em;
	padding-bottom: 0.1em;
	padding-right: 0px;
	padding-left: 0px;
}

h1 {
	font-size: 24pt;
	text-align: center;	
}

h2 {
	font-size: 20pt;
	text-align: center;	
}


h3 {
	font-size: 18pt;
}

h4 {
	font-size: 16pt;
}

h5 {
	font-size: 14pt;
}

h6 {
	font-size: 12pt;
}


p, li, td {
	font-family: Verdana;
	color: #000000;
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
	text-align: justify;
}

p, ul, blockquote {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

li, li p {
	list-style-type: disc;
}

td.title {
	color: #222288;
	padding: 4px;
}